elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic.doc
/
DocSource
/
OptionalValueDelegateWithDefault
/
OptionalValueDelegateWithDefault
Optional
Value
Delegate
With
Default
fun
<
V
>
OptionalValueDelegateWithDefault
(
fieldName
:
String
,
fieldType
:
FieldType
<
V
&
Any
,
*
>
,
defaultValue
:
(
)
->
V
&
Any
)