Class LazyValue

  • All Implemented Interfaces:
    javafx.beans.Observable , javafx.beans.value.ObservableValue

    
    public abstract class LazyValue<T extends Object>
     implements ObservableValue<T>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      LazyValue()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit addListener(InvalidationListener listener)
      Unit addListener(ChangeListener<in T> listener)
      Unit removeListener(InvalidationListener listener)
      Unit removeListener(ChangeListener<in T> listener)
      T getValue()
      final Unit invalidate()
      • Methods inherited from class javafx.beans.value.ObservableValue

        flatMap, map, orElse, subscribe, subscribe, when
      • Methods inherited from class javafx.beans.Observable

        subscribe
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait