unicorn2
/
ru.dimsuz.unicorn2
/
TransitionDsl
Transition
Dsl
class
TransitionDsl
<
S
:
PS
,
PS
:
Any
,
P
,
E
:
Any
>
Content copied to clipboard
Functions
Functions
action
Link copied to clipboard
fun
action
(body: suspend
ActionScope
<
E
>.(
S
,
PS
,
P
) ->
Unit
)
Content copied to clipboard
transition
To
Link copied to clipboard
fun
transitionTo
(body: suspend (
S
,
P
) ->
PS
)
Content copied to clipboard