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
usingblock, it added complexity unnecessarily - Added a
skipmethod - Added
zipto join Streams - Added
concatto 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
mapandfiltercalls in specified order - Added
flatMapstep - Added
collatecall