Package org.reactfx.value
Class ProxyVal<T,U>
- java.lang.Object
-
- org.reactfx.ProxyObservable<java.util.function.Consumer<? super T>,java.util.function.Consumer<? super U>,Val<U>>
-
- org.reactfx.value.ProxyVal<T,U>
-
- All Implemented Interfaces:
javafx.beans.Observable
,javafx.beans.value.ObservableValue<T>
,Observable<java.util.function.Consumer<? super T>>
,Val<T>
- Direct Known Subclasses:
ToggleFromVal
,VarFromVal
public abstract class ProxyVal<T,U> extends ProxyObservable<java.util.function.Consumer<? super T>,java.util.function.Consumer<? super U>,Val<U>> implements Val<T>
-
-
Method Summary
-
Methods inherited from class org.reactfx.ProxyObservable
adaptObserver, addObserver, getUnderlyingObservable, 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
-
-