DefaultIndirectLongProperty

class DefaultIndirectLongProperty<P : Any>(parentProperty: ObservableValue<P?>, defaultProperty: Property<Long>, getProperty: (P) -> Property<Long>) : DefaultIndirectProperty<P, Long> , LongProperty

Boilerplate for a non-generic version of IndirectProperty.

Constructors

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