-
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
add toMap from Java Observable #1005
add toMap from Java Observable #1005
Conversation
Please also add some examples to |
* @return an Observable that emits a single item: a Map containing the mapped items from the source | ||
* Observable | ||
*/ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep style consistant: no newlines between doc and method ;-)
Added examples for all three overloads and removed newlines between methods and docs
When I run the |
Implementation corrected to not raise exceptions
RxJava-pull-requests #934 FAILURE |
Seems that there was some git error... |
Tests pass for me, merging. |
add toMap from Java Observable
Added three overloads of toMap to Scala Observable