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

    Modifizierer und Typ
    Methode
    Beschreibung
    default boolean
     
    boolean
     
  • Methodendetails

    • isOutOfDate

      default boolean isOutOfDate()
      Gibt zurück:
      true if the current UpToDateRequestable is not up-to-date, false otherwise.
    • isUpToDate

      boolean isUpToDate()
      Gibt zurück:
      true if the current UpToDateRequestable is up-to-date, false otherwise.