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: Observable.compose to use ObservableTransformer #4658

Merged
merged 1 commit into from
Oct 2, 2016

Conversation

akarnokd
Copy link
Member

@akarnokd akarnokd commented Oct 2, 2016

This changes the Observable.compose type to ObservableTransformer to reduce the type-argument/inference problem. The other base types have been previously updated to their respective transfomer types.

@akarnokd akarnokd added this to the 2.0 RC4 milestone Oct 2, 2016
@codecov-io
Copy link

codecov-io commented Oct 2, 2016

Current coverage is 77.83% (diff: 100%)

Merging #4658 into 2.x will decrease coverage by 0.13%

@@                2.x      #4658   diff @@
==========================================
  Files           559        559          
  Lines         36654      36654          
  Methods           0          0          
  Messages          0          0          
  Branches       5625       5625          
==========================================
- Hits          28579      28530    -49   
- Misses         6044       6088    +44   
- Partials       2031       2036     +5   

Powered by Codecov. Last update 56123c9...864a875

@akarnokd akarnokd merged commit 9e77e32 into ReactiveX:2.x Oct 2, 2016
@akarnokd akarnokd deleted the UseTransformer branch October 2, 2016 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants