jdemeulenaere
10/15/2019, 11:52 AMBooleanExpression
object than can be returned by some call, e.g. myFutureValue.isGreaterThanOrEquals(aStaticValue)
. It would be nice if instead I could write that using myFutureValue >= aStaticValue
elizarov
10/15/2019, 1:44 PMraulraja
10/15/2019, 1:47 PM==
, etc instead of getting wired to the std libs functions such as EQEQ
which does now it delegates first to typeclass instances for EQ, Order, etc and if it does not find one it delegates to the original ones. https://github.com/arrow-kt/arrow/issues/1633