Package org.reactfx.value
Interface ProperVal<T>
- All Superinterfaces:
javafx.beans.Observable,Observable<Consumer<? super T>>,javafx.beans.value.ObservableValue<T>,ProperObservable<Consumer<? super T>,,T> Val<T>
- All Known Implementing Classes:
AnimatedVal,FlatMapped,FlatMappedVal,FlatMappedVar,ListRangeReduction,ListReduction,MappedVal,OrElse,OrElseConst,SimpleVar,SuspendableBoolean,SuspendableNo,SuspendableValWrapper,SuspendableVarWrapper,SuspendableYes,ValBase,ValWrapper,VarWrapper
-
Method Summary
Methods inherited from interface org.reactfx.Observable
addObserver, observe, removeObserverMethods inherited from interface javafx.beans.value.ObservableValue
getValueMethods inherited from interface org.reactfx.ProperObservable
defaultEquals, defaultHashCode, defaultToString, notifyObserversMethods 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
-
Method Details
-
defaultNotificationAccumulator
- Specified by:
defaultNotificationAccumulatorin interfaceProperObservable<Consumer<? super T>,T>
-