Merge pull request #434 from ericbn/streamex

Add StreamEx to Functional Programming
This commit is contained in:
Andreas Kull
2016-10-27 18:48:56 +02:00
committed by GitHub

View File

@ -361,6 +361,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [Javaslang](http://www.javaslang.io/) - Functional component library that provides persistent data types and functional control structures. * [Javaslang](http://www.javaslang.io/) - Functional component library that provides persistent data types and functional control structures.
* [jOOλ](https://github.com/jOOQ/jOOL) - Extension to Java 8 which aims to fix gaps in lambda, providing numerous missing types and a rich set of sequential Stream API additions. * [jOOλ](https://github.com/jOOQ/jOOL) - Extension to Java 8 which aims to fix gaps in lambda, providing numerous missing types and a rich set of sequential Stream API additions.
* [protonpack](https://github.com/poetix/protonpack) - Collection of stream utilities. * [protonpack](https://github.com/poetix/protonpack) - Collection of stream utilities.
* [StreamEx](https://github.com/amaembo/streamex) - Enhancing Java 8 Streams.
## Game Development ## Game Development