Class Signal<T>

java.lang.Object
org.jsignal.rx.Signal<T>
All Implemented Interfaces:
Consumer<T>, Supplier<T>, Acceptable<T>, Mutateable<T>, SignalLike<T>, Trackable, SkipMemo
Direct Known Subclasses:
AtomicSignal

public class Signal<T> extends Object implements SignalLike<T>, SkipMemo
The core reactive primitive. Wraps another object and adds the ability for access and mutation of the value to be automatically tracked.