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