Updated README.md

added link back to the article: https://www.baeldung.com/java-serialize-lambda
This commit is contained in:
Asjad J 2022-05-03 15:27:08 +05:00 committed by GitHub
parent afb318fab4
commit 44361faa48
1 changed files with 2 additions and 1 deletions

View File

@ -6,4 +6,5 @@
- [Lambda Expressions and Functional Interfaces: Tips and Best Practices](http://www.baeldung.com/java-8-lambda-expressions-tips)
- [Exceptions in Java 8 Lambda Expressions](http://www.baeldung.com/java-lambda-exceptions)
- [Method References in Java](https://www.baeldung.com/java-method-references)
- [The Double Colon Operator in Java 8](https://www.baeldung.com/java-8-double-colon-operator)
- [The Double Colon Operator in Java 8](https://www.baeldung.com/java-8-double-colon-operator)
- [Serialize a Lambda in Java](https://www.baeldung.com/java-serialize-lambda)