DefaultIndirectOptionalCharProperty

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

Boilerplate for a non-generic version of IndirectProperty.

Constructors

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