@FunctionalInterface public interface F5<A,B,C,D,E,R>
| Modifier and Type | Interface and Description |
|---|---|
static class |
F5.F5WithLabel<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> |
withLabel(F5<A,B,C,D,E,R> delegate,
String label) |
Copyright © 2023. All rights reserved.