Scala Posts

1 post in this category

Partial Applied Function
Like currying, if a function takes some arguments and we invoke that function without all of the arguments, a new function will be created so we can call it with the remaining functions later on. In S...
Scala