@FunctionalInterface public interface F2<A,B,R> extends BiFunction<A,B,R>
| Modifier and Type | Interface and Description |
|---|---|
static class |
F2.F2WithLabel<A,B,R> |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(A a,
B b) |
static <A,B,R> F2.F2WithLabel<A,B,R> |
withLabel(F2<A,B,R> delegate,
String label) |
andThenCopyright © 2023. All rights reserved.