OptionalValueDelegate
open class OptionalValueDelegate<V>(fieldName: String, fieldType: FieldType<V, *>)
Content copied to clipboard
Functions
default
Link copied to clipboard
fun default(defaultValue: () -> V): DocSource.OptionalValueDelegateWithDefault<V>
Content 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
Inheritors
DocSource
Link copied to clipboard