+ 2
What is lambda function and does java support it?
2 ответов
+ 1
With lambda expression you can pass in function as parameter like you would do with variables. In languages like JavaScript this is also known as higher order functions. Java 8 supports it, yes.