toggle menu
FlowMVI
3.1.0-beta01
common
switch theme
search in API
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