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.17compared with
Version Details
| 0.16 | 0.17 | |
|---|---|---|
| Release date | Sep 05, 2014 | Feb 27, 2015 |
| Licenses | BSD 3-clause | BSD 3-clause |
| Vulnerabilities | None | None |
Compile Changes (2)
| 0.16 | 0.17 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | com.github.sviperll » chicory-core | - | 0.17 |
| - Removed | com.github.sviperll » chicory-common | 0.16 | - |