reaktive
Toggle table of contents
2.4.0
common
Platform filter
common
Switch theme
Search in API
reaktive
reaktive
/
com.badoo.reaktive.completable
/
asMaybe
as
Maybe
fun
Completable
.
asMaybe
(
)
:
Maybe
<
Nothing
>
Converts this
Completable
into a
Maybe
.
Please refer to the corresponding RxJava
document
.