vavr-io / vavr

vʌvr (formerly called Javaslang) is a non-commercial, non-profit object-functional library that runs with Java 8+. It aims to reduce the lines of code and increase code quality.
https://vavr.io
Other
5.67k stars 629 forks source link

Add Interface Iterable to SequentialStream #63

Closed danieldietrich closed 9 years ago

danieldietrich commented 9 years ago

There is an interesting discussion at https://github.com/jOOQ/jOOL/issues/58 targeting a similar behavior of a Stream wrapper like SequentialStream.

danieldietrich commented 9 years ago

dropped the Stream wrapper feature. Instead implemented a javaslang.collection.Stream which also allows intermediate operations without having parallel functionality. The syntax is much more concise than java.util.stream.