Uses of Interface
org.reactfx.Guard
Packages that use Guard
Package
Description
-
Uses of Guard in org.reactfx
Classes in org.reactfx that implement GuardModifier and TypeClassDescription(package private) class
(package private) class
(package private) class
Fields in org.reactfx declared as GuardModifier and TypeFieldDescriptionprivate Guard
CloseableOnceGuard.delegate
static final Guard
Guard.EMPTY_GUARD
private final Guard
BiGuard.g1
private final Guard
BiGuard.g2
private final Guard[]
MultiGuard.guards
Methods in org.reactfx that return GuardModifier and TypeMethodDescriptiondefault Guard
Guard.closeableOnce()
static Guard
Guard.closeableOnce
(Guard guard) BiGuardian.guard()
Guardian.guard()
Deprecated.Indicator.guard()
Deprecated.Equivalent toIndicator.on()
.MultiGuardian.guard()
static Guard
Returns a guard that is a composition of multiple guards.Indicator.on()
Deprecated.Turns this indicator on.BiSuspendable.suspend()
MultiSuspendable.suspend()
Suspendable.suspend()
Suspends this suspendable object.final Guard
SuspendableBase.suspend()
final Guard
SuspendableBoolean.suspend()
ToggleFromVal.suspend()
Methods in org.reactfx with parameters of type GuardModifier and TypeMethodDescriptionstatic Guard
Guard.closeableOnce
(Guard guard) static Guard
Returns a guard that is a composition of multiple guards.Constructors in org.reactfx with parameters of type Guard -
Uses of Guard in org.reactfx.collection
Methods in org.reactfx.collection that return Guard -
Uses of Guard in org.reactfx.inhibeans
Methods in org.reactfx.inhibeans that return GuardModifier and TypeMethodDescriptionObservable.block()
Deprecated.Prevents invalidation and change events from being emitted, until the returned guard is released.default Guard
Observable.guard()
Deprecated.Equivalent toObservable.block()
. -
Uses of Guard in org.reactfx.inhibeans.binding
Methods in org.reactfx.inhibeans.binding that return Guard -
Uses of Guard in org.reactfx.inhibeans.property
Methods in org.reactfx.inhibeans.property that return GuardModifier and TypeMethodDescriptionBooleanPropertyBase.block()
Deprecated.DoublePropertyBase.block()
Deprecated.FloatPropertyBase.block()
Deprecated.IntegerPropertyBase.block()
Deprecated.LongPropertyBase.block()
Deprecated.ObjectPropertyBase.block()
Deprecated.ReadOnlyBooleanPropertyBase.block()
Deprecated.ReadOnlyBooleanWrapper.block()
Deprecated.ReadOnlyDoublePropertyBase.block()
Deprecated.ReadOnlyDoubleWrapper.block()
Deprecated.ReadOnlyFloatPropertyBase.block()
Deprecated.ReadOnlyFloatWrapper.block()
Deprecated.ReadOnlyIntegerPropertyBase.block()
Deprecated.ReadOnlyIntegerWrapper.block()
Deprecated.ReadOnlyLongPropertyBase.block()
Deprecated.ReadOnlyLongWrapper.block()
Deprecated.ReadOnlyObjectPropertyBase.block()
Deprecated.ReadOnlyObjectWrapper.block()
Deprecated.ReadOnlyStringPropertyBase.block()
Deprecated.ReadOnlyStringWrapper.block()
Deprecated.SimpleBooleanProperty.block()
Deprecated.SimpleDoubleProperty.block()
Deprecated.SimpleFloatProperty.block()
Deprecated.SimpleIntegerProperty.block()
Deprecated.SimpleLongProperty.block()
Deprecated.SimpleObjectProperty.block()
Deprecated.SimpleStringProperty.block()
Deprecated.StringPropertyBase.block()
Deprecated. -
Uses of Guard in org.reactfx.inhibeans.value
Methods in org.reactfx.inhibeans.value that return Guard