EffectStore
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
EffectStore
effectstore
/
com.intive.effectstore
/
FlowEffect
Flow
Effect
abstract
class
FlowEffect
<
A
:
Action
>
:
Reaction
<
A
>
,
CancellableEffect
Members
Constructors
Flow
Effect
Link copied to clipboard
constructor
(
)
Properties
effect
Id
Link copied to clipboard
abstract
val
effectId
:
EffectId
owner
Id
Link copied to clipboard
abstract
val
ownerId
:
OwnerId
?
trigger
Action
Link copied to clipboard
abstract
val
triggerAction
:
A
Functions
cancel
Link copied to clipboard
abstract
fun
cancel
(
)
run
Link copied to clipboard
abstract
suspend
fun
run
(
)
:
Flow
<
A
>