Skip to content

Conversation

akarnokd
Copy link
Member

Add timeInterval and timestamp operators (4 overloads each). to Maybe and Single.

Related #6852

image
image
image
image
image
image
image
image

@akarnokd akarnokd added this to the 3.0 milestone Jan 25, 2020
@codecov
Copy link

codecov bot commented Jan 25, 2020

Codecov Report

Merging #6874 into 3.x will decrease coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@ Coverage Diff @@ ## 3.x #6874 +/- ## ============================================ - Coverage 98.27% 98.26% -0.02%  - Complexity 6502 6523 +21  ============================================ Files 731 733 +2 Lines 46968 47044 +76 Branches 6420 6424 +4 ============================================ + Hits 46159 46226 +67  - Misses 291 295 +4  - Partials 518 523 +5
Impacted Files Coverage Δ Complexity Δ
...rc/main/java/io/reactivex/rxjava3/core/Single.java 100% <100%> (ø) 170 <8> (+8) ⬆️
.../internal/operators/single/SingleTimeInterval.java 100% <100%> (ø) 2 <2> (?)
...a3/internal/operators/maybe/MaybeTimeInterval.java 100% <100%> (ø) 2 <2> (?)
src/main/java/io/reactivex/rxjava3/core/Maybe.java 100% <100%> (ø) 198 <8> (+8) ⬆️
...in/java/io/reactivex/rxjava3/schedulers/Timed.java 100% <100%> (ø) 12 <1> (-1) ⬇️
...l/operators/observable/ObservableFlatMapMaybe.java 83.8% <0%> (-10.57%) 2% <0%> (ø)
.../operators/observable/ObservableFlatMapSingle.java 88.09% <0%> (-5.56%) 2% <0%> (ø)
...java3/internal/observers/FutureSingleObserver.java 94.33% <0%> (-3.78%) 24% <0%> (-1%)
...eactivex/rxjava3/processors/BehaviorProcessor.java 96.55% <0%> (-2.47%) 50% <0%> (ø)
.../internal/disposables/ListCompositeDisposable.java 98% <0%> (-2%) 34% <0%> (-1%)
... and 25 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 26dacd7...5f23b72. Read the comment docs.

@akarnokd akarnokd merged commit d5449b2 into ReactiveX:3.x Jan 26, 2020
@akarnokd akarnokd deleted the TimeStampInterval3x branch January 26, 2020 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

1 participant