RequiredListableValueDelegate

class RequiredListableValueDelegate<V>(fieldName: String, fieldType: FieldType<V, *>) : DocSource.RequiredValueDelegate<V>

Functions

list
Link copied to clipboard
fun list(): DocSource.OptionalValueDelegate<MutableList<V>>
provideDelegate
Link copied to clipboard
operator fun provideDelegate(thisRef: DocSource, property: KProperty<*>): <ERROR CLASS><DocSource, V>