What are the advantages of a Anonymous Function/Function Literal in Scala?
Answers
Answered by
0
Scala provides a relatively lightweight syntax for defining anonymous functions.Anonymous functions in source code are called function literals and at run time, function literals are instantiated into objects called function values.
Similar questions