Update README.md

This commit is contained in:
Eugen 2018-04-23 21:55:33 +03:00 committed by GitHub
parent 5f1b1b0b0d
commit b7a7a80968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
### Relevant Articles:
- [Introduction to Vavr](http://www.baeldung.com/javaslang)
- [Guide to Try in Vavr](http://www.baeldung.com/javaslang-try)
- [Guide to Pattern Matching in Vavr](http://www.baeldung.com/javaslang-pattern-matching)
- [Property Testing Example With Vavr](http://www.baeldung.com/javaslang-property-testing)
- [Introduction to Vavr](http://www.baeldung.com/vavr)
- [Guide to Try in Vavr](http://www.baeldung.com/vavr-try)
- [Guide to Pattern Matching in Vavr](http://www.baeldung.com/vavr-pattern-matching)
- [Property Testing Example With Vavr](http://www.baeldung.com/vavr-property-testing)
- [Exceptions in Lambda Expression Using Vavr](http://www.baeldung.com/exceptions-using-vavr)
- [Vavr (ex-Javaslang) Support in Spring Data](http://www.baeldung.com/spring-vavr)
- [Introduction to Vavrs Validation API](http://www.baeldung.com/vavr-validation-api)