IndirectCharProperty

class IndirectCharProperty<P : Any>(parentProperty: ObservableValue<P>, getProperty: (P) -> Property<Char>) : IndirectProperty<P, Char> , CharProperty

Boilerplate for a non-generic version of IndirectProperty.

Constructors

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