Interface Consumer<T>

  • Type Parameters:
    T -

    public interface Consumer<T>
    Backport of JDK 8 consumer interface.
    Author:
    Martin Kouba
    • Method Detail

      • accept

        void accept​(T input)
        Performs operation on the given argument.
        Parameters:
        input -