elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic.doc
/
DocSource
/
RequiredValueDelegate
Required
Value
Delegate
open
class
RequiredValueDelegate
<
V
>
(
fieldName
:
String
,
fieldType
:
FieldType
<
V
&
Any
,
*
>
)
Constructors
Functions
Inheritors
Constructors
Required
Value
Delegate
Link copied to clipboard
fun
<
V
>
RequiredValueDelegate
(
fieldName
:
String
,
fieldType
:
FieldType
<
V
&
Any
,
*
>
)
Functions
provide
Delegate
Link copied to clipboard
operator
fun
provideDelegate
(
thisRef
:
DocSource
,
property
:
KProperty
<
*
>
)
:
ReadWriteProperty
<
DocSource
,
V
&
Any
>
Inheritors
RequiredListableValueDelegate
Link copied to clipboard