Commit 75e7e50
authored
Fix missing NonNull on Observable.map (#7302)
* Fix missing NonNull on Observable.map
I noticed this while testing the upcoming Kotlin 1.5.30-M1 (which has improved support for type-use nullability annotations) https://youtrack.jetbrains.com/issue/KT-47833. This makes `at least match Single, but `Maybe.map` is also missing this. I suspect there are others too.
* Update src/main/java/io/reactivex/rxjava3/core/Observable.java1 parent bb814d2 commit 75e7e50
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10371 | 10371 | | |
10372 | 10372 | | |
10373 | 10373 | | |
10374 | | - | |
| 10374 | + | |
10375 | 10375 | | |
10376 | 10376 | | |
10377 | 10377 | | |
| |||
0 commit comments