Uses of Interface
org.reactfx.Observable
Packages that use Observable
-
Uses of Observable in org.reactfx
Classes in org.reactfx with type parameters of type ObservableModifier and TypeClassDescriptionclassProxyObservable<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 ObservableSubinterfaces of Observable in org.reactfxModifier and TypeInterfaceDescriptioninterfaceAn event stream that indicates whether there is a pending event that can be expected to be emitted in the future.interfaceinterfaceinterfaceEventStream<T>Stream of values (events).interfaceTrait to be mixed intoObservableBaseto obtain default implementation of someEventStreammethods on top of Observable methods and get additional helper methods for proper event streams implemented as default methods on top of ProperObservable methods.interfaceProperObservable<O,T> An Observable that maintains a collection of registered observers and notifies them when a change occurs.interfaceAn event stream whose emission of events can be suspended temporarily.interfaceSuspenderStream<T, S extends Suspendable>An event stream that suspends a suspendable object during emission.interfaceTaskStream<T>interfaceObservable boolean that changes value when suspended.Classes in org.reactfx that implement ObservableModifier and TypeClassDescriptionfinal classclassEventSource<T>EventSource is an EventSink that serves also as an EventStream - every value pushed to EventSource is immediately emitted by it.classBase class for event streams.classObservableBase<O,T> Base class for observable objects.classProxyObservable<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 ObservableclassAn observable that does not change and does not produce any notifications.classSuspendableBase<O,T, A> classObservable boolean value that is normallyfalse, but istruewhen suspended.classObservable boolean value that is normallytrue, but isfalsewhen suspended.classSuspenderBase<O, T, S extends Suspendable> -
Uses of Observable in org.reactfx.collection
Subinterfaces of Observable in org.reactfx.collectionModifier and TypeInterfaceDescriptioninterfaceLiveList<E>Adds additional methods toObservableList.interfaceinterfaceTrait to be mixed intoObservableBaseto obtain default implementation of someLiveListmethods and get additional helper methods for implementations of proper LiveList.interfaceClasses in org.reactfx.collection that implement Observable -
Uses of Observable in org.reactfx.value
Subinterfaces of Observable in org.reactfx.valueModifier and TypeInterfaceDescriptioninterfaceProperVal<T>interfaceObservable value whose invalidation and change notifications can be temporarily suspended.interfaceWritable value whose invalidation and change notifications can be temporarily suspended.interfaceVal<T>Adds more operations toObservableValue.interfaceVar<T>Classes in org.reactfx.value that implement Observable