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

    Modifier and Type
    Method
    Description
    default boolean
     
    boolean
     
  • Method Details

    • isOutOfDate

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

      boolean isUpToDate()
      Returns:
      true if the current UpToDateRequestable is up-to-date, false otherwise.