Interface Functions.FailableBiConsumer<O1,​O2,​T extends Throwable>

    • Method Detail

      • accept

        void accept​(O1 object1,
                    O2 object2)
             throws T extends Throwable
        Deprecated.
        Accepts the consumer.
        Parameters:
        object1 - the first parameter for the consumable to accept
        object2 - the second parameter for the consumable to accept
        Throws:
        T - Thrown when the consumer fails.
        T extends Throwable