toggle menu
workflow
common
switch theme
search in API
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.