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, isComputedprotected RecursionIntolerantLazyValueWithDefault(T defaultValue)
protected T getValueOnErrorReentry()
getValueOnErrorReentry in class RecursionIntolerantLazyValue<T>