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