Hi, In drools rules, we can use "<" or ">" (also "<=" and ">") to write conditions with numbers and strings. But how does it work? My question is, does it call the compareTo() method? If it does, will those operators work with any objects inherited from Comparable<T>?
Thanks. -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Less-than-greater-than-operator-tp1765541p1765541.html Sent from the Drools - User mailing list archive at Nabble.com. _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
