NotNullLazyValue
::getValue instead@Deprecated public abstract static class Computable.NotNullCachedComputable<T> extends java.lang.Object implements NotNullComputable<T>
Computable.NotNullCachedComputable<T>, Computable.PredefinedValueComputable<T>
TRUE
Constructor and Description |
---|
NotNullCachedComputable()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
T |
compute()
Deprecated.
|
protected abstract T |
internalCompute()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get
protected abstract T internalCompute()
public final T compute()
compute
in interface Computable<T>
compute
in interface NotNullComputable<T>