@FunctionalInterface
public interface Function0<T0>
| Modifier and Type | Method and Description |
|---|---|
static <T0> TypeDescriptor<Function0<T0>> |
_typeDescriptor(TypeDescriptor<T0> t0) |
T0 |
apply() |
T0 apply()
static <T0> TypeDescriptor<Function0<T0>> _typeDescriptor(TypeDescriptor<T0> t0)