What is an Higher-Order Function (HOF) in Scala?
Answers
Answered by
0
Did you mean: what is a higher order function in Scala
Higher order functions take other functions as parameters or return afunction as a result. This is possible because functionsare first-class values in Scala. ... One of the most common examples is the higher-order function map which is available for collections inScala.
Similar questions
Chemistry,
7 months ago
Physics,
7 months ago
Social Sciences,
1 year ago
Math,
1 year ago
Math,
1 year ago