Kevlar
2.0.13
common
kevlar-core
/
actions
/
MutableAction1
Mutable
Action1
interface
MutableAction1
<
I
,
R
>
:
Action1
<
I
,
R
>
,
MutableAction
<
(
I
)
->
R
>
Deprecated
use kevlar instead
Members
Functions
invoke
Link copied to clipboard
abstract
operator
fun
invoke
(
arg
:
I
)
:
R
on
Invoked
Link copied to clipboard
abstract
fun
onInvoked
(
h
:
(
I
)
->
R
)
Properties
handler
Link copied to clipboard
abstract
override
var
handler
:
(
I
)
->
R
key
Link copied to clipboard
abstract
val
key
:
String
name
Link copied to clipboard
abstract
val
name
:
String