@FunctionalInterface public interface ThrowingBiConsumer<T,U,X extends Throwable>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t,
U u) |
default ThrowingBiConsumer<T,U,X> |
andThen(ThrowingBiConsumer<? super T,? super U,? extends X> after) |
default BiConsumer<T,U> |
asUnchecked() |
Copyright © 2018 Digipost. All rights reserved.