@FunctionalInterface public interface NullableComputable<T> extends Computable<T>
Computable.NotNullCachedComputable<T>, Computable.PredefinedValueComputable<T>| Modifier and Type | Method and Description |
|---|---|
T |
compute() |
getT compute()
compute in interface Computable<T>