-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
RxScala mergeMap and concatMap bindings missing #1251
Comments
@zsxwing Can you get these in soon before 0.19? Otherwise we can pick them up in 0.19.1. By the way, It seems you feel differently now? Should we deprecate |
Totally inconsistent I know, but I like to have all the aliases in RxJava core, but for the Scala bindings it feels more natural to only have |
@benjchristensen this one will not be a breaking change in RxScala. So both are good to me. |
@zsxwing Any preference? We can always add |
Speaking as a user of RxScala and Scala, I would say just to have flatMap, since that's what a Scala user would expect. Anything inherit in the missing mergeMap functions that would make that confusing? |
@headinthebox I mean now there is only a |
Bindings for
mergeMap
andconcatMap
are missing in RxScala.My proposal is to merge
mergeMap
andflatMap
.The text was updated successfully, but these errors were encountered: