From fb644e4dc8801c4310894a789a08875f23262414 Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Sun, 16 Apr 2017 20:06:18 +0200 Subject: [PATCH 1/2] rename Javaslang to Vavr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Due to [1] »Javaslang« was renamed to »Vavr« on 14th April 2017. [1] http://blog.vavr.io/javaslang-changes-name-to-vavr/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9ecdbb..70e934a 100644 --- a/README.md +++ b/README.md @@ -373,10 +373,10 @@ A curated list of awesome Java frameworks, libraries and software. * [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. -* [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. +* [Vavr](http://www.vavr.io/) - Functional component library that provides persistent data types and functional control structures. (formerly known as Javaslang) ## Game Development From ac38f8db17776449dad147ea4eb9e888d22e2164 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Thu, 20 Apr 2017 01:23:09 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70e934a..aa95e6d 100644 --- a/README.md +++ b/README.md @@ -376,7 +376,7 @@ A curated list of awesome Java frameworks, libraries and software. * [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. -* [Vavr](http://www.vavr.io/) - Functional component library that provides persistent data types and functional control structures. (formerly known as Javaslang) +* [Vavr](http://www.vavr.io/) - Functional component library that provides persistent data types and functional control structures. ## Game Development