|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
V
- the value typepublic interface ValueSupplier<V>
A 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.
Method Summary | |
---|---|
V |
value()
Computes the value behind this instance. |
Method Detail |
---|
V value()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |