@FunctionalInterface
public interface Function3<T0,T1,T2,T3>
| Modifier and Type | Method and Description |
|---|---|
static <T0,T1,T2,T3> |
_typeDescriptor(TypeDescriptor<T0> t0,
TypeDescriptor<T1> t1,
TypeDescriptor<T2> t2,
TypeDescriptor<T3> t3) |
T3 |
apply(T0 t0,
T1 t1,
T2 t2) |
static <T0,T1,T2,T3> TypeDescriptor<Function3<T0,T1,T2,T3>> _typeDescriptor(TypeDescriptor<T0> t0, TypeDescriptor<T1> t1, TypeDescriptor<T2> t2, TypeDescriptor<T3> t3)