Applies a partial function to the args or else return default.
Composes the partial function pf with a regular function f.
Converts f to a partial function that is always defined.
Creates a partial function that always returns value.
Utilities for scala.Functions.