Package org.reactfx
Interface Guardian
- All Known Subinterfaces:
Binding<T>
,Observable
,ObservableList<E>
,ObservableValue<T>
,Property<T>
,SuspendableList<E>
- All Known Implementing Classes:
BiGuardian
,BooleanBinding
,BooleanPropertyBase
,DoubleBinding
,DoublePropertyBase
,FloatBinding
,FloatPropertyBase
,Indicator
,IntegerBinding
,IntegerPropertyBase
,LongBinding
,LongPropertyBase
,MultiGuardian
,ObjectBinding
,ObjectPropertyBase
,ObservableValueBase
,ReadOnlyBooleanPropertyBase
,ReadOnlyBooleanWrapper
,ReadOnlyDoublePropertyBase
,ReadOnlyDoubleWrapper
,ReadOnlyFloatPropertyBase
,ReadOnlyFloatWrapper
,ReadOnlyIntegerPropertyBase
,ReadOnlyIntegerWrapper
,ReadOnlyLongPropertyBase
,ReadOnlyLongWrapper
,ReadOnlyObjectPropertyBase
,ReadOnlyObjectWrapper
,ReadOnlyStringPropertyBase
,ReadOnlyStringWrapper
,SimpleBooleanProperty
,SimpleDoubleProperty
,SimpleFloatProperty
,SimpleIntegerProperty
,SimpleLongProperty
,SimpleObjectProperty
,SimpleStringProperty
,StringBinding
,StringPropertyBase
,SuspendableListWrapper
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Deprecated.
Interface for objects usable to guard execution (in some sense).
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Guardian
Deprecated.Returns a guardian that combines all of the given guardians into one.guard()
Deprecated.default void
Deprecated.default <T> T
guardWhile
(Supplier<T> f) Deprecated.
-
Field Details
-
EMPTY
Deprecated.
-
-
Method Details
-
guard
Guard guard()Deprecated. -
guardWhile
Deprecated. -
guardWhile
Deprecated. -
combine
Deprecated.Returns a guardian that combines all of the given guardians into one. Guards will be obtained in the specified order and released in reversed order.
-
Suspendable
.