Science, asked by kcgmailcom7426, 1 year ago

What are the advantages of a Anonymous Function/Function Literal in Scala?

Answers

Answered by misha10118
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