- Source
 - Collection.scala
 
Def
Alias for removeAll
Alias for removeAll
Removes all collection elements, which are equal to those in given stream
Returns the collection itself
- Inherited from
 - Mutable
 - Source
 - Mutable.scala
 
Alias for remove
Alias for remove
Removes all collection elements, which are equal to the given value
Returns the collection itself
- Inherited from
 - Mutable
 - Source
 - Mutable.scala
 
Remove everything
Remove everything
Discards all elements, so the colection size will become 0
- Inherited from
 - Mutable
 - Source
 - Mutable.scala
 
Remove element
Remove element
Removes all collection elements, which are equal to the given value
Returns count of removed elements, which can be 0, 1, or many
- Inherited from
 - Mutable
 - Source
 - Mutable.scala
 
Remove all streamed
Remove all streamed
Removes all collection elements, which are equal to those in given stream
Returns count of removed elements, which can be 0, 1, or many
- Inherited from
 - Mutable
 - Source
 - Mutable.scala
 
Replace everything
Replace everything
Discards all old elements and adds all provided elements
- Inherited from
 - Mutable
 - Source
 - Mutable.scala