https://github.com/computer-science-department-chnu/design-patterns-lambda-examples-java
https://github.com/computer-science-department-chnu/design-patterns-lambda-examples-java
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/computer-science-department-chnu/design-patterns-lambda-examples-java
- Owner: Computer-Science-Department-ChNU
- Created: 2024-03-20T07:55:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-20T14:08:23.000Z (over 1 year ago)
- Last Synced: 2025-03-20T15:25:01.311Z (over 1 year ago)
- Language: Java
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Repo description
A micro-sample that demonstrates lambda expressions usage and the path from concrete implementation to anonymous classes to lambda expressions to method references on two examples.
More detailed theoretical information can be obtained [here](https://jenkov.com/tutorials/java/lambda-expressions.html).