tornadofx / tornadofx / javafx.beans.property.LongProperty

Extensions for javafx.beans.property.LongProperty

divAssign operator fun LongProperty.divAssign(other: Number): Unit
operator fun LongProperty.divAssign(other: ObservableNumberValue): Unit
minusAssign operator fun LongProperty.minusAssign(other: Number): Unit
operator fun LongProperty.minusAssign(other: ObservableNumberValue): Unit
plusAssign operator fun LongProperty.plusAssign(other: Number): Unit
operator fun LongProperty.plusAssign(other: ObservableNumberValue): Unit
remAssign operator fun LongProperty.remAssign(other: Number): Unit
operator fun LongProperty.remAssign(other: ObservableNumberValue): Unit
setValue operator fun LongProperty.setValue(thisRef: Any, property: KProperty<*>, value: Long): Unit
timesAssign operator fun LongProperty.timesAssign(other: Number): Unit
operator fun LongProperty.timesAssign(other: ObservableNumberValue): Unit