@FunctionalInterface public interface FN2<A,B,R> extends BiFunction<A,B,R>
| Modifier and Type | Interface and Description |
|---|---|
static class |
FN2.FN2checkNull<A,B,R> |
static class |
FN2.FN2WithLabel<A,B,R> |
static class |
FN2.FN2wrapF2<A,B,R> |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(A a,
B b) |
static <A,B,R> FN2<A,B,R> |
checkNull(F2<A,B,R> delegate,
Object labelA,
Object labelB) |
static <A,B,R> FN2<A,B,R> |
mapOnlyIfNotNull(F2<A,B,R> delegate) |
static <A,B,R> FN2<A,B,R> |
withLabel(FN2<A,B,R> delegate,
String label) |
andThenCopyright © 2023. All rights reserved.