Uses of Interface
org.reactfx.Guard
Packages that use Guard
Package
Description
-
Uses of Guard in org.reactfx
Fields in org.reactfx declared as GuardMethods in org.reactfx that return GuardModifier and TypeMethodDescriptiondefault GuardGuard.closeableOnce()static GuardGuard.closeableOnce(Guard guard) Guardian.guard()Deprecated.Indicator.guard()Deprecated.Equivalent toIndicator.on().static GuardReturns a guard that is a composition of multiple guards.Indicator.on()Deprecated.Turns this indicator on.Suspendable.suspend()Suspends this suspendable object.final GuardSuspendableBase.suspend()Methods 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 GuardObservable.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