Tag Archives: curry

Currying in Scala

Currying in Scala In our .net blog [shujaat.net], we have discussed about currying in details. Just to quote from there: Currying is a transformation technique in functional programming space. It is used to convert a function with multiple parameters to a set of functions with single parameter each. It can be used to create refined… Continue reading »