SimpleLongProperty
open class SimpleLongProperty(initialValue: Long, bean: Any? = null, beanName: String? = null) : SimpleProperty<Long> , LongProperty
Boilerplate which avoids having to use generics. Instead of SimpleProperty<Long>
, we can use SimpleLongProperty
.