v0.7.2
·
167 commits
to master
since this release
- maxOn, minOn, sortOn can now use string and boolean-based comparison (thanks to @user471 for the suggestion)
- sortOn can now take multiple sort criteria, and it's also possible to specify descending sorting for any of them (thanks to @user471 for the suggestion).
- added findAny to HashSet and HashMap.