FlowMVI
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
FlowMVI
core
/
pro.respawn.flowmvi.dsl
/
pipelineContext
pipeline
Context
inline suspend
fun
<
S
:
MVIState
,
I
:
MVIIntent
,
A
:
MVIAction
>
pipelineContext
(
)
:
PipelineContext
<
S
,
I
,
A
>
?
Obtain the pipeline context of the current coroutine, if present, and cast it to types
S
,
I
, and
A