Interface UpToDateRequestable
- All Known Subinterfaces:
ILazyCalculatedProperty<V>
- All Known Implementing Classes:
LazyCalculatedProperty
public interface UpToDateRequestable
A
UpToDateRequestable can be asked if it is up-to-date.- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
isOutOfDate
default boolean isOutOfDate()- Returns:
- true if the current
UpToDateRequestableis not up-to-date, false otherwise.
-
isUpToDate
boolean isUpToDate()- Returns:
- true if the current
UpToDateRequestableis up-to-date, false otherwise.
-