toggle menu
elasticmagic-kt
0.3.4
common
switch theme
search in API
elasticmagic
/
dev.evo.elasticmagic.doc
/
DocSource
/
RequiredValueDelegate
Required
Value
Delegate
open
class
RequiredValueDelegate
<
V
>
(
fieldName
:
String
,
fieldType
:
FieldType
<
V
&
Any
,
*
>
)
Inheritors
RequiredListableValueDelegate
Members
Constructors
Required
Value
Delegate
Link copied to clipboard
constructor
(
fieldName
:
String
,
fieldType
:
FieldType
<
V
&
Any
,
*
>
)
Functions
provide
Delegate
Link copied to clipboard
operator
fun
provideDelegate
(
thisRef
:
DocSource
,
property
:
KProperty
<
*
>
)
:
ReadWriteProperty
<
DocSource
,
V
&
Any
>