Shrinkable
This trait forms part of collections that can be reduced
using a -=
operator.
- Source
- Shrinkable.scala
Value members
Abstract methods
Removes a single element from this shrinkable collection.
Removes a single element from this shrinkable collection.
- Value Params
- elem
the element to remove.
- Returns
the shrinkable collection itself
- Source
- Shrinkable.scala
Concrete methods
Alias for subtractAll
Alias for subtractAll
- Source
- Shrinkable.scala
Alias for subtractOne
Alias for subtractOne
- Source
- Shrinkable.scala
Removes all elements produced by an iterator from this shrinkable collection.
Removes all elements produced by an iterator from this shrinkable collection.
- Value Params
- xs
the iterator producing the elements to remove.
- Returns
the shrinkable collection itself
- Source
- Shrinkable.scala
Deprecated methods
Removes two or more elements from this shrinkable collection.
Removes two or more elements from this shrinkable collection.
- Value Params
- elem1
the first element to remove.
- elem2
the second element to remove.
- elems
the remaining elements to remove.
- Returns
the shrinkable collection itself
- Deprecated
- Source
- Shrinkable.scala