@FunctionalInterface public interface NotNullComputable<T> extends Computable<T>
Computable.NotNullCachedComputable<T>, Computable.PredefinedValueComputable<T>| Modifier and Type | Field and Description |
|---|---|
static NotNullComputable<java.lang.Boolean> |
TRUE |
| Modifier and Type | Method and Description |
|---|---|
T |
compute() |
getstatic final NotNullComputable<java.lang.Boolean> TRUE
T compute()
compute in interface Computable<T>