Interface Worker<T>

    • Method Detail

      • work

        void work(T element)
        Perform the operation on some object of type T.