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