ObservableInt
Boilerplate which avoids having to use generics. Instead of ObservableValue<Int>
, use ObservableInt
.
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
fun ObservableInt.greaterThan(other: ObservableInt): BooleanBinaryFunction<Int, ObservableInt, Int, ObservableInt>
Link copied to clipboard
Link copied to clipboard
fun ObservableInt.lessThan(other: ObservableInt): BooleanBinaryFunction<Int, ObservableInt, Int, ObservableInt>
Link copied to clipboard
fun ObservableInt.lessThanOrEqual(other: ObservableInt): BooleanBinaryFunction<Int, ObservableInt, Int, ObservableInt>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard