Science, asked by hanzala6552, 1 year ago

What is Scala anonymous function?

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.
hope this helps you...
Similar questions