@API(status=STABLE) @FunctionalInterface public interface ThrowingBiConsumer<T,U,X extends Throwable> extends BiConsumer<T,U>
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(T t,
U u) |
void |
tryAccept(T t,
U u) |
andThenCopyright © 2015–2018 Zalando SE. All rights reserved.