public class LazyValue<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.function.Supplier<T> |
supplier |
private T |
value |
| Constructor and Description |
|---|
LazyValue(java.util.function.Supplier<T> supplierIn) |
| Modifier and Type | Method and Description |
|---|---|
T |
getValue() |