Interface Refreshable

All Known Subinterfaces:
RefreshableSupplier<T>
All Known Implementing Classes:
BaseMemoizedRefreshableSupplier, RefreshableStringSupplier

public interface Refreshable
  • Method Summary

    Modifier and Type
    Method
    Description
    attempt to refresh this, resulting in a mutation if conditions permit
  • Method Details

    • refresh

      Instant refresh()
      attempt to refresh this, resulting in a mutation if conditions permit
      Returns:
      the last Instant when this was mutated