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