@FunctionalInterface public interface F3<A,B,C,R>
| Modifier and Type | Interface and Description |
|---|---|
static class |
F3.F3WithLabel<A,B,C,R> |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(A a,
B b,
C c) |
static <A,B,C,R> F3<A,B,C,R> |
withLabel(F3<A,B,C,R> delegate,
String label) |
Copyright © 2023. All rights reserved.