Version 0.3.0
Changes
- Changed IStream#unique so that the single parameter
keyExtractoris 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