trait Shrinkable[-A] extends AnyRef
This trait forms part of collections that can be reduced
using a -= operator.
- Version
2.8
- Since
2.8
- Alphabetic
- By Inheritance
- Shrinkable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
subtract(elem: A): Shrinkable.this.type
Removes a single element from this shrinkable collection.
Removes a single element from this shrinkable collection.
- elem
the element to remove.
- returns
the shrinkable collection itself
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
--=(xs: IterableOnce[A]): Shrinkable.this.type
Alias for
subtractAllAlias for
subtractAll- Annotations
- @inline()
-
final
def
-=(elem1: A, elem2: A, elems: A*): Shrinkable.this.type
Alias for
subtractAlias for
subtract- Annotations
- @inline()
-
final
def
-=(elem: A): Shrinkable.this.type
Alias for
subtractAlias for
subtract- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
subtract(elem1: A, elem2: A, elems: A*): Shrinkable.this.type
Removes two or more elements from this shrinkable collection.
Removes two or more elements from this shrinkable collection.
- elem1
the first element to remove.
- elem2
the second element to remove.
- elems
the remaining elements to remove.
- returns
the shrinkable collection itself
-
def
subtractAll(xs: IterableOnce[A]): Shrinkable.this.type
Removes all elements produced by an iterator from this shrinkable collection.
Removes all elements produced by an iterator from this shrinkable collection.
- xs
the iterator producing the elements to remove.
- returns
the shrinkable collection itself
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )