Uses of Interface
org.reactfx.Suspendable
Packages that use Suspendable
-
Uses of Suspendable in org.reactfx
Classes in org.reactfx with type parameters of type SuspendableModifier and TypeInterfaceDescriptioninterfaceSuspender<S extends Suspendable>Suspender is an object capable of suspending another suspendable object.classSuspenderBase<O, T, S extends Suspendable>interfaceSuspenderStream<T, S extends Suspendable>An event stream that suspends a suspendable object during emission.Subinterfaces of Suspendable in org.reactfxModifier and TypeInterfaceDescriptioninterfaceAn event stream whose emission of events can be suspended temporarily.interfaceObservable boolean that changes value when suspended.Classes in org.reactfx that implement SuspendableModifier and TypeClassDescriptionclassSuspendableBase<O,T, A> classObservable boolean value that is normallyfalse, but istruewhen suspended.classObservable boolean value that is normallytrue, but isfalsewhen suspended.Methods in org.reactfx with type parameters of type SuspendableModifier and TypeMethodDescriptiondefault <S extends Suspendable>
SuspenderStream<T, S> EventStream.suspenderOf(S suspendable) Returns an event stream that emits the same events as this event stream, but before each emission, suspends the given Suspendable and unsuspends it after the emission has completed.Methods in org.reactfx that return SuspendableModifier and TypeMethodDescriptionstatic SuspendableSuspendable.combine(Suspendable... suspendables) Returns a Suspendable that combines all the given Suspendables into one.Methods in org.reactfx with parameters of type SuspendableModifier and TypeMethodDescriptionstatic SuspendableSuspendable.combine(Suspendable... suspendables) Returns a Suspendable that combines all the given Suspendables into one.static ToggleToggle.from(javafx.beans.value.ObservableValue<Boolean> obs, Suspendable suspender) Creates a Toggle view of an observable boolean and a Suspendable whose suspension causes the boolean value to switch. -
Uses of Suspendable in org.reactfx.collection
Subinterfaces of Suspendable in org.reactfx.collection -
Uses of Suspendable in org.reactfx.value
Subinterfaces of Suspendable in org.reactfx.valueModifier and TypeInterfaceDescriptioninterfaceObservable value whose invalidation and change notifications can be temporarily suspended.interfaceWritable value whose invalidation and change notifications can be temporarily suspended.