Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
sealed class Command
Link copied to clipboard
class Commands
Link copied to clipboard
fun interface Consumer<in T>

Interface describing the operation which receives the argument value and returns nothing.

Link copied to clipboard