|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of the valuepublic static interface ERXLazyValue.Source<T>
A source provides the undelying value (which is usually uncached) to a lazy value.
Method Summary | |
---|---|
void |
setValue(T value)
Sets the underlying value. |
T |
value()
Returns the underlying value. |
Method Detail |
---|
T value()
void setValue(T value)
value
- the new value
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |