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

2.x: collect, toList, toSortedList, toMap, toMultimap to return Single #4574

Merged
merged 1 commit into from
Sep 21, 2016

Conversation

akarnokd
Copy link
Member

This PR makes the following operators return Single:

  • collect
  • collectInto
  • toList
  • toSortedList
  • toMap
  • toMultimap

and changes the documentation to mention Single instead as well. (There are some whitespace removals I forgot previously).

@akarnokd akarnokd added this to the 2.0 RC 3 milestone Sep 21, 2016
@codecov-io
Copy link

Current coverage is 78.68% (diff: 84.35%)

Merging #4574 into 2.x will increase coverage by 0.04%

@@                2.x      #4574   diff @@
==========================================
  Files           534        538     +4   
  Lines         35518      35686   +168   
  Methods           0          0          
  Messages          0          0          
  Branches       5504       5516    +12   
==========================================
+ Hits          27931      28078   +147   
- Misses         5600       5611    +11   
- Partials       1987       1997    +10   

Powered by Codecov. Last update 5d7f549...754ed6b

@akarnokd akarnokd merged commit 71ddf4b into ReactiveX:2.x Sep 21, 2016
@akarnokd akarnokd deleted the MoreSingleReturns_2 branch September 21, 2016 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants