Interface BiConsumer<T,​U>


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

      • accept

        void accept​(T t,
                    U u)