glok
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
glok
glok-core
/
uk.co.nickthecoder.glok.action
/
Actions
/
invoke
invoke
operator
fun
Command
.
invoke
(
consume
:
Boolean
,
lambda
:
(
ActionEvent
)
->
Unit
)
:
Action
Syntactic sugar, which adds an
action
.
operator
fun
Command
.
invoke
(
lambda
:
(
ActionEvent
)
->
Unit
)
:
Action