OptionalValueDelegate

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

Constructors

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

Functions

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

Inheritors

Link copied to clipboard