toggle menu
lib
0.0.266
jvm
switch theme
search in API
lib
/
com.prettybyte.klerk.statemachine
/
Block
/
InstanceEventBlock
/
createCommands
create
Commands
fun
createCommands
(
function
:
(
args
:
ArgForInstanceEvent
<
T
,
P
,
C
,
V
>
)
->
List
<
Command
<
out
Any
,
out
Any
>
>
,
onCondition
:
(
args
:
ArgForInstanceEvent
<
T
,
P
,
C
,
V
>
)
->
Boolean
?
=
null
)