@FunctionalInterface public interface SafeBiFunction<A1,A2,R> extends BiFunction<A1,A2,R>
| Modifier and Type | Method and Description |
|---|---|
default R |
apply(A1 a1,
A2 a2) |
R |
applyUnsafe(A1 a1,
A2 a2) |
andThenCopyright © 2012–2017 MARID software development group. All rights reserved.