Scala / Scala interview questions
What is method currying in Scala?
Methods may define multiple parameter lists. When a method is called with a fewer number of parameter lists, then this will yield a function taking the missing parameter lists as its arguments which is known as method currying.
More Related questions...