Interface Consumer<T>

  • Type Parameters:
    T - T

    public interface Consumer<T>
    Java6 compatibility.
    • Method Detail

      • accept

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