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

1.x: Add to() conversion function to all stream types. #4423

Merged
merged 1 commit into from
Aug 25, 2016
Merged

1.x: Add to() conversion function to all stream types. #4423

merged 1 commit into from
Aug 25, 2016

Conversation

JakeWharton
Copy link
Contributor

This deprecates extend() on Observable, which is a less powerful version of these functions.

This deprecates extend() on Observable, which is a less powerful version of these functions.
* This allows fluent conversion to any other type.
* @param <R> the resulting object type
* @param converter the function that receives the current Single instance and returns a value
* @return the value returned by the function
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 documentation change normalizes it with the others and the versions in 2.x

@codecov-io
Copy link

Current coverage is 84.33% (diff: 100%)

Merging #4423 into 1.x will decrease coverage by 0.11%

@@                1.x      #4423   diff @@
==========================================
  Files           270        270          
  Lines         17516      17518     +2   
  Methods           0          0          
  Messages          0          0          
  Branches       2677       2677          
==========================================
- Hits          14792      14773    -19   
- Misses         1869       1892    +23   
+ Partials        855        853     -2   

Powered by Codecov. Last update a5c9453...68ff636

@akarnokd
Copy link
Member

👍

@akarnokd akarnokd merged commit 743f164 into ReactiveX:1.x Aug 25, 2016
@JakeWharton JakeWharton deleted the jw/too branch August 25, 2016 13:50
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