core/rx library
Classes
-
SwiftValue<
T> - Reactive state container that automatically tracks dependencies
Functions
-
swift<
T> (T value, {String? name}) → SwiftValue< T> - Creates a SwiftValue with optional type inference.
Typedefs
-
Rx<
T> = SwiftValue< T> - Backward compatibility alias - Rx is now SwiftValue