Uses of Interface
org.reactfx.Guardian
-
Packages that use Guardian Package Description org.reactfx org.reactfx.collection org.reactfx.inhibeans org.reactfx.inhibeans.binding org.reactfx.inhibeans.collection org.reactfx.inhibeans.property org.reactfx.inhibeans.value -
-
Uses of Guardian in org.reactfx
Classes in org.reactfx that implement Guardian Modifier and Type Class Description (package private) classBiGuardianclassIndicatorDeprecated.Indicator is unsafe on recursion: it may report misleading changes.(package private) classMultiGuardianFields in org.reactfx declared as Guardian Modifier and Type Field Description static GuardianGuardian. EMPTYDeprecated.private GuardianBiGuardian. g1private GuardianBiGuardian. g2private Guardian[]MultiGuardian. guardiansMethods in org.reactfx that return Guardian Modifier and Type Method Description static GuardianGuardian. combine(Guardian... guardians)Deprecated.Returns a guardian that combines all of the given guardians into one.Methods in org.reactfx with parameters of type Guardian Modifier and Type Method Description static GuardianGuardian. combine(Guardian... guardians)Deprecated.Returns a guardian that combines all of the given guardians into one.default EventStream<T>EventStream. guardedBy(Guardian... guardians)Deprecated.UseEventStream.suspenderOf(Suspendable)instead.Constructors in org.reactfx with parameters of type Guardian Constructor Description BiGuardian(Guardian g1, Guardian g2)MultiGuardian(Guardian... guardians) -
Uses of Guardian in org.reactfx.collection
Subinterfaces of Guardian in org.reactfx.collection Modifier and Type Interface Description interfaceSuspendableList<E>Classes in org.reactfx.collection that implement Guardian Modifier and Type Class Description (package private) classSuspendableListWrapper<E> -
Uses of Guardian in org.reactfx.inhibeans
Subinterfaces of Guardian in org.reactfx.inhibeans Modifier and Type Interface Description interfaceObservableDeprecated.Superseded bySuspendable. -
Uses of Guardian in org.reactfx.inhibeans.binding
Subinterfaces of Guardian in org.reactfx.inhibeans.binding Modifier and Type Interface Description interfaceBinding<T>Deprecated.Classes in org.reactfx.inhibeans.binding that implement Guardian Modifier and Type Class Description classBooleanBindingDeprecated.classDoubleBindingDeprecated.classFloatBindingDeprecated.classIntegerBindingDeprecated.classLongBindingDeprecated.classObjectBinding<T>Deprecated.classStringBindingDeprecated. -
Uses of Guardian in org.reactfx.inhibeans.collection
Subinterfaces of Guardian in org.reactfx.inhibeans.collection Modifier and Type Interface Description interfaceObservableList<E>Deprecated.UseSuspendableListinstead. -
Uses of Guardian in org.reactfx.inhibeans.property
Subinterfaces of Guardian in org.reactfx.inhibeans.property Modifier and Type Interface Description interfaceProperty<T>Deprecated.Superseded bySuspendableVar. -
Uses of Guardian in org.reactfx.inhibeans.value
Subinterfaces of Guardian in org.reactfx.inhibeans.value Modifier and Type Interface Description interfaceObservableValue<T>Deprecated.Classes in org.reactfx.inhibeans.value that implement Guardian Modifier and Type Class Description classObservableValueBase<T>Deprecated.
-