workflow-rx2
/
com.squareup.workflow.rx2
/
io.reactivex.Single
Extensions for io.reactivex.Single
asWorker
Creates a
Worker
from this
Single
.
fun
<
T
:
Any
>
Single
<
out
T
?
>
.
asWorker
(
)
:
Worker
<
T
>