core
0.3.1
core
/
de.peekandpoke.kraft.utils
/
DoubleClickProtection
Double
Click
Protection
class
DoubleClickProtection
(
component
:
Component
<
*
>
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Double
Click
Protection
Link copied to clipboard
fun
DoubleClickProtection
(
component
:
Component
<
*
>
)
Content copied to clipboard
Functions
invoke
Link copied to clipboard
operator
fun
invoke
(
block
:
suspend
(
)
->
Unit
)
Content copied to clipboard
run
Async
Link copied to clipboard
fun
runAsync
(
block
:
suspend
(
)
->
Unit
)
Content copied to clipboard
run
Blocking
Link copied to clipboard
suspend
fun
<
R
>
runBlocking
(
block
:
suspend
(
)
->
R
)
:
R
?
Content copied to clipboard
Properties
cannotRun
Link copied to clipboard
val
cannotRun
:
Boolean
Content copied to clipboard
canRun
Link copied to clipboard
val
canRun
:
Boolean
Content copied to clipboard