You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the compose() operators, ObservableTransformer was introduced to allow for classes to implement multiple transformer interfaces for composite implementations. I'd like to propose doing the same for the to() operator by introducing ObservableConverter (and corresponding ones for others). This would allow for composite converters as well.