MutableAction1

interface MutableAction1<I, R> : Action1<I, R> , MutableAction<(I) -> R>

Deprecated

use kevlar instead

Functions

Link copied to clipboard
abstract operator fun invoke(arg: I): R
Link copied to clipboard
abstract fun onInvoked(h: (I) -> R)

Properties

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