ReactiveX / RxPY

ReactiveX for Python
https://rxpy.rtfd.io
MIT License
4.77k stars 361 forks source link

switch_map() operator not listed in documentation #710

Open paulkorir opened 9 months ago

paulkorir commented 9 months ago

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