An open API service indexing awesome lists of open source software.

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

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).