OptionalValueDelegateWithDefault

class OptionalValueDelegateWithDefault<V>(fieldName: String, fieldType: FieldType<V & Any, *>, defaultValue: () -> V & Any)

Constructors

Link copied to clipboard
fun <V> OptionalValueDelegateWithDefault(fieldName: String, fieldType: FieldType<V & Any, *>, defaultValue: () -> V & Any)

Functions

Link copied to clipboard
operator fun provideDelegate(thisRef: DocSource, property: KProperty<*>): ReadWriteProperty<DocSource, V & Any>