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.

_config.yml

Written on October 3, 2019