Skip to content

Version 0.3.0

Choose a tag to compare

@blutorange blutorange released this 31 Mar 01:23
· 11 commits to master since this release

Changes

  • Changed IStream#unique so that the single parameter keyExtractor is required. Not passing this parameter is equivalent to using IStream#unique with no parameters.
  • Added method IStreamFactory#filterBy
  • Added method IStreamFactory#sortBy
  • Added possibility for Methods.concat to take 0 iterables instead of at least 1.
  • Fixed typing for Methods.minBy, Methods.maxBy, Methods.uniqueBy