Executable

fun interface Executable(source)

A callback for executing something

See also

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Helper for creating single-shot Executable, with built-in support for thread-safe execution (if needed).

Functions

Link copied to clipboard
abstract fun execute()