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