toggle menu
KStg
1.0-SNAPSHOT
jvm
switch theme
search in API
KStg
/
top.kkoishi.stg.boot
/
Settings
/
Handler
Handler
class
Handler
<
ValueType
>
(
val
key
:
String
,
val
handle
:
(
ValueType
)
->
Unit
)
Members
Constructors
Handler
Link copied to clipboard
constructor
(
key
:
String
,
handle
:
(
ValueType
)
->
Unit
)
Properties
handle
Link copied to clipboard
val
handle
:
(
ValueType
)
->
Unit
key
Link copied to clipboard
val
key
:
String
Functions
invoke
Link copied to clipboard
operator
fun
invoke
(
value
:
ValueType
)