Package org.jsignal.rx
Class Computed<T>
java.lang.Object
org.jsignal.rx.SignalDecorator<T>
org.jsignal.rx.Computed<T>
- All Implemented Interfaces:
Consumer<T>
,Supplier<T>
,Acceptable<T>
,Mutateable<T>
,SignalLike<T>
,Trackable
,SkipMemo
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jsignal.rx.SkipMemo
SkipMemo.SkipSupplier<T>
-
Field Summary
Fields inherited from class org.jsignal.rx.SignalDecorator
signal
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Computed
<T> static <T> Computed
<T> create
(SignalLike<T> signal, Supplier<T> supplier) Methods inherited from class org.jsignal.rx.SignalDecorator
get, getSignal, getThread, mutate, track, transform, untrack
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jsignal.rx.interfaces.Acceptable
accept
Methods inherited from interface org.jsignal.rx.interfaces.Mutateable
modify
-
Constructor Details
-
Computed
-
-
Method Details
-
getEffect
-
create
-
create
-