compareTo |
operator fun ObservableIntegerValue.compareTo(other: Number): Int
operator fun ObservableIntegerValue.compareTo(other: ObservableNumberValue): Int |
getValue |
operator fun ObservableIntegerValue.getValue(thisRef: Any, property: KProperty<*>): Int |
onChange |
fun ObservableIntegerValue.onChange(op: (Int) -> Unit): <ERROR CLASS> |
rangeTo |
operator fun ObservableIntegerValue.rangeTo(other: ObservableIntegerValue): Sequence<IntegerProperty>
operator fun ObservableIntegerValue.rangeTo(other: Int): Sequence<IntegerProperty>
operator fun ObservableIntegerValue.rangeTo(other: ObservableLongValue): Sequence<LongProperty>
operator fun ObservableIntegerValue.rangeTo(other: Long): Sequence<LongProperty> |