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

Add FunctionalInterface annotations. #6773

Merged
merged 1 commit into from
Dec 17, 2019

Conversation

He-Pin
Copy link
Contributor

@He-Pin He-Pin commented Dec 17, 2019

Resolves #6768

@akarnokd akarnokd added 3.x Cleanup Java 8 Issues and PRs related to Java 8 support labels Dec 17, 2019
@akarnokd akarnokd added this to the 3.0 milestone Dec 17, 2019
@codecov
Copy link

codecov bot commented Dec 17, 2019

Codecov Report

Merging #6773 into 3.x will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##               3.x    #6773      +/-   ##
===========================================
+ Coverage     98.2%   98.21%   +<.01%     
- Complexity    6183     6190       +7     
===========================================
  Files          681      681              
  Lines        44776    44776              
  Branches      6164     6164              
===========================================
+ Hits         43973    43977       +4     
+ Misses         280      279       -1     
+ Partials       523      520       -3
Impacted Files Coverage Δ Complexity Δ
...l/operators/observable/ObservableFlatMapMaybe.java 93.66% <0%> (-2.82%) 2% <0%> (ø)
.../operators/observable/ObservableFlatMapSingle.java 90.47% <0%> (-2.39%) 2% <0%> (ø)
...ernal/operators/flowable/FlowableFlatMapMaybe.java 90.1% <0%> (-1.05%) 2% <0%> (ø)
...perators/observable/ObservableMergeWithSingle.java 99.05% <0%> (-0.95%) 2% <0%> (ø)
...nternal/operators/observable/ObservableCreate.java 97.43% <0%> (-0.86%) 2% <0%> (ø)
...internal/operators/flowable/FlowableObserveOn.java 96.65% <0%> (-0.84%) 3% <0%> (ø)
...perators/single/SingleFlatMapIterableFlowable.java 95.83% <0%> (-0.84%) 2% <0%> (ø)
...nternal/operators/parallel/ParallelSortedJoin.java 94.16% <0%> (-0.73%) 2% <0%> (ø)
...rnal/operators/flowable/FlowableFlatMapSingle.java 93.6% <0%> (-0.59%) 2% <0%> (ø)
...ternal/operators/flowable/FlowableWindowTimed.java 96.62% <0%> (-0.57%) 5% <0%> (ø)
... and 14 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 6ba932c...23ad4b9. Read the comment docs.

@He-Pin He-Pin mentioned this pull request Dec 17, 2019
@akarnokd akarnokd merged commit 0fba7c5 into ReactiveX:3.x Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x Cleanup Java 8 Issues and PRs related to Java 8 support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3.x: [Java 8] Add FunctionalInterface annotations to our functional interfaces
2 participants