Partially-Applied Functions

In this free Scala training video I show how to create Partially-Applied Functions in Scala. This is a programming technique that you can use to eliminate repetition in your programming by creating a more-specific function from a more-general function.

As I note, in other programming languages I had never heard of a fully-applied function, and that term never would have made sense to me until I learned about partially-applied functions.