scala.collection.mutable.Shrinkable
This trait forms part of collections that can be reduced using a -=
operator.
trait
MapOps[
K,
V,
CC,
C]
Show allRemoves a single element from this shrinkable collection.
Removes a single element from this shrinkable collection.
Value parametersthe element to remove.
the shrinkable collection itself
Removes all elements produced by an iterator from this shrinkable collection.
Removes all elements produced by an iterator from this shrinkable collection.
Value parametersthe iterator producing the elements to remove.
the shrinkable collection itself
Removes two or more elements from this shrinkable collection.
Removes two or more elements from this shrinkable collection.
Value parametersthe first element to remove.
the second element to remove.
the remaining elements to remove.
the shrinkable collection itself
[Since version 2.13.3]
Use `--=` aka `subtractAll` instead of varargs `-=`; infix operations with an operand of multiple args will be deprecated
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4