pipelineContext

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