Package org.reactfx
package org.reactfx
-
ClassDescriptionAn event stream that indicates whether there is a pending event that can be expected to be emitted in the future.Change<T>Represents a change of a value.Connectable<T>Interface for objects that can be (lazily) connected to event streams.EventSink<T>EventSource<T>EventSource is an EventSink that serves also as an EventStream - every value pushed to EventSource is immediately emitted by it.EventStream<T>Stream of values (events).Base class for event streams.Deprecated.Deprecated.Indicator is unsafe on recursion: it may report misleading changes.Observable<O>Anything that can be observed, that is have an observer added and removed.ObservableBase<O,
T> Base class for observable objects.Trait to be mixed intoObservableBase
to obtain default implementation of someEventStream
methods on top of Observable methods and get additional helper methods for proper event streams implemented as default methods on top of ProperObservable methods.ProperObservable<O,T> An Observable that maintains a collection of registered observers and notifies them when a change occurs.ProxyObservable<O,P, U extends Observable<P>> An Observable that does not maintain its own collection of observers, but rather adapts and registers every given observer with the underlying ObservableAn observable that does not change and does not produce any notifications.Interface for objects that can be temporarily suspended, where the definition of "suspended" depends on the context.SuspendableBase<O,T, A> An event stream whose emission of events can be suspended temporarily.Observable boolean value that is normallyfalse
, but istrue
when suspended.Observable boolean value that is normallytrue
, but isfalse
when suspended.Suspender<S extends Suspendable>Suspender is an object capable of suspending another suspendable object.SuspenderBase<O,T, S extends Suspendable> SuspenderStream<T,S extends Suspendable> An event stream that suspends a suspendable object during emission.TaskStream<T>Observable boolean that changes value when suspended.
Suspendable
.