What is Scala anonymous function?
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.
hope this helps you...
hope this helps you...
Similar questions