Interface CheckedBiConsumer<A,​B,​E extends Exception>

    • Method Detail

      • accept

        void accept​(A a,
                    B b)
             throws E extends Exception
        Perform the action with the provided arguments
        Parameters:
        a - The first argument
        b - The second argument
        Throws:
        E - The exception that may be thrown if an error occurs
        E extends Exception