kcp-development
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
kcp-development
core
/
dev.rnett.kcp.development.options
/
CompilerOptionsHost
/
keyed
keyed
fun
<
K
:
Any
,
V
:
Any
>
keyed
(
name
:
String
,
valueDescription
:
String
,
description
:
String
,
required
:
Boolean
=
true
,
transform
:
(
String
)
->
Pair
<
K
,
V
>
?
)
:
Lazy
<
CompilerOption.Keyed
<
K
,
V
>
>
(
source
)