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.
Compile Dependencies (2)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
BSD 3-clause
| com.github.sviperll
»
chicory-core Basic utilities to compensate shortcomings of Java SE. | 0.32 | 0.36 | |
Defect Detection
LGPL 2.1
| com.google.code.findbugs
»
annotations Annotations the SpotBugs tool supports | 2.0.3 | 4.10.3 |