Schnittstelle ILazyCalculatedProperty<V>
- Typparameter:
V- is the type of the value of aILazyCalculatedProperty.
- Alle Superschnittstellen:
UpToDateRequestable
- Alle bekannten Implementierungsklassen:
LazyCalculatedProperty
A
ILazyCalculatedProperty provides a value that is calculated lazy.- Autor:
- Silvan Wyss
-
Methodenübersicht
Von Schnittstelle geerbte Methoden UpToDateRequestable
isOutOfDate, isUpToDate
-
Methodendetails
-
getStoredValue
V getStoredValue()- Gibt zurück:
- the lazy calculated value of the current
ILazyCalculatedProperty.
-