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: Promote Beta/Experimental to Standard#6537

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:OpStandardization3x
Jun 24, 2019

Conversation

@akarnokd
Copy link
Member

Promote the following experimental operators to standard:

  • Completable.delaySubscription(long, TimeUnit [, Scheduler])
  • Completable.materialize()
  • Flowable.dematerialize(Function)
  • Maybe.doOnTerminate()
  • Maybe.materialize()
  • Observable.dematerialize(Function)
  • Single.dematerialize(Function)
  • Single.materialize()

There were noBeta operators in 2.2.x.

@codecov
Copy link

codecovbot commentedJun 24, 2019

Codecov Report

Merging#6537 into3.x willincrease coverage by0.08%.
The diff coverage isn/a.

Impacted file tree graph

@@             Coverage Diff             @@##               3.x    #6537      +/-   ##===========================================+ Coverage     98.2%   98.28%   +0.08%  Complexity    6199     6199              ===========================================  Files          680      680                Lines        44976    44976                Branches      6202     6202              ===========================================+ Hits         44168    44204      +36+ Misses         259      241      -18+ Partials       549      531      -18
Impacted FilesCoverage ΔComplexity Δ
...nal/operators/mixed/MaterializeSingleObserver.java100% <ø> (ø)8 <0> (ø)⬇️
src/main/java/io/reactivex/Flowable.java100% <ø> (ø)572 <0> (ø)⬇️
.../operators/completable/CompletableMaterialize.java100% <ø> (ø)2 <0> (ø)⬇️
...vex/internal/operators/maybe/MaybeMaterialize.java100% <ø> (ø)2 <0> (ø)⬇️
.../main/java/io/reactivex/schedulers/Schedulers.java100% <ø> (ø)11 <0> (ø)⬇️
src/main/java/io/reactivex/Completable.java100% <ø> (ø)118 <0> (ø)⬇️
...x/internal/operators/single/SingleMaterialize.java100% <ø> (ø)2 <0> (ø)⬇️
src/main/java/io/reactivex/Observable.java100% <ø> (ø)547 <0> (ø)⬇️
src/main/java/io/reactivex/Single.java100% <ø> (ø)148 <0> (ø)⬇️
...internal/operators/single/SingleDematerialize.java100% <ø> (ø)2 <0> (ø)⬇️
... and30 more

Continue to review full report at Codecov.

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

@akarnokdakarnokd merged commit94ae795 intoReactiveX:3.xJun 24, 2019
@akarnokdakarnokd deleted the OpStandardization3x branchJune 24, 2019 12:22
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