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

Fixed image link and added java examples for Connectable Observable operators #6997

Merged
merged 2 commits into from
May 26, 2020

Conversation

kranthik2
Copy link
Contributor

#6132

  • Fixes image link
  • updated examples with java

@codecov
Copy link

codecov bot commented May 25, 2020

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff              @@
##                3.x    #6997      +/-   ##
============================================
- Coverage     99.53%   99.48%   -0.05%     
- Complexity     6667     6669       +2     
============================================
  Files           742      742              
  Lines         47270    47270              
  Branches       6373     6373              
============================================
- Hits          47048    47027      -21     
- Misses          100      113      +13     
- Partials        122      130       +8     
Impacted Files Coverage Δ Complexity Δ
...rnal/operators/flowable/FlowableFlatMapSingle.java 94.18% <0.00%> (-3.49%) 2.00% <0.00%> (ø%)
...xjava3/internal/observers/FutureMultiObserver.java 96.61% <0.00%> (-3.39%) 27.00% <0.00%> (-1.00%)
...eactivex/rxjava3/processors/BehaviorProcessor.java 97.48% <0.00%> (-2.52%) 50.00% <0.00%> (ø%)
.../internal/disposables/ListCompositeDisposable.java 98.00% <0.00%> (-2.00%) 34.00% <0.00%> (-1.00%)
...a3/internal/operators/flowable/FlowableCreate.java 97.41% <0.00%> (-1.62%) 6.00% <0.00%> (ø%)
...nternal/operators/parallel/ParallelSortedJoin.java 98.49% <0.00%> (-1.51%) 2.00% <0.00%> (ø%)
...l/operators/observable/ObservableFlatMapMaybe.java 91.54% <0.00%> (-1.41%) 2.00% <0.00%> (ø%)
...perators/observable/ObservableMergeWithSingle.java 99.05% <0.00%> (-0.95%) 2.00% <0.00%> (ø%)
...a3/internal/operators/flowable/FlowableReplay.java 98.92% <0.00%> (-0.86%) 21.00% <0.00%> (ø%)
.../operators/observable/ObservableFlatMapSingle.java 96.03% <0.00%> (-0.80%) 2.00% <0.00%> (ø%)
... and 10 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 597d249...8cf1f16. Read the comment docs.

@akarnokd akarnokd added this to the 3.1 milestone May 25, 2020
@akarnokd akarnokd merged commit 98acac2 into ReactiveX:3.x May 26, 2020
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

2 participants