reaktive
Toggle table of contents
2.4.0
common
Platform filter
common
Switch theme
Search in API
reaktive
reaktive
/
com.badoo.reaktive.single
/
singleOf
single
Of
fun
<
T
>
singleOf
(
value
:
T
)
:
Single
<
T
>
Returns a
Single
that emits the specified
value
.
Please refer to the corresponding RxJava
document
.