Skip to content

v0.7.2

Choose a tag to compare

@emmanueltouzery emmanueltouzery released this 22 Mar 21:50
· 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.