Uses of Class
com.machinezoo.hookless.ReactiveVariable
Packages that use ReactiveVariable
-
Uses of ReactiveVariable in com.machinezoo.hookless
Methods in com.machinezoo.hookless that return ReactiveVariableModifier and TypeMethodDescriptionReactiveVariable.equality(boolean equality) Configures full or reference equality.Adds strong reference to the specified target object.ReactiveVariable.Version.variable()Returns theReactiveVariablethis is a version of.Methods in com.machinezoo.hookless with parameters of type ReactiveVariableModifier and TypeMethodDescriptionvoidReactiveScope.watch(ReactiveVariable<?> variable) voidReactiveScope.watch(ReactiveVariable<?> variable, long version) Constructors in com.machinezoo.hookless with parameters of type ReactiveVariableModifierConstructorDescriptionVersion(ReactiveVariable<?> variable) Creates newReactiveVariable.Versionobject representing current version ofReactiveVariable.Version(ReactiveVariable<?> variable, long version) Creates newReactiveVariable.Versionobject representing specified version of theReactiveVariable.