OptionalListableValueDelegate

class OptionalListableValueDelegate<V>(fieldName: String, fieldType: FieldType<V, *>) : DocSource.OptionalValueDelegate<V>

Functions

default
Link copied to clipboard
fun default(defaultValue: () -> V): DocSource.OptionalValueDelegateWithDefault<V>
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?>
required
Link copied to clipboard
open override fun required(): DocSource.RequiredListableValueDelegate<V>