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 Completable.sequenceEqual #6884

Merged
merged 1 commit into from
Jan 27, 2020

Conversation

akarnokd
Copy link
Member

The operator was available in all other classes.

Related #6852

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 #6884 into 3.x will decrease coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##                3.x    #6884      +/-   ##
============================================
- Coverage     98.29%   98.28%   -0.02%     
  Complexity     6548     6548              
============================================
  Files           735      735              
  Lines         47163    47166       +3     
  Branches       6432     6432              
============================================
- Hits          46359    46356       -3     
- Misses          289      294       +5     
- Partials        515      516       +1
Impacted Files Coverage Δ Complexity Δ
...in/java/io/reactivex/rxjava3/core/Completable.java 100% <100%> (ø) 135 <1> (+1) ⬆️
...xjava3/internal/observers/FutureMultiObserver.java 86.44% <0%> (-8.48%) 24% <0%> (-2%)
...l/operators/observable/ObservableFlatMapMaybe.java 92.95% <0%> (-2.82%) 2% <0%> (ø)
...ernal/operators/flowable/FlowableFlatMapMaybe.java 93.75% <0%> (-2.09%) 2% <0%> (ø)
.../internal/disposables/ListCompositeDisposable.java 98% <0%> (-2%) 34% <0%> (-1%)
...ava3/internal/operators/parallel/ParallelJoin.java 91.66% <0%> (-1.52%) 3% <0%> (ø)
...a3/internal/operators/flowable/FlowableCreate.java 96.44% <0%> (-1.3%) 6% <0%> (ø)
...rnal/operators/observable/ObservableSwitchMap.java 92.63% <0%> (-1.06%) 3% <0%> (ø)
...rxjava3/internal/schedulers/ExecutorScheduler.java 95.89% <0%> (-0.92%) 10% <0%> (ø)
.../operators/observable/ObservableCombineLatest.java 96.17% <0%> (-0.64%) 6% <0%> (ø)
... and 12 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...12aa0dc. Read the comment docs.

@akarnokd akarnokd merged commit c4d995d into ReactiveX:3.x Jan 27, 2020
@akarnokd akarnokd deleted the CompletableSequenceEqual branch January 27, 2020 14:30
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.

1 participant