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) classBiGuard(package private) classCloseableOnceGuard(package private) classMultiGuardFields in org.reactfx declared as Guard Modifier and Type Field Description private GuardCloseableOnceGuard. delegatestatic GuardGuard. EMPTY_GUARDprivate GuardBiGuard. g1private GuardBiGuard. g2private Guard[]MultiGuard. guardsMethods in org.reactfx that return Guard Modifier and Type Method Description default GuardGuard. closeableOnce()static GuardGuard. closeableOnce(Guard guard)GuardBiGuardian. guard()GuardGuardian. guard()Deprecated.GuardIndicator. guard()Deprecated.Equivalent toIndicator.on().GuardMultiGuardian. guard()static GuardGuard. multi(Guard... guards)Returns a guard that is a composition of multiple guards.GuardIndicator. on()Deprecated.Turns this indicator on.GuardBiSuspendable. suspend()GuardMultiSuspendable. suspend()GuardSuspendable. suspend()Suspends this suspendable object.GuardSuspendableBase. suspend()GuardSuspendableBoolean. suspend()GuardToggleFromVal. suspend()Methods in org.reactfx with parameters of type Guard Modifier and Type Method Description static GuardGuard. closeableOnce(Guard guard)static GuardGuard. 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 GuardSuspendableList. block()Deprecated. -
Uses of Guard in org.reactfx.inhibeans
Methods in org.reactfx.inhibeans that return Guard Modifier and Type Method Description GuardObservable. 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 Modifier and Type Method Description GuardBooleanBinding. block()Deprecated.GuardDoubleBinding. block()Deprecated.GuardFloatBinding. block()Deprecated.GuardIntegerBinding. block()Deprecated.GuardLongBinding. block()Deprecated.GuardObjectBinding. block()Deprecated.GuardStringBinding. block()Deprecated. -
Uses of Guard in org.reactfx.inhibeans.property
Methods in org.reactfx.inhibeans.property that return Guard Modifier and Type Method Description GuardBooleanPropertyBase. block()Deprecated.GuardDoublePropertyBase. block()Deprecated.GuardFloatPropertyBase. block()Deprecated.GuardIntegerPropertyBase. block()Deprecated.GuardLongPropertyBase. block()Deprecated.GuardObjectPropertyBase. block()Deprecated.GuardReadOnlyBooleanPropertyBase. block()Deprecated.GuardReadOnlyBooleanWrapper. block()Deprecated.GuardReadOnlyDoublePropertyBase. block()Deprecated.GuardReadOnlyDoubleWrapper. block()Deprecated.GuardReadOnlyFloatPropertyBase. block()Deprecated.GuardReadOnlyFloatWrapper. block()Deprecated.GuardReadOnlyIntegerPropertyBase. block()Deprecated.GuardReadOnlyIntegerWrapper. block()Deprecated.GuardReadOnlyLongPropertyBase. block()Deprecated.GuardReadOnlyLongWrapper. block()Deprecated.GuardReadOnlyObjectPropertyBase. block()Deprecated.GuardReadOnlyObjectWrapper. block()Deprecated.GuardReadOnlyStringPropertyBase. block()Deprecated.GuardReadOnlyStringWrapper. block()Deprecated.GuardSimpleBooleanProperty. block()Deprecated.GuardSimpleDoubleProperty. block()Deprecated.GuardSimpleFloatProperty. block()Deprecated.GuardSimpleIntegerProperty. block()Deprecated.GuardSimpleLongProperty. block()Deprecated.GuardSimpleObjectProperty. block()Deprecated.GuardSimpleStringProperty. block()Deprecated.GuardStringPropertyBase. block()Deprecated. -
Uses of Guard in org.reactfx.inhibeans.value
Methods in org.reactfx.inhibeans.value that return Guard Modifier and Type Method Description GuardObservableValueBase. block()Deprecated.
-