Skip to content

v0.4.2

Compare
Choose a tag to compare
@emmanueltouzery emmanueltouzery released this 05 Nov 15:00
· 265 commits to master since this release
  • move groupBy & arrangeBy from Seq to Collection, so we get it on HashSet too. make return type of those+toMap HashMap instead of IMap.
  • optimize hashset.partition
  • add foldable.reduce.
  • add Collection.maxBy, maxOn, minBy, minOn, add collection.sumOn, fixes #1