@FunctionalInterface public interface CheckedBiConsumer<T,U> extends BiConsumer<T,U>
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(T t,
U u) |
void |
acceptChecked(T t,
U u) |
andThenCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.