From d1d8819978b3a83e6776d017febda83a498293e4 Mon Sep 17 00:00:00 2001 From: johnmcclean-aol Date: Fri, 26 Feb 2016 16:50:03 +0000 Subject: [PATCH] Update README.md change cyclops name to cyclops-react to reflect project name change. Update link to new project home. Update feature list to include two core additional features (namely interfaces with extension methods for JDK Collections, and Streaming based on aggregations of Futures). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 548d7e6..0467fa2 100644 --- a/README.md +++ b/README.md @@ -318,7 +318,7 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries that facilitate functional programming.* -* [Cyclops](https://github.com/aol/cyclops) - Monad and stream utilities, comprehensions, pattern matching, trampolines and much more. +* [cyclops-react](https://github.com/aol/cyclops-react) - Monad and stream utilities, comprehensions, pattern matching, functional extensions for all JDK collections, future streams, trampolines and much more. * [derive4j](https://github.com/derive4j/derive4j) - Java 8 annotation processor and framework for deriving algebraic data types constructors, pattern-matching, morphisms. * [Fugue](https://bitbucket.org/atlassian/fugue) - Functional extensions to Guava. * [Functional Java](http://www.functionaljava.org) - Implements numerous basic and advanced programming abstractions that assist composition-oriented development.