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