Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

3.x: Rename zipIterable, remove zip(O(O)), adjust concatMapX arg order#6638

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
akarnokd merged 1 commit intoReactiveX:3.xfromakarnokd:OpNameAndArgCorrections3x
Aug 28, 2019

Conversation

@akarnokd
Copy link
Member

@akarnokdakarnokd commentedAug 28, 2019
edited
Loading

  • RenamezipIterable tozip
  • Removezip(ObservableSource<ObservableSource<T>>) andzip(Publisher<Publisher<T>>)
  • Change the order of thetillTheEnd argument inconcatMapDelayError andconcatMapEagerDelayError to be consistent with other operators taking aboolean parameter beforeprefetch/maxConcurrency.

Related:#6610

@codecov
Copy link

codecovbot commentedAug 28, 2019

Codecov Report

Merging#6638 into3.x willdecrease coverage by0.04%.
The diff coverage is100%.

Impacted file tree graph

@@             Coverage Diff              @@##                3.x    #6638      +/-   ##============================================- Coverage     98.16%   98.12%   -0.05%+ Complexity     6180     6174       -6============================================  Files           678      678                Lines         44795    44779      -16       Branches       6177     6177              ============================================- Hits          43975    43940      -35- Misses          279      291      +12- Partials        541      548       +7
Impacted FilesCoverage ΔComplexity Δ
...operators/observable/ObservableInternalHelper.java100% <ø> (ø)13 <0> (-1)⬇️
...nal/operators/flowable/FlowableInternalHelper.java100% <ø> (ø)13 <0> (-1)⬇️
.../main/java/io/reactivex/rxjava3/core/Flowable.java100% <100%> (ø)561 <4> (-1)⬇️
...ain/java/io/reactivex/rxjava3/core/Observable.java100% <100%> (ø)537 <5> (-1)⬇️
...l/operators/observable/ObservableFlatMapMaybe.java86.8% <0%> (-9.03%)2% <0%> (ø)
...nternal/operators/observable/ObservableToList.java91.42% <0%> (-8.58%)2% <0%> (-1%)
...tivex/rxjava3/disposables/CompositeDisposable.java98.14% <0%> (-1.86%)39% <0%> (-1%)
...ernal/operators/flowable/FlowableFromIterable.java96.25% <0%> (-1.07%)5% <0%> (ø)
...perators/observable/ObservableMergeWithSingle.java99.07% <0%> (-0.93%)2% <0%> (ø)
...perators/single/SingleFlatMapIterableFlowable.java97.5% <0%> (-0.84%)2% <0%> (ø)
... and13 more

Continue to review full report at Codecov.

Legend -Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered byCodecov. Last updatefaf6392...d273268. Read thecomment docs.

@akarnokdakarnokd merged commitf1441b0 intoReactiveX:3.xAug 28, 2019
@akarnokdakarnokd deleted the OpNameAndArgCorrections3x branchAugust 28, 2019 11:19
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

1 more reviewer

@vanniktechvanniktechvanniktech approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Projects

None yet

Milestone

3.0

Development

Successfully merging this pull request may close these issues.

2 participants

@akarnokd@vanniktech

[8]ページ先頭

©2009-2025 Movatter.jp