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

Simplify Stream factory methods #174

Closed danieldietrich closed 9 years ago

danieldietrich commented 9 years ago

Currently there are

It would be nice to get rid of

See also jOOQ/jOOL#89

danieldietrich commented 9 years ago

Cannot remove factory methods, we need them all.

The implementation of particular factory methods was fixed by pull request #176