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.(package private) classSuspenderStreamImpl<T, S extends Suspendable>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 TypeClassDescription(package private) class(package private) final class(package private) class(package private) final class(package private) class(package private) final class(package private) final class(package private) final classclassSuspendableBase<O,T, A> (package private) class(package private) classclassObservable boolean value that is normallyfalse, but istruewhen suspended.classObservable boolean value that is normallytrue, but isfalsewhen suspended.(package private) classFields in org.reactfx declared as SuspendableModifier and TypeFieldDescriptionprivate final SuspendableBiSuspendable.s1private final SuspendableBiSuspendable.s2private final SSuspenderBase.suspendableprivate final Suspendable[]MultiSuspendable.suspendablesprivate SuspendableToggleFromVal.suspenderMethods 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.Constructors in org.reactfx with parameters of type SuspendableModifierConstructorDescriptionBiSuspendable(Suspendable s1, Suspendable s2) MultiSuspendable(Suspendable... suspendables) ToggleFromVal(Val<Boolean> obs, Suspendable suspender) -
Uses of Suspendable in org.reactfx.collection
Subinterfaces of Suspendable in org.reactfx.collectionClasses in org.reactfx.collection that implement Suspendable -
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.Classes in org.reactfx.value that implement SuspendableModifier and TypeClassDescription(package private) class(package private) class