-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
3.x: Swap Maybe.flatMapSingle and Maybe.flatMapSingleElement #6891
Conversation
And replaced tests with flatMapSingle().toSingle()
Hmm for XFlatMapTest.maybeSingle, if I replace |
The test checks if disposing while in the function, the returned |
Codecov Report
@@ Coverage Diff @@
## 3.x #6891 +/- ##
============================================
+ Coverage 98.26% 98.26% +<.01%
+ Complexity 6596 6593 -3
============================================
Files 741 740 -1
Lines 47334 47293 -41
Branches 6432 6430 -2
============================================
- Hits 46511 46473 -38
- Misses 301 302 +1
+ Partials 522 518 -4
Continue to review full report at Codecov.
|
Resolves #6878
Dropped the old
Maybe.flatMapSingle
and replaced it withMaybe.flatMapSingleElement