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.- Version:
- 2025-07-07
- Autor:
- Silvan Wyss
-
Methodenübersicht
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.state.staterequest.UpToDateRequestable
isOutOfDate, isUpToDate
-
Methodendetails
-
getStoredValue
V getStoredValue()- Gibt zurück:
- the lazy calculated value of the current
ILazyCalculatedProperty.
-