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: Decouple stream operators from Function interface. #4711

Merged
merged 1 commit into from
Oct 15, 2016
Merged

2.x: Decouple stream operators from Function interface. #4711

merged 1 commit into from
Oct 15, 2016

Conversation

JakeWharton
Copy link
Contributor

This allows a single class to implement itself as an operator for all stream types. A similar change was recently made to the transformer types.

From #4672 (comment).

This allows a single class to implement itself as an operator for all stream types. A similar change was recently made to the transformer types.
@codecov-io
Copy link

codecov-io commented Oct 15, 2016

Current coverage is 86.92% (diff: 100%)

Merging #4711 into 2.x will decrease coverage by 0.26%

@@                2.x      #4711   diff @@
==========================================
  Files           568        568          
  Lines         37061      37061          
  Methods           0          0          
  Messages          0          0          
  Branches       5648       5648          
==========================================
- Hits          32312      32214    -98   
- Misses         3050       3129    +79   
- Partials       1699       1718    +19   

Powered by Codecov. Last update 637978c...1832dd2

@akarnokd akarnokd merged commit fe4acf2 into ReactiveX:2.x Oct 15, 2016
@akarnokd akarnokd added this to the 2.0 RC5 milestone Oct 15, 2016
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