Rx<T> typedef
- @Deprecated('Use SwiftValue instead. Rx will be removed in a future version.')
Backward compatibility alias - Rx is now SwiftValue
Implementation
@Deprecated('Use SwiftValue instead. Rx will be removed in a future version.')
typedef Rx<T> = SwiftValue<T>;