Update README.md

This commit is contained in:
YuCheng Hu 2024-04-30 09:30:50 -04:00
parent 80c4ccc441
commit 9dc6847a96
No known key found for this signature in database
GPG Key ID: 942395299055675C
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
## Relevant articles:
## Lambdas 函数
本文件夹中包含有所有 Java 相关的 Lambdas 函数及其示例
- [Why Do Local Variables Used in Lambdas Have to Be Final or Effectively Final?](https://www.baeldung.com/java-lambda-effectively-final-local-variables)
- [Java 8 Powerful Comparison with Lambdas](http://www.baeldung.com/java-8-sort-lambda)