Interface Functions.FailableConsumer<O,​T extends Throwable>

    • Method Detail

      • accept

        void accept​(O object)
             throws T extends Throwable
        Deprecated.
        Accepts the consumer.
        Parameters:
        object - the parameter for the consumable to accept
        Throws:
        T - Thrown when the consumer fails.
        T extends Throwable