@FunctionalInterface public interface FN5<A,B,C,D,E,R>
| Modifier and Type | Interface and Description |
|---|---|
static class |
FN5.FN5checkNull<A,B,C,D,E,R> |
static class |
FN5.FN5WithLabel<A,B,C,D,E,R> |
static class |
FN5.FN5wrapF5<A,B,C,D,E,R> |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(A a,
B b,
C c,
D d,
E e) |
static <A,B,C,D,E,R> |
checkNull(F5<A,B,C,D,E,R> delegate,
Object labelA,
Object labelB,
Object labelC,
Object labelD,
Object labelE) |
static <A,B,C,D,E,R> |
mapOnlyIfNotNull(F5<A,B,C,D,E,R> delegate) |
static <A,B,C,D,E,R> |
withLabel(FN5<A,B,C,D,E,R> delegate,
String label) |
Copyright © 2023. All rights reserved.