OptionalValueDelegate

open class OptionalValueDelegate<V>(fieldName: String, fieldType: FieldType<V, *>)

Functions

default
Link copied to clipboard
fun default(defaultValue: () -> V): DocSource.OptionalValueDelegateWithDefault<V>
provideDelegate
Link copied to clipboard
operator fun provideDelegate(thisRef: DocSource, property: KProperty<*>): <ERROR CLASS><DocSource, V?>
required
Link copied to clipboard
open fun required(): DocSource.RequiredValueDelegate<V>

Inheritors

DocSource
Link copied to clipboard