Interface BiConsumer<T,​U>

  • Type Parameters:
    T - T
    U - U

    public interface BiConsumer<T,​U>
    Java6 compatibility.
    • Method Detail

      • accept

        void accept​(T t,
                    U u)
        Performs this operation on the given arguments.
        Parameters:
        t - the first input argument
        u - the second input argument