###
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
###
plugin
/
org.danbrough.xtras
/
xtrasPropertyValue
xtras
Property
Value
inline
fun
<
T
>
ExtensionAware
.
xtrasPropertyValue
(
key
:
String
,
type
:
KClass
<
*
>
=
T::class
,
noinline
defaultValue
:
(
)
->
T
=
{ error("$key not specified") }
)
:
T