@FunctionalInterface public interface FN3<A,B,C,R>
| Modifier and Type | Interface and Description |
|---|---|
static class |
FN3.FN3checkNull<A,B,C,R> |
static class |
FN3.FN3WithLabel<A,B,C,R> |
static class |
FN3.FN3wrapF3<A,B,C,R> |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(A a,
B b,
C c) |
static <A,B,C,R> FN3<A,B,C,R> |
checkNull(F3<A,B,C,R> delegate,
Object labelA,
Object labelB,
Object labelC) |
static <A,B,C,R> FN3<A,B,C,R> |
mapOnlyIfNotNull(F3<A,B,C,R> delegate) |
static <A,B,C,R> FN3<A,B,C,R> |
withLabel(FN3<A,B,C,R> delegate,
String label) |
Copyright © 2023. All rights reserved.