@FunctionalInterface public interface ThrowingBiConsumer<I,O> extends java.util.function.BiConsumer<I,O>
default void
accept(I input, O output)
void
acceptThrow(I input, O output)
andThen
default void accept(I input, O output)
accept
java.util.function.BiConsumer<I,O>
void acceptThrow(I input, O output) throws java.lang.Exception
java.lang.Exception