toggle menu
lib
0.0.266
jvm
switch theme
search in API
lib
/
com.prettybyte.klerk.statemachine
/
Block
/
InstanceEventBlock
/
transitionWhen
transition
When
fun
transitionWhen
(
branches
:
LinkedHashMap
<
(
args
:
ArgForInstanceEvent
<
T
,
P
,
C
,
V
>
)
->
Boolean
,
ModelStates
>
,
otherwise
:
ModelStates
?
=
null
)