Interface BiConsumerWithException<T1,​T2>


  • public interface BiConsumerWithException<T1,​T2>
    • Method Detail

      • accept

        void accept​(T1 t1,
                    T2 t2)
             throws java.lang.Exception
        Throws:
        java.lang.Exception