Back2Basics: Partial functions and Partially applied functions in Scala
Reading Time: 2 minutes Hi Folks, in this blog I will discuss about the difference between Partial Functions and Partially Applied Functions in Scala, importance of these functions and how we can use them in our code. Before discussing about Partial Function and Partially Applied Functions, we should know about Functions. What is Function? A Function is a transformation for an input into an output which means whenever an Continue Reading