Uses of Interface
org.reactfx.Guard
-
Packages that use Guard Package Description org.reactfx org.reactfx.collection org.reactfx.inhibeans org.reactfx.inhibeans.binding org.reactfx.inhibeans.property org.reactfx.inhibeans.value -
-
Uses of Guard in org.reactfx
Classes in org.reactfx that implement Guard Modifier and Type Class Description (package private) class
BiGuard
(package private) class
CloseableOnceGuard
(package private) class
MultiGuard
Fields in org.reactfx declared as Guard Modifier and Type Field Description private Guard
CloseableOnceGuard. delegate
static Guard
Guard. EMPTY_GUARD
private Guard
BiGuard. g1
private Guard
BiGuard. g2
private Guard[]
MultiGuard. guards
Methods in org.reactfx that return Guard Modifier and Type Method Description default Guard
Guard. closeableOnce()
static Guard
Guard. closeableOnce(Guard guard)
Guard
BiGuardian. guard()
Guard
Guardian. guard()
Deprecated.Guard
Indicator. guard()
Deprecated.Equivalent toIndicator.on()
.Guard
MultiGuardian. guard()
static Guard
Guard. multi(Guard... guards)
Returns a guard that is a composition of multiple guards.Guard
Indicator. on()
Deprecated.Turns this indicator on.Guard
BiSuspendable. suspend()
Guard
MultiSuspendable. suspend()
Guard
Suspendable. suspend()
Suspends this suspendable object.Guard
SuspendableBase. suspend()
Guard
SuspendableBoolean. suspend()
Guard
ToggleFromVal. suspend()
Methods in org.reactfx with parameters of type Guard Modifier and Type Method Description static Guard
Guard. closeableOnce(Guard guard)
static Guard
Guard. multi(Guard... guards)
Returns a guard that is a composition of multiple guards.Constructors in org.reactfx with parameters of type Guard Constructor Description BiGuard(Guard g1, Guard g2)
CloseableOnceGuard(Guard delegate)
MultiGuard(Guard... guards)
-
Uses of Guard in org.reactfx.collection
Methods in org.reactfx.collection that return Guard Modifier and Type Method Description default Guard
SuspendableList. block()
Deprecated. -
Uses of Guard in org.reactfx.inhibeans
Methods in org.reactfx.inhibeans that return Guard Modifier and Type Method Description Guard
Observable. 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 Modifier and Type Method Description Guard
BooleanBinding. block()
Deprecated.Guard
DoubleBinding. block()
Deprecated.Guard
FloatBinding. block()
Deprecated.Guard
IntegerBinding. block()
Deprecated.Guard
LongBinding. block()
Deprecated.Guard
ObjectBinding. block()
Deprecated.Guard
StringBinding. block()
Deprecated. -
Uses of Guard in org.reactfx.inhibeans.property
Methods in org.reactfx.inhibeans.property that return Guard Modifier and Type Method Description Guard
BooleanPropertyBase. block()
Deprecated.Guard
DoublePropertyBase. block()
Deprecated.Guard
FloatPropertyBase. block()
Deprecated.Guard
IntegerPropertyBase. block()
Deprecated.Guard
LongPropertyBase. block()
Deprecated.Guard
ObjectPropertyBase. block()
Deprecated.Guard
ReadOnlyBooleanPropertyBase. block()
Deprecated.Guard
ReadOnlyBooleanWrapper. block()
Deprecated.Guard
ReadOnlyDoublePropertyBase. block()
Deprecated.Guard
ReadOnlyDoubleWrapper. block()
Deprecated.Guard
ReadOnlyFloatPropertyBase. block()
Deprecated.Guard
ReadOnlyFloatWrapper. block()
Deprecated.Guard
ReadOnlyIntegerPropertyBase. block()
Deprecated.Guard
ReadOnlyIntegerWrapper. block()
Deprecated.Guard
ReadOnlyLongPropertyBase. block()
Deprecated.Guard
ReadOnlyLongWrapper. block()
Deprecated.Guard
ReadOnlyObjectPropertyBase. block()
Deprecated.Guard
ReadOnlyObjectWrapper. block()
Deprecated.Guard
ReadOnlyStringPropertyBase. block()
Deprecated.Guard
ReadOnlyStringWrapper. block()
Deprecated.Guard
SimpleBooleanProperty. block()
Deprecated.Guard
SimpleDoubleProperty. block()
Deprecated.Guard
SimpleFloatProperty. block()
Deprecated.Guard
SimpleIntegerProperty. block()
Deprecated.Guard
SimpleLongProperty. block()
Deprecated.Guard
SimpleObjectProperty. block()
Deprecated.Guard
SimpleStringProperty. block()
Deprecated.Guard
StringPropertyBase. block()
Deprecated. -
Uses of Guard in org.reactfx.inhibeans.value
Methods in org.reactfx.inhibeans.value that return Guard Modifier and Type Method Description Guard
ObservableValueBase. block()
Deprecated.
-