Action1

interface Action1<in I, out R> : Action<(I) -> R>

Deprecated

use kevlar instead

Inheritors

Functions

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

Properties

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