Class ProxyVal<T,U>
java.lang.Object
org.reactfx.ProxyObservable<Consumer<? super T>, Consumer<? super U>, Val<U>>
org.reactfx.value.ProxyVal<T,U>
- All Implemented Interfaces:
javafx.beans.Observable, javafx.beans.value.ObservableValue<T>, Observable<Consumer<? super T>>, Val<T>
public abstract class ProxyVal<T,U>
extends ProxyObservable<Consumer<? super T>, Consumer<? super U>, Val<U>>
implements Val<T>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ProxyObservable
adaptObserver, addObserver, getUnderlyingObservable, observe, removeObserverMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Observable
addObserver, observe, removeObserverMethods inherited from interface javafx.beans.value.ObservableValue
getValueMethods inherited from interface 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
-
Constructor Details
-
ProxyVal
-