public abstract class NullableLazyValue<T>
extends java.lang.Object
Constructor and Description |
---|
NullableLazyValue() |
Modifier and Type | Method and Description |
---|---|
protected abstract T |
compute() |
static <T> NullableLazyValue<T> |
createValue(Factory<? extends T> value) |
T |
getValue() |
protected abstract T compute()
public T getValue()
public static <T> NullableLazyValue<T> createValue(Factory<? extends T> value)