Answer Posted / Anil Kumar Mishra
A Lambda Expression in Scala is an anonymous function that can be passed around and used wherever a Function or Function1 type is required. It's syntactically represented as (param1: Type1) => expression.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers