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 TypeInterfaceDescriptioninterface
Suspender<S extends Suspendable>
Suspender is an object capable of suspending another suspendable object.class
SuspenderBase<O,
T, S extends Suspendable> interface
SuspenderStream<T,
S extends Suspendable> An event stream that suspends a suspendable object during emission.(package private) class
SuspenderStreamImpl<T,
S extends Suspendable> Subinterfaces of Suspendable in org.reactfxModifier and TypeInterfaceDescriptioninterface
An event stream whose emission of events can be suspended temporarily.interface
Observable 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 class
class
SuspendableBase<O,
T, A> (package private) class
(package private) class
class
Observable boolean value that is normallyfalse
, but istrue
when suspended.class
Observable boolean value that is normallytrue
, but isfalse
when suspended.(package private) class
Fields in org.reactfx declared as SuspendableModifier and TypeFieldDescriptionprivate final Suspendable
BiSuspendable.s1
private final Suspendable
BiSuspendable.s2
private final S
SuspenderBase.suspendable
private final Suspendable[]
MultiSuspendable.suspendables
private Suspendable
ToggleFromVal.suspender
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 Suspendable
Suspendable.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 Suspendable
Suspendable.combine
(Suspendable... suspendables) Returns a Suspendable that combines all the given Suspendables into one.static Toggle
Toggle.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 TypeInterfaceDescriptioninterface
Observable value whose invalidation and change notifications can be temporarily suspended.interface
Writable 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