concat
object Collection { def concat[A](as: Collection[A]*): Collection[A] }
concat accepts any arbitrary number of collections and uses their elements to create a single collection.