Schnittstelle UpToDateRequestable
- Alle bekannten Unterschnittstellen:
ILazyCalculatedProperty<V>
- Alle bekannten Implementierungsklassen:
LazyCalculatedProperty
public interface UpToDateRequestable
A
UpToDateRequestable can be asked if it is up-to-date.- Version:
- 2025-07-07
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
isOutOfDate
default boolean isOutOfDate()- Gibt zurück:
- true if the current
UpToDateRequestableis not up-to-date, false otherwise.
-
isUpToDate
boolean isUpToDate()- Gibt zurück:
- true if the current
UpToDateRequestableis up-to-date, false otherwise.
-