1
0
Fork 0
mirror of https://github.com/akullpp/awesome-java.git synced 2024-11-20 11:28:01 -05:00

Merge pull request #323 from johnmcclean-aol/patch-1

Change cyclops name to reflect project name change (cyclops-react). Updated github repo link also.
This commit is contained in:
Andreas Kull 2016-03-13 14:51:09 +01:00
commit 97a36c9c0e

View file

@ -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.