https://kotlinlang.org logo
r

Ruckus

02/07/2017, 7:46 PM
@carlw Without knowing his use case, it's hard to know if Doubles would even work, let alone be acceptable. But it wouldn't be too hard for him (or anyone) to define
Copy code
fun ObservableVaule<BigDecimal?>.isGreaterThan(...): ObjectBinding<BigDecimal?>
(and other such functions)
👍 1