DefaultIndirectObservableOptionalByte

Boilerplate for a non-generic version of IndirectObservableValue.

Constructors

Link copied to clipboard
constructor(parentProperty: ObservableValue<P?>, defaultValue: Byte?, getObservable: (P) -> ObservableValue<Byte?>)