state_management/reactive_types library

Classes

Reactive<T>
A generic class representing a reactive variable. It allows tracking and updating the value of the variable.
ReactiveBool
A specialized implementation of Reactive for bool values.
ReactiveBoolN
A specialized implementation of ReactiveN for nullable bool values.
ReactiveDouble
A specialized implementation of Reactive for double values.
ReactiveDoubleN
A specialized implementation of ReactiveN for nullable double values.
ReactiveInt
A specialized version of Reactive specifically for integers.
ReactiveIntN
A specialized version of ReactiveN specifically for nullable integers.
ReactiveList<T>
A reactive implementation of a list.
ReactiveN<T>
A specialized version of Reactive that supports nullable values.
ReactiveNum
A specialized version of Reactive specifically for integers.
ReactiveNumN
A specialized version of ReactiveN specifically for nullable integers.
ReactiveSet<T>
A reactive implementation of a list.
ReactiveString
A specialized implementation of Reactive for String values.
ReactiveStringN
A specialized implementation of ReactiveN for nullable String values.