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