Uses of Class
com.machinezoo.hookless.ReactiveVariable
-
Uses of ReactiveVariable in com.machinezoo.hookless
Modifier and TypeMethodDescriptionReactiveVariable.equality
(boolean equality) Configures full or reference equality.Adds strong reference to the specified target object.ReactiveVariable.Version.variable()
Returns theReactiveVariable
this is a version of.Modifier and TypeMethodDescriptionvoid
ReactiveScope.watch
(ReactiveVariable<?> variable) void
ReactiveScope.watch
(ReactiveVariable<?> variable, long version) ModifierConstructorDescriptionVersion
(ReactiveVariable<?> variable) Creates newReactiveVariable.Version
object representing current version ofReactiveVariable
.Version
(ReactiveVariable<?> variable, long version) Creates newReactiveVariable.Version
object representing specified version of theReactiveVariable
.