This website uses cookies
We use cookies to continuously improve your experience on our site. More info.
Anonymous function that doesn’t have name, modifier, and return type. A lambda expression is like a method which provides a list of parameters and a body (an expression or a block of code) expressed in terms of those parameters.
First released | 2014 |
Developed by | Oracle |
Open-source | Not defined |
Lambda expressions enables functional programming in java and helps write more readable, maintainable and concise code.