From b2246b489d4329bbfc9fb143ee186f5df5df809c Mon Sep 17 00:00:00 2001 From: Eric Nielsen Date: Thu, 27 Oct 2016 11:06:51 -0500 Subject: [PATCH] Add StreamEx to Functional Programming --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63382af..e210fc2 100644 --- a/README.md +++ b/README.md @@ -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. * [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. +* [StreamEx](https://github.com/amaembo/streamex) - Enhancing Java 8 Streams. ## Game Development