Skip to content

Releases: timyates/groovy-stream

Added Iterable version of zip and zipWithIndex

24 Mar 09:17
Compare
Choose a tag to compare

Java integration release

v0.7.4

03 Mar 11:33
Compare
Choose a tag to compare

Headed towards 100% test coverage
Added asSynchronized call to create a new ReentrantLock managed Stream (all streams created from this one share the same lock)

Cheeky Lemur

05 Feb 09:34
Compare
Choose a tag to compare

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

13 Sep 19:29
Compare
Choose a tag to compare

http://timyates.github.io/groovy-stream/releases.html

In brief:

  • Rewritten to allow multiple map and filter calls in specified order
  • Added flatMap step
  • Added collate call