EffectStore
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
EffectStore
effectstore
/
com.intive.effectstore
/
FlowEffectEvent
/
Started
Started
data
class
Started
(
val
effectId
:
EffectId
,
val
ownerId
:
OwnerId
?
=
null
,
val
triggerAction
:
Action
)
:
FlowEffectEvent
<
Nothing
>
Members
Members & Extensions
Constructors
Started
Link copied to clipboard
constructor
(
effectId
:
EffectId
,
ownerId
:
OwnerId
?
=
null
,
triggerAction
:
Action
)
Properties
effect
Id
Link copied to clipboard
open
override
val
effectId
:
EffectId
owner
Id
Link copied to clipboard
open
override
val
ownerId
:
OwnerId
?
trigger
Action
Link copied to clipboard
open
override
val
triggerAction
:
Action
Functions
emitted
Value
Or
Else
Link copied to clipboard
fun
<
R
>
FlowEffectEvent
<
R
>
.
emittedValueOrElse
(
orElse
:
(
)
->
R
)
:
R
fun
<
R
,
T
>
FlowEffectEvent
<
R
>
.
emittedValueOrElse
(
valueTransformer
:
(
R
)
->
T
,
orElse
:
(
)
->
T
)
:
T
to
Flow
Effect
State
Link copied to clipboard
fun
<
R
>
FlowEffectEvent
<
R
>
.
toFlowEffectState
(
)
:
FlowEffectState