InterviewSolution
Saved Bookmarks
| 1. |
What is currying in Scala? |
|
Answer» Currying is a WAY to TRANSFORM a role with multiple arguments into a series of different TASKS with a single discussion each. This FEATURE helps the developers when they are working with higher-order FUNCTIONS. |
|