Kevlar
2.0.13
common
kevlar-core
/
actions
/
Action1
Action1
interface
Action1
<
in
I
,
out
R
>
:
Action
<
(
I
)
->
R
>
Deprecated
use kevlar instead
Inheritors
MutableAction1
Members
Functions
invoke
Link copied to clipboard
abstract
operator
fun
invoke
(
arg
:
I
)
:
R
Properties
handler
Link copied to clipboard
abstract
val
handler
:
(
I
)
->
R
key
Link copied to clipboard
abstract
val
key
:
String
name
Link copied to clipboard
abstract
val
name
:
String