Klasse CachingProperty<V>

java.lang.Object
ch.nolix.core.programstructure.caching.CachingProperty<V>

public final class CachingProperty<V> extends Object
  • Konstruktordetails

    • CachingProperty

      public CachingProperty(Supplier<V> valueCreator)
    • CachingProperty

      public CachingProperty(Supplier<V> valueCreator, BooleanSupplier needToRefreshFunction)
  • Methodendetails

    • getValue

      public V getValue()