IndirectOptionalByteProperty

class IndirectOptionalByteProperty<P : Any>(parentProperty: Property<P>, getProperty: (P) -> Property<Byte?>) : IndirectProperty<P, Byte?> , OptionalByteProperty

Boilerplate for a non-generic version of IndirectProperty.

Constructors

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