-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename flatMap
to mergeMap
#333
Comments
I think we should leave |
No problem leaving this alias. JH
|
Summary: `flatMap` was [renamed to `mergeMap`][1], and `flatMap` was kept as an alias because of its widespread use. Add identical [`mergeMap`][2] type def. [1]: ReactiveX/rxjs#333 [2]: http://reactivex.io/rxjs/class/es6/Observable.js~Observable.html#instance-method-mergeMap Reviewed By: hansonw Differential Revision: D3317186 fbshipit-source-id: 24cd4b8fe057473b31ff39ee940c42a423c02125
Again, the result of bike shedding elsewhere. cc/ @jhusain
However with this one, since flatMap is so popular and known from other languages/libraries, we might want to leave an alias.
The text was updated successfully, but these errors were encountered: