DefaultIndirectCharProperty

class DefaultIndirectCharProperty<P : Any>(parentProperty: ObservableValue<P?>, defaultProperty: Property<Char>, getProperty: (P) -> Property<Char>) : DefaultIndirectProperty<P, Char> , CharProperty

Boilerplate for a non-generic version of IndirectProperty.

Constructors

Link copied to clipboard
constructor(parentProperty: ObservableValue<P?>, defaultProperty: Property<Char>, getProperty: (P) -> Property<Char>)