garydgregory commented on issue #398: Add ComparableUtils URL: https://github.com/apache/commons-lang/pull/398#issuecomment-539491520 This now reminds me of JPA's [`CriteriaBuilder`](https://docs.oracle.com/javaee/7/api/javax/persistence/criteria/CriteriaBuilder.html) and the work I did writing [_Java Persistence with Hibernate, Second Edition_](https://www.manning.com/books/java-persistence-with-hibernate-second-edition) where `CriteriaBuilder` includes shorthand methods like `le` for `lessThanOrEqualTo`, `lt` for `lessThan`, and so on. We should not implement `CriteriaBuilder` of course but rather get inspiration from it. Thoughts?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
