V - the value typepublic interface ValueSupplier<V>
ValueSupplier represents an indirect way to access a value.
 This indicates that the value needs to be computed before it can be retrieved, such as deserialization.
| Modifier and Type | Method and Description | 
|---|---|
V | 
value()
Computes the value behind this instance. 
 | 
V value()