workflow
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
workflow
workflow-core
/
com.squareup.workflow1
/
asWorker
as
Worker
inline
fun
<
OutputT
>
Flow
<
OutputT
>
.
asWorker
(
)
:
Worker
<
OutputT
>
(
source
)
Returns a
Worker
that will, when performed, emit whatever this
Flow
receives.