Skip to content
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

Fix for mapcat, issue #1556 #1570

Merged
merged 1 commit into from
Aug 12, 2014

Conversation

daveray
Copy link
Contributor

@daveray daveray commented Aug 12, 2014

Corrected mapcat to actually concat its results rather than merging.
Added warning to docstring thta this might not be ideal.

Added flatmap to cover map+merge case.

Corrected mapcat to actually concat its results rather than merging.
Added warning to docstring thta this might not be ideal.

Added flatmap to cover map+merge case.
@@ -2,7 +2,7 @@
(:refer-clojure :exclude [concat cons count cycle
distinct do drop drop-while
empty every?
filter first future
filter first future flatmap
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just pro-actively avoiding a conflict with clojure.core/flatmap, which is being added with transducers.

@cloudbees-pull-request-builder

RxJava-pull-requests #1482 SUCCESS
This pull request looks good

benjchristensen added a commit that referenced this pull request Aug 12, 2014
@benjchristensen benjchristensen merged commit 62ce4ac into ReactiveX:master Aug 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants