public abstract class RecursionIntolerantLazyValueWithDefault<T> extends RecursionIntolerantLazyValue<T>
Modifier | Constructor and Description |
---|---|
protected |
RecursionIntolerantLazyValueWithDefault(T defaultValue) |
Modifier and Type | Method and Description |
---|---|
protected T |
getValueOnErrorReentry() |
compute, get, isComputed
protected RecursionIntolerantLazyValueWithDefault(T defaultValue)
protected T getValueOnErrorReentry()
getValueOnErrorReentry
in class RecursionIntolerantLazyValue<T>