FlowMVI
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
FlowMVI
core
/
pro.respawn.flowmvi.decorator
/
DecorateState
Decorate
State
typealias
DecorateState
<
S
,
I
,
A
>
=
suspend
PipelineContext
<
S
,
I
,
A
>
.
(
child
:
StorePlugin
<
S
,
I
,
A
>
,
old
:
S
,
new
:
S
)
->
S
?