Java Functional Interfaces for lambdas
What is Lambda?
Lambda is a block of code that can be passed as an argument to a function call.
It can be passed around as if it was an object and executed on demand.
Written on October 3, 2019
Improving Bootcamper
Lambda is a block of code that can be passed as an argument to a function call.
It can be passed around as if it was an object and executed on demand.