OptionalListableValueDelegate
class OptionalListableValueDelegate<V>(fieldName: String, fieldType: FieldType<V, *>) : DocSource.OptionalValueDelegate<V>
Content copied to clipboard
Functions
default
Link copied to clipboard
fun default(defaultValue: () -> V): DocSource.OptionalValueDelegateWithDefault<V>
Content copied to clipboard
list
Link copied to clipboard
provideDelegate
Link copied to clipboard
operator fun provideDelegate(thisRef: DocSource, property: KProperty<*>): <ERROR CLASS><DocSource, V?>
Content copied to clipboard
required
Link copied to clipboard