Package org.reactfx.value
Class ConstVal<T>
- java.lang.Object
-
- org.reactfx.RigidObservable<java.util.function.Consumer<? super T>>
-
- org.reactfx.value.ConstVal<T>
-
- All Implemented Interfaces:
javafx.beans.Observable
,javafx.beans.value.ObservableValue<T>
,Observable<java.util.function.Consumer<? super T>>
,Val<T>
class ConstVal<T> extends RigidObservable<java.util.function.Consumer<? super T>> implements Val<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getValue()
-
Methods inherited from class org.reactfx.RigidObservable
addObserver, observe, removeObserver
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.reactfx.Observable
addObserver, observe, removeObserver
-
Methods inherited from interface org.reactfx.value.Val
addInvalidationObserver, addListener, addListener, animate, animate, asList, asVar, changes, conditionOn, conditionOnShowing, filter, flatMap, getOpt, getOrElse, getOrSupply, getOrThrow, ifPresent, invalidations, isEmpty, isPresent, map, mapDynamic, observeChanges, observeInvalidations, orElse, orElseConst, pin, removeInvalidationObserver, removeListener, removeListener, selectVar, selectVar, suspendable, values
-
-