ERXLazyValue< T >.Source< T > Interface Reference
List of all members.
Detailed Description
A source provides the undelying value (which is usually uncached) to a lazy value.
- Author:
- mschrag
- Parameters:
-
| <T> | the type of the value |
Member Function Documentation
| void setValue |
( |
T |
value |
) |
|
Sets the underlying value.
- Parameters:
-
Returns the underlying value.
- Returns:
- the underlying value
The documentation for this interface was generated from the following file:
- /opt/source/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXLazyValue.java