Scala Library: scala.collection.generic.Clearable
scala.collection.generic.Clearable
This trait forms part of collections that can be cleared with a clear() call.
- Source
- Version
- 2.10
- Since
- 2.10
Concrete Value Members From scala.collection.generic.Clearable
abstract def clear(): Unit
Clears the clearable collection’s contents. After this operation, the clearable collection is empty. (defined at scala.collection.generic.Clearable)
Full Source:
Interested in Scala?
I send out weekly, personalized emails with articles and conference talks.
Subscribe now.