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) classFields in org.reactfx declared as GuardModifier and TypeFieldDescriptionprivate GuardCloseableOnceGuard.delegatestatic final GuardGuard.EMPTY_GUARDprivate final GuardBiGuard.g1private final GuardBiGuard.g2private final Guard[]MultiGuard.guardsMethods in org.reactfx that return GuardModifier and TypeMethodDescriptiondefault GuardGuard.closeableOnce()static GuardGuard.closeableOnce(Guard guard) BiGuardian.guard()Guardian.guard()Deprecated.Indicator.guard()Deprecated.Equivalent toIndicator.on().MultiGuardian.guard()static GuardReturns 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 GuardSuspendableBase.suspend()final GuardSuspendableBoolean.suspend()ToggleFromVal.suspend()Methods in org.reactfx with parameters of type GuardModifier and TypeMethodDescriptionstatic GuardGuard.closeableOnce(Guard guard) static GuardReturns 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 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