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) class
BiGuardian
class
Indicator
Deprecated.Indicator is unsafe on recursion: it may report misleading changes.(package private) class
MultiGuardian
Fields in org.reactfx declared as Guardian Modifier and Type Field Description static Guardian
Guardian. EMPTY
Deprecated.private Guardian
BiGuardian. g1
private Guardian
BiGuardian. g2
private Guardian[]
MultiGuardian. guardians
Methods in org.reactfx that return Guardian Modifier and Type Method Description static Guardian
Guardian. 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 Guardian
Guardian. 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 interface
SuspendableList<E>
Classes in org.reactfx.collection that implement Guardian Modifier and Type Class Description (package private) class
SuspendableListWrapper<E>
-
Uses of Guardian in org.reactfx.inhibeans
Subinterfaces of Guardian in org.reactfx.inhibeans Modifier and Type Interface Description interface
Observable
Deprecated.Superseded bySuspendable
. -
Uses of Guardian in org.reactfx.inhibeans.binding
Subinterfaces of Guardian in org.reactfx.inhibeans.binding Modifier and Type Interface Description interface
Binding<T>
Deprecated.Classes in org.reactfx.inhibeans.binding that implement Guardian Modifier and Type Class Description class
BooleanBinding
Deprecated.class
DoubleBinding
Deprecated.class
FloatBinding
Deprecated.class
IntegerBinding
Deprecated.class
LongBinding
Deprecated.class
ObjectBinding<T>
Deprecated.class
StringBinding
Deprecated. -
Uses of Guardian in org.reactfx.inhibeans.collection
Subinterfaces of Guardian in org.reactfx.inhibeans.collection Modifier and Type Interface Description interface
ObservableList<E>
Deprecated.UseSuspendableList
instead. -
Uses of Guardian in org.reactfx.inhibeans.property
Subinterfaces of Guardian in org.reactfx.inhibeans.property Modifier and Type Interface Description interface
Property<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 interface
ObservableValue<T>
Deprecated.Classes in org.reactfx.inhibeans.value that implement Guardian Modifier and Type Class Description class
ObservableValueBase<T>
Deprecated.
-