RequiredValueDelegate

open class RequiredValueDelegate<V>(fieldName: String, fieldType: FieldType<V & Any, *>)

Constructors

Link copied to clipboard
fun <V> RequiredValueDelegate(fieldName: String, fieldType: FieldType<V & Any, *>)

Functions

Link copied to clipboard
operator fun provideDelegate(thisRef: DocSource, property: KProperty<*>): ReadWriteProperty<DocSource, V & Any>

Inheritors

Link copied to clipboard