@FunctionalInterface public interface SafeBiConsumer<A1,A2> extends BiConsumer<A1,A2>
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(A1 arg1,
A2 arg2) |
void |
acceptUnsafe(A1 arg1,
A2 arg2) |
andThenCopyright © 2012–2017 MARID software development group. All rights reserved.