DevCore
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DevCore
command
/
com.peco2282.devcore.command
/
CommandCreator
/
executesSuspend
executes
Suspend
infix
fun
executesSuspend
(
block
:
suspend
(
CommandContext
<
CommandSourceStack
>
)
->
Int
)
:
CommandCreator
<
T
>