Hermes
Toggle table of contents
0.3.4
jvm
Platform filter
jvm
Switch theme
Search in API
Hermes
actions
/
gay.zharel.hermes.actions
/
Action
/
interruptible
interruptible
open
fun
interruptible
(
onInterruption
:
Action
)
:
Interruptible
open
fun
interruptible
(
onInterruption
:
InstantFunction
)
:
Interruptible
open
fun
interruptible
(
onInterruption
:
(
)
->
Action
)
:
Interruptible
Returns an interruptible copy of this action, with
onInterruption
occurring on interrupt.