OptionalListableValueDelegate
class OptionalListableValueDelegate<V>(fieldName: String, fieldType: FieldType<V & Any, *>) : DocSource.OptionalValueDelegate<V>
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
operator fun provideDelegate(thisRef: DocSource, property: KProperty<*>): ReadWriteProperty<DocSource, V?>
Link copied to clipboard