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
Hi,
Thanks for this useful library.
I'm trying to go through a tutorial which lists the switch_map() operator. I can see this operator in the code (as the alias of compose(map(project), switch_latest()) - line 3365 of reactivex.operators.__init__ but it doesn't show up in the docs.
I expected it because reactivex.io lists it as a standard operation and it is not clear how the alternative (switch_latest()) works as a sub.
Please consider making this change to the docs and API.
Regards,
Paul
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for this useful library.
I'm trying to go through a tutorial which lists the
switch_map()
operator. I can see this operator in the code (as the alias ofcompose(map(project), switch_latest())
- line 3365 ofreactivex.operators.__init__
but it doesn't show up in the docs.I expected it because reactivex.io lists it as a standard operation and it is not clear how the alternative (
switch_latest()
) works as a sub.Please consider making this change to the docs and API.
Regards,
Paul
The text was updated successfully, but these errors were encountered: