mobiuskt
Toggle table of contents
1.4.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
mobiuskt
mobiuskt-coroutines
/
kt.mobius.flow
/
ExecutionPolicy
/
Sequential
Sequential
object
Sequential
:
ExecutionPolicy
Handle Effects one at a time, completing each in order before handling the next.
Members
Functions
execute
Link copied to clipboard
open
override
fun
<
F
,
E
>
execute
(
transform
:
suspend
FlowCollector
<
E
>
.
(
effect
:
F
)
->
Unit
,
effects
:
Flow
<
F
>
)
:
Flow
<
E
>