T - type parameter of the first argumentU - type parameter of the second argument@FunctionalInterface public interface ThrowingBiConsumer<T,U> extends BiConsumer<T,U>
BiConsumer| Modifier and Type | Method and Description |
|---|---|
default void |
accept(T t,
U u) |
void |
doAccept(T t,
U u) |
andThen