Releases: timyates/groovy-stream
Releases · timyates/groovy-stream
Added Iterable version of zip and zipWithIndex
Java integration release
v0.7.4
Cheeky Lemur
In brief:
- Removed the
using
block, it added complexity unnecessarily - Added a
skip
method - Added
zip
to join Streams - Added
concat
to append Streams - Added lots of method variants that take a 2 param Closure and pass the index as the second param
tapWithIndex
,filterWithIndex
,mapWithIndex
, etc... - Started work on new asciidoc/jbake backed documentation
Rewritten Raccoon
http://timyates.github.io/groovy-stream/releases.html
In brief:
- Rewritten to allow multiple
map
andfilter
calls in specified order - Added
flatMap
step - Added
collate
call