1.

What is lambda expression in Scala?

Answer»

A lambda in Scala is an expression that does not REFERENCE value or a variable. Instead, it references an anonymous FUNCTION. Scala supports lambda expressions in different forms. Developers use lambda expressions because of the convenience, decoupling, and REUSABILITY that it provides.



Discussion

No Comment Found