empty
For the PartialFunction's empty function go here.
PartialFunction
object Collection { def empty[A]: Collection[A] }
empty creates a collection to contain elements of type A but without any element.
A