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: Merge AmbArray and AmbIterable into Amb for Single, Maybe and Completable types #4647

Merged

Conversation

VictorAlbertos
Copy link
Contributor

This PR addresses #4633

  • Merge SingleAmbArray and SingleAmbIterable operators into SingleAmb
  • Merge MaybeAmbArray and MaybeAmbIterable operators into MaybeAmb
  • Merge CompletableAmbArray and CompletableAmbIterable operators into CompletableAmb

@codecov-io
Copy link

Current coverage is 77.87% (diff: 85.36%)

Merging #4647 into 2.x will increase coverage by <.01%

@@                2.x      #4647   diff @@
==========================================
  Files           562        559     -3   
  Lines         36724      36654    -70   
  Methods           0          0          
  Messages          0          0          
  Branches       5636       5625    -11   
==========================================
- Hits          28596      28543    -53   
  Misses         6078       6078          
+ Partials       2050       2033    -17   

Powered by Codecov. Last update ce21ecf...eae4339

@akarnokd akarnokd added this to the 2.0 RC4 milestone Sep 30, 2016
@akarnokd akarnokd merged commit 9047a3c into ReactiveX:2.x Sep 30, 2016
@VictorAlbertos VictorAlbertos deleted the 2.x_merge_ambArray_Iterable_into_amb branch September 30, 2016 16:38
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