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

Add marble diagram for Single.repeatUntil operator #6084

Merged
merged 2 commits into from
Jul 17, 2018

Conversation

UMFsimke
Copy link
Contributor

Here is marble for repeatUntil operator in #5788

repeatUntil
Please let me know if I need to change anything on the diagram itself. If not, please send me URL when you upload image within the project so I can change URL for the marble in the PR.

@akarnokd akarnokd added this to the 2.2 milestone Jul 17, 2018
@akarnokd
Copy link
Member

https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.repeatUntil.png

@codecov
Copy link

codecov bot commented Jul 17, 2018

Codecov Report

Merging #6084 into 2.x will decrease coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##                2.x   #6084      +/-   ##
===========================================
- Coverage     98.25%   98.2%   -0.05%     
+ Complexity     6194    6193       -1     
===========================================
  Files           667     667              
  Lines         44856   44858       +2     
  Branches       6211    6211              
===========================================
- Hits          44073   44054      -19     
- Misses          242     247       +5     
- Partials        541     557      +16
Impacted Files Coverage Δ Complexity Δ
src/main/java/io/reactivex/Single.java 100% <ø> (ø) 146 <0> (ø) ⬇️
...l/operators/observable/ObservableFlatMapMaybe.java 89.54% <0%> (-4.58%) 2% <0%> (ø)
...ava/io/reactivex/processors/BehaviorProcessor.java 95.96% <0%> (-3.14%) 59% <0%> (-1%)
...a/io/reactivex/internal/util/QueueDrainHelper.java 95.83% <0%> (-2.78%) 55% <0%> (-2%)
...ternal/operators/observable/ObservablePublish.java 96.46% <0%> (-2.66%) 11% <0%> (+1%)
...tivex/internal/schedulers/TrampolineScheduler.java 96.1% <0%> (-2.6%) 6% <0%> (ø)
...activex/internal/observers/QueueDrainObserver.java 97.43% <0%> (-2.57%) 21% <0%> (-1%)
...ex/internal/operators/flowable/FlowableCreate.java 95.48% <0%> (-1.94%) 6% <0%> (ø)
...io/reactivex/subscribers/SerializedSubscriber.java 98.86% <0%> (-1.14%) 26% <0%> (-1%)
...ernal/operators/flowable/FlowableFromIterable.java 94.11% <0%> (-1.07%) 5% <0%> (ø)
... and 18 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 53dd15f...836d0ea. Read the comment docs.

@UMFsimke
Copy link
Contributor Author

Thanks! Updated

@akarnokd akarnokd merged commit 97ebd2c into ReactiveX:2.x Jul 17, 2018
@UMFsimke UMFsimke deleted the SingleRepeatUntilMarble branch July 17, 2018 16:17
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