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