Uses of Class
com.machinezoo.hookless.ReactiveVariable
-
Packages that use ReactiveVariable Package Description com.machinezoo.hookless Reactive primitives and core reactive classes. -
-
Uses of ReactiveVariable in com.machinezoo.hookless
Methods in com.machinezoo.hookless that return ReactiveVariable Modifier and Type Method Description ReactiveVariable<T>
ReactiveVariable. equality(boolean equality)
Configures full or reference equality.ReactiveVariable<T>
ReactiveVariable. keepalive(Object keepalive)
Adds strong reference to the specified target object.ReactiveVariable<?>
ReactiveVariable.Version. variable()
Returns theReactiveVariable
this is a version of.Methods in com.machinezoo.hookless with parameters of type ReactiveVariable Modifier and Type Method Description void
ReactiveScope. watch(ReactiveVariable<?> variable)
void
ReactiveScope. watch(ReactiveVariable<?> variable, long version)
Constructors in com.machinezoo.hookless with parameters of type ReactiveVariable Constructor Description Version(ReactiveVariable<?> variable)
Creates newReactiveVariable.Version
object representing current version ofReactiveVariable
.Version(ReactiveVariable<?> variable, long version)
Creates newReactiveVariable.Version
object representing specified version of theReactiveVariable
.
-