toggle menu
Glok
0.5.1
common
switch theme
search in API
glok-core
/
uk.co.nickthecoder.glok.action
/
Commands
/
invoke
invoke
operator
fun
Action
.
invoke
(
consume
:
Boolean
,
lambda
:
(
ActionEvent
)
->
Unit
)
:
Command
Syntactic sugar, which adds an
action
.
operator
fun
Action
.
invoke
(
lambda
:
(
ActionEvent
)
->
Unit
)
:
Command