unicorn-coroutines
/
ru.dimsuz.unicorn.coroutines
/
MachineDsl
Machine
Dsl
class
MachineDsl
<
S
:
Any
,
E
:
Any
>
Content copied to clipboard
Functions
Properties
Functions
on
Link copied to clipboard
inline fun <
EE
:
E
>
on
(eventSelector:
KClass
<out
EE
>, init:
TransitionDsl
<
S
,
EE
,
E
>.() ->
Unit
)
Content copied to clipboard
onEach
Link copied to clipboard
inline fun <
P
>
onEach
(eventPayloads:
Flow
<
P
>, init:
TransitionDsl
<
S
,
P
,
E
>.() ->
Unit
)
Content copied to clipboard
Properties
initial
Link copied to clipboard
var
initial
:
Pair
<
S
, suspend () ->
Unit
?>? = null
Content copied to clipboard