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 Maybe marble diagrams 06/21/a #6053

Merged
merged 1 commit into from
Jun 21, 2018
Merged

Conversation

akarnokd
Copy link
Member

@akarnokd akarnokd commented Jun 21, 2018

Resolved the following diagrams of #5806:

amb: missing diagram

image

ambArray: missing diagram

image

concat(Iterable): missing diagram

image

concat(Publisher): missing diagram

image

concat(Publisher, int): missing diagram

image

concatArray: missing diagram

image

concatArrayDelayError: indicate error delayed, 1 marble per source

image

concatArrayEager: missing diagram

image

concatDelayError(Iterable): missing diagram

image

concatDelayError(Publisher): missing diagram

image

concatEager(Iterable): missing diagram

image

concatEager(Publisher): missing diagram

image

@akarnokd akarnokd added this to the 2.2 milestone Jun 21, 2018
@codecov
Copy link

codecov bot commented Jun 21, 2018

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x    #6053      +/-   ##
============================================
- Coverage     98.34%   98.27%   -0.07%     
+ Complexity     6194     6191       -3     
============================================
  Files           666      666              
  Lines         44802    44802              
  Branches       6206     6206              
============================================
- Hits          44059    44028      -31     
- Misses          222      232      +10     
- Partials        521      542      +21
Impacted Files Coverage Δ Complexity Δ
src/main/java/io/reactivex/Maybe.java 100% <ø> (ø) 171 <0> (ø) ⬇️
...ernal/operators/flowable/FlowableFlatMapMaybe.java 92.75% <0%> (-3.87%) 2% <0%> (ø)
...ternal/operators/observable/ObservablePublish.java 96.46% <0%> (-3.54%) 11% <0%> (ø)
...rnal/operators/flowable/FlowableFlatMapSingle.java 92.93% <0%> (-2.72%) 2% <0%> (ø)
...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%)
...ava/io/reactivex/processors/BehaviorProcessor.java 96.86% <0%> (-2.25%) 60% <0%> (ø)
...ernal/operators/flowable/FlowableFromIterable.java 94.11% <0%> (-2.14%) 5% <0%> (ø)
...nternal/operators/observable/ObservableWindow.java 98% <0%> (-2%) 3% <0%> (ø)
...java/io/reactivex/processors/PublishProcessor.java 98.19% <0%> (-1.81%) 42% <0%> (-1%)
... 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 cc186bc...8fa6d9c. 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