Action0

interface Action0<out R> : Action<() -> R>

Deprecated

use kevlar instead

Inheritors

Functions

Link copied to clipboard
abstract operator fun invoke(): R

Properties

Link copied to clipboard
abstract val handler: () -> R
Link copied to clipboard
abstract val key: String
Link copied to clipboard
abstract val name: String