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: Add Flowable.concatMapCompletable{DelayError} operator #5871

Merged
merged 1 commit into from
Mar 1, 2018

Conversation

akarnokd
Copy link
Member

This PR adds the Flowable.concatMapCompletable and Flowable.concatMapCompletableDelayError operators as requested by #4853.

The marbles will be updated in a separate PR.

@akarnokd akarnokd added this to the 2.2 milestone Feb 28, 2018
@codecov
Copy link

codecov bot commented Feb 28, 2018

Codecov Report

Merging #5871 into 2.x will decrease coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##               2.x    #5871      +/-   ##
===========================================
- Coverage     96.5%   96.47%   -0.03%     
- Complexity    5852     5864      +12     
===========================================
  Files          646      647       +1     
  Lines        42640    42766     +126     
  Branches      5910     5933      +23     
===========================================
+ Hits         41148    41258     +110     
- Misses         579      593      +14     
- Partials       913      915       +2
Impacted Files Coverage Δ Complexity Δ
src/main/java/io/reactivex/Flowable.java 100% <100%> (ø) 539 <6> (+6) ⬆️
.../operators/mixed/FlowableConcatMapCompletable.java 100% <100%> (ø) 2 <2> (?)
...ex/internal/operators/flowable/FlowableCreate.java 90% <0%> (-7.42%) 6% <0%> (ø)
.../io/reactivex/internal/functions/ObjectHelper.java 94.73% <0%> (-5.27%) 20% <0%> (-1%)
...l/operators/observable/ObservableFlatMapMaybe.java 88.23% <0%> (-3.27%) 2% <0%> (ø)
.../internal/operators/flowable/FlowableInterval.java 94.44% <0%> (-2.78%) 3% <0%> (ø)
...tivex/internal/schedulers/TrampolineScheduler.java 92.3% <0%> (-2.57%) 6% <0%> (ø)
...x/internal/operators/flowable/FlowablePublish.java 94.27% <0%> (-1.77%) 11% <0%> (ø)
...nternal/operators/observable/ObservableCreate.java 97.43% <0%> (-1.71%) 2% <0%> (ø)
...internal/operators/completable/CompletableAmb.java 98.3% <0%> (-1.7%) 11% <0%> (ø)
... and 25 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 8068404...ece07c1. Read the comment docs.

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.

2 participants