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

3.x: Add Single.mergeArray & mergeArrayDelayError #6882

Merged
merged 2 commits into from
Jan 27, 2020

Conversation

akarnokd
Copy link
Member

Single was missing the mergeArray and mergeArrayDelayError operators already present in the other classes.

Related #6852

image
image

@akarnokd akarnokd added this to the 3.0 milestone Jan 27, 2020
@codecov
Copy link

codecov bot commented Jan 27, 2020

Codecov Report

Merging #6882 into 3.x will decrease coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##                3.x    #6882      +/-   ##
============================================
- Coverage     98.29%   98.27%   -0.03%     
- Complexity     6548     6550       +2     
============================================
  Files           735      735              
  Lines         47163    47165       +2     
  Branches       6432     6432              
============================================
- Hits          46359    46351       -8     
- Misses          289      294       +5     
- Partials        515      520       +5
Impacted Files Coverage Δ Complexity Δ
src/main/java/io/reactivex/rxjava3/core/Maybe.java 100% <ø> (ø) 204 <0> (ø) ⬇️
...rc/main/java/io/reactivex/rxjava3/core/Single.java 100% <100%> (ø) 182 <2> (+2) ⬆️
...nternal/operators/observable/ObservableCreate.java 94.01% <0%> (-4.28%) 2% <0%> (ø)
...xjava3/internal/observers/FutureMultiObserver.java 91.52% <0%> (-3.39%) 25% <0%> (-1%)
...ernal/operators/flowable/FlowableFlatMapMaybe.java 92.7% <0%> (-3.13%) 2% <0%> (ø)
...rnal/operators/observable/ObservableSwitchMap.java 91.57% <0%> (-2.11%) 3% <0%> (ø)
.../internal/disposables/ListCompositeDisposable.java 98% <0%> (-2%) 34% <0%> (-1%)
...ava3/internal/operators/parallel/ParallelJoin.java 92.04% <0%> (-1.14%) 3% <0%> (ø)
...3/internal/operators/flowable/FlowablePublish.java 97.53% <0%> (-0.99%) 16% <0%> (-1%)
...a3/internal/operators/flowable/FlowableCreate.java 97.08% <0%> (-0.65%) 6% <0%> (ø)
... and 16 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9283700...47d7680. Read the comment docs.

@akarnokd akarnokd merged commit 78c70d6 into ReactiveX:3.x Jan 27, 2020
@akarnokd akarnokd deleted the SingleMergeArray branch January 27, 2020 11:43
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.

None yet

1 participant