empty

For the PartialFunction's empty function go here.

object Collection {
  def empty[A]: Collection[A]
}

empty creates a collection to contain elements of type A but without any element.