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: Improve the JavaDoc of the other lift() operators #5865

Merged
merged 1 commit into from
Feb 28, 2018

Conversation

akarnokd
Copy link
Member

Improve the JavaDoc of the {Observable | Maybe | Single | Completable}.lift() operator, adapting the text from #5863.

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

codecov bot commented Feb 26, 2018

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x    #5865      +/-   ##
============================================
- Coverage     96.55%   96.46%   -0.09%     
+ Complexity     5858     5853       -5     
============================================
  Files           646      646              
  Lines         42640    42640              
  Branches       5910     5910              
============================================
- Hits          41170    41134      -36     
- Misses          567      586      +19     
- Partials        903      920      +17
Impacted Files Coverage Δ Complexity Δ
src/main/java/io/reactivex/Single.java 100% <ø> (ø) 142 <0> (ø) ⬇️
src/main/java/io/reactivex/Observable.java 100% <ø> (ø) 515 <0> (ø) ⬇️
src/main/java/io/reactivex/Flowable.java 100% <ø> (ø) 533 <0> (ø) ⬇️
src/main/java/io/reactivex/Maybe.java 100% <ø> (ø) 171 <0> (ø) ⬇️
src/main/java/io/reactivex/Completable.java 100% <ø> (ø) 115 <0> (ø) ⬇️
.../operators/observable/ObservableFlatMapSingle.java 88.8% <0%> (-6.72%) 2% <0%> (ø)
.../io/reactivex/internal/functions/ObjectHelper.java 94.73% <0%> (-5.27%) 20% <0%> (-1%)
...ernal/operators/flowable/FlowableFlatMapMaybe.java 88.88% <0%> (-4.35%) 2% <0%> (ø)
...nternal/operators/parallel/ParallelReduceFull.java 91.17% <0%> (-3.93%) 2% <0%> (ø)
...reactivex/internal/operators/single/SingleAmb.java 96.36% <0%> (-3.64%) 9% <0%> (-1%)
... and 26 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 3346ff9...b88254c. 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