Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Done
-
Jena 3.13.1
-
None
-
None
Description
Make Iter look like stream with common naming and signatures (where it makes sense).
Replace custom interfaces usage with Java8 java.util.* interfaces.
Add operation for iterators that have the coverage of Stream. This includes:
anyMatch allMatch noneMatch findFirst -> Optional findAny -> Optional reduce(BinaryConsumer) min(Comparator) max(Comparator) collect(Collector)
Attachments
Issue Links
- links to