Interface ILazyCalculatedProperty<V>
- Type Parameters:
V- is the type of the value of aILazyCalculatedProperty.
- All Superinterfaces:
UpToDateRequestable
- All Known Implementing Classes:
LazyCalculatedProperty
A
ILazyCalculatedProperty provides a value that is calculated lazy.- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from interface UpToDateRequestable
isOutOfDate, isUpToDate
-
Method Details
-
getStoredValue
V getStoredValue()- Returns:
- the lazy calculated value of the current
ILazyCalculatedProperty.
-