Rx<T> typedef

  1. @Deprecated('Use SwiftValue instead. Rx will be removed in a future version.')
Rx<T> = SwiftValue<T>

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>;