EffectStore
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
EffectStore
effectstore
/
com.intive.effectstore
/
trackedFlowEffect
tracked
Flow
Effect
fun
<
A
:
Action
,
R
,
C
:
A
>
trackedFlowEffect
(
effectId
:
EffectId
,
triggerAction
:
A
,
actionWrapper
:
(
FlowEffectEvent
<
R
>
)
->
C
,
ownerId
:
OwnerId
?
=
null
,
block
:
suspend
(
)
->
Flow
<
R
>
)
:
FlowEffect
<
A
>