Stream processing like Java 8 streams, but works with Java 6 and have slightly different design. * Chicory-stream provides sequential-only streams, no parallel support. * Chicory-stream allows easy forking and reuse of streams, unlike Java 8 where stream can be used only once. * Chicory-stream automatically and transparently opens and closes resources each time stream is used, unlike Java 8 where stream should be manually closed. Part of chicory.
Version0.27-rc2compared with

Version Details

Compile Changes (2)

0.27-rc1 0.27-rc2
ChangeGroup / ArtifactPreviousCurrent
+ Added com.google.code.findbugs » annotations-2.0.3
~ Updated com.github.sviperll » chicory-core0.27-rc10.27-rc2