Interface BiConsumer<T,​U>


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

      • accept

        void accept​(T t,
                    U u)
        Perform the operation on the given arguments
        Parameters:
        t - First input
        u - Second input