A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.scala-lang.org/api/2.12.15/scala/collection/mutable/Set.html below:

Scala Standard Library 2.12.15 - scala.collection.mutable.Set

trait Set[A] extends Iterable[A] with collection.Set[A] with GenericSetTemplate[A, Set] with SetLike[A, Set[A]]

 

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Set
  2. SetLike
  3. Cloneable
  4. Cloneable
  5. Cloneable
  6. Shrinkable
  7. Builder
  8. Growable
  9. Clearable
  10. Scriptable
  11. Set
  12. SetLike
  13. Subtractable
  14. GenSet
  15. GenericSetTemplate
  16. GenSetLike
  17. Function1
  18. Iterable
  19. Iterable
  20. IterableLike
  21. Equals
  22. GenIterable
  23. GenIterableLike
  24. Traversable
  25. Mutable
  26. Traversable
  27. GenTraversable
  28. GenericTraversableTemplate
  29. TraversableLike
  30. GenTraversableLike
  31. Parallelizable
  32. TraversableOnce
  33. GenTraversableOnce
  34. FilterMonadic
  35. HasNewBuilder
  36. AnyRef
  37. Any
Implicitly
  1. by CollectionsHaveToParArray
  2. by MonadOps
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  7. by alternateImplicit
Abstract Value Members
  1.  abstract def +=(elem: A): Set.this.type
  2.  abstract def -=(elem: A): Set.this.type
  3.  abstract def contains(elem: A): Boolean
  4.  abstract def iterator: Iterator[A]
Concrete Value Members
  1.  final def !=(arg0: Any): Boolean
  2.  final def ##(): Int
  3.  def &(that: GenSet[A]): Set[A]
  4.  def &~(that: GenSet[A]): Set[A]
  5.  def +(elem1: A, elem2: A, elems: A*): Set[A]
  6.  def +(elem: A): Set[A]
  7.  def ++(xs: GenTraversableOnce[A]): Set[A]
  8.  def ++[B >: A, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Set[A], B, That]): That
  9.  def ++:[B >: A, That](that: collection.Traversable[B])(implicit bf: CanBuildFrom[Set[A], B, That]): That
  10.  def ++:[B](that: TraversableOnce[B]): Set[B]
  11.  def ++=(xs: TraversableOnce[A]): Set.this.type
  12.  def +=(elem1: A, elem2: A, elems: A*): Set.this.type
  13.  def -(elem1: A, elem2: A, elems: A*): Set[A]
  14.  def -(elem: A): Set[A]
  15.  def --(xs: GenTraversableOnce[A]): Set[A]
  16.  def --=(xs: TraversableOnce[A]): Set.this.type
  17.  def -=(elem1: A, elem2: A, elems: A*): Set.this.type
  18.  def ->[B](y: B): (Set[A], B)
  19.  final def ==(arg0: Any): Boolean
  20.  def add(elem: A): Boolean
  21.  def addString(b: scala.StringBuilder): scala.StringBuilder
  22.  def addString(b: scala.StringBuilder, sep: String): scala.StringBuilder
  23.  def addString(b: scala.StringBuilder, start: String, sep: String, end: String): scala.StringBuilder
  24.  def aggregate[B](z: ⇒ B)(seqop: (B, A) ⇒ B, combop: (B, B) ⇒ B): B
  25.  def andThen[A](g: (Boolean) ⇒ A): (A) ⇒ A
  26.  def apply(elem: A): Boolean
  27.  final def asInstanceOf[T0]: T0
  28.  def canEqual(that: Any): Boolean
  29.  def clear(): Unit
  30.  def clone(): Set[A]
  31.  def collect[B](pf: PartialFunction[A, B]): Set[B]
  32.  def collectFirst[B](pf: PartialFunction[A, B]): Option[B]
  33.  def companion: GenericCompanion[Set]
  34.  def compose[A](g: (A) ⇒ A): (A) ⇒ Boolean
  35.  def copyToArray(xs: Array[A], start: Int, len: Int): Unit
  36.  def copyToArray(xs: Array[A]): Unit
  37.  def copyToArray(xs: Array[A], start: Int): Unit
  38.  def copyToBuffer[B >: A](dest: Buffer[B]): Unit
  39.  def count(p: (A) ⇒ Boolean): Int
  40.  def diff(that: GenSet[A]): Set[A]
  41.  def drop(n: Int): Set[A]
  42.  def dropRight(n: Int): Set[A]
  43.  def dropWhile(p: (A) ⇒ Boolean): Set[A]
  44.  def empty: Set[A]
  45.  def ensuring(cond: (Set[A]) ⇒ Boolean, msg: ⇒ Any): Set[A]
  46.  def ensuring(cond: (Set[A]) ⇒ Boolean): Set[A]
  47.  def ensuring(cond: Boolean, msg: ⇒ Any): Set[A]
  48.  def ensuring(cond: Boolean): Set[A]
  49.  final def eq(arg0: AnyRef): Boolean
  50.  def equals(that: Any): Boolean
  51.  def exists(p: (A) ⇒ Boolean): Boolean
  52.  def filter(p: (A) ⇒ Boolean): Set[A]
  53.  def filterNot(p: (A) ⇒ Boolean): Set[A]
  54.  def finalize(): Unit
  55.  def find(p: (A) ⇒ Boolean): Option[A]
  56.  def flatMap[B](f: (A) ⇒ GenTraversableOnce[B]): Set[B]
  57.  def flatten[B]: Set[B]
  58.  def fold[A1 >: A](z: A1)(op: (A1, A1) ⇒ A1): A1
  59.  def foldLeft[B](z: B)(op: (B, A) ⇒ B): B
  60.  def foldRight[B](z: B)(op: (A, B) ⇒ B): B
  61.  def forall(p: (A) ⇒ Boolean): Boolean
  62.  def foreach(f: (A) ⇒ Unit): Unit
  63.  def formatted(fmtstr: String): String
  64.  def genericBuilder[B]: Builder[B, Set[B]]
  65.  final def getClass(): Class[_]
  66.  def groupBy[K](f: (A) ⇒ K): immutable.Map[K, Set[A]]
  67.  def grouped(size: Int): Iterator[Set[A]]
  68.  def hasDefiniteSize: Boolean
  69.  def hashCode(): Int
  70.  def head: A
  71.  def headOption: Option[A]
  72.  def init: Set[A]
  73.  def inits: Iterator[Set[A]]
  74.  def intersect(that: GenSet[A]): Set[A]
  75.  def isEmpty: Boolean
  76.  final def isInstanceOf[T0]: Boolean
  77.  final def isTraversableAgain: Boolean
  78.  def last: A
  79.  def lastOption: Option[A]
  80.  def map[B](f: (A) ⇒ B): Set[B]
  81.  def mapResult[NewTo](f: (Set[A]) ⇒ NewTo): Builder[A, NewTo]
  82.  def max: A
  83.  def maxBy[B](f: (A) ⇒ B): A
  84.  def min: A
  85.  def minBy[B](f: (A) ⇒ B): A
  86.  def mkString: String
  87.  def mkString(sep: String): String
  88.  def mkString(start: String, sep: String, end: String): String
  89.  final def ne(arg0: AnyRef): Boolean
  90.  def newBuilder: Builder[A, Set[A]]
  91.  def nonEmpty: Boolean
  92.  final def notify(): Unit
  93.  final def notifyAll(): Unit
  94.  def par: ParSet[A]
  95.  def parCombiner: Combiner[A, ParSet[A]]
  96.  def partition(p: (A) ⇒ Boolean): (Set[A], Set[A])
  97.  def product: A
  98.  def reduce[A1 >: A](op: (A1, A1) ⇒ A1): A1
  99.  def reduceLeft[B >: A](op: (B, A) ⇒ B): B
  100.  def reduceLeftOption[B >: A](op: (B, A) ⇒ B): Option[B]
  101.  def reduceOption[A1 >: A](op: (A1, A1) ⇒ A1): Option[A1]
  102.  def reduceRight[B >: A](op: (A, B) ⇒ B): B
  103.  def reduceRightOption[B >: A](op: (A, B) ⇒ B): Option[B]
  104.  def remove(elem: A): Boolean
  105.  def repr: Set[A]
  106.  def result(): Set[A]
  107.  def retain(p: (A) ⇒ Boolean): Unit
  108.  def reversed: List[A]
  109.  def sameElements(that: GenIterable[A]): Boolean
  110.  def scan[B >: A, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Set[A], B, That]): That
  111.  def scanLeft[B, That](z: B)(op: (B, A) ⇒ B)(implicit bf: CanBuildFrom[Set[A], B, That]): That
  112.  def scanRight[B, That](z: B)(op: (A, B) ⇒ B)(implicit bf: CanBuildFrom[Set[A], B, That]): That
  113.  def seq: Set[A]
  114.  def size: Int
  115.  def sizeHint(coll: TraversableLike[_, _], delta: Int): Unit
  116.  def sizeHint(coll: TraversableLike[_, _]): Unit
  117.  def sizeHint(size: Int): Unit
  118.  def sizeHintBounded(size: Int, boundingColl: TraversableLike[_, _]): Unit
  119.  def sizeHintIfCheap: Int
  120.  def slice(from: Int, until: Int): Set[A]
  121.  def sliding(size: Int, step: Int): Iterator[Set[A]]
  122.  def sliding(size: Int): Iterator[Set[A]]
  123.  def span(p: (A) ⇒ Boolean): (Set[A], Set[A])
  124.  def splitAt(n: Int): (Set[A], Set[A])
  125.  def stringPrefix: String
  126.  def subsetOf(that: GenSet[A]): Boolean
  127.  def subsets(): Iterator[Set[A]]
  128.  def subsets(len: Int): Iterator[Set[A]]
  129.  def sum: A
  130.  final def synchronized[T0](arg0: ⇒ T0): T0
  131.  def tail: Set[A]
  132.  def tails: Iterator[Set[A]]
  133.  def take(n: Int): Set[A]
  134.  def takeRight(n: Int): Set[A]
  135.  def takeWhile(p: (A) ⇒ Boolean): Set[A]
  136.  def thisCollection: collection.Iterable[A]
  137.  def to[Col[_]]: Col[A]
  138.  def toArray: Array[A]
  139.  def toBuffer[A1 >: A]: Buffer[A1]
  140.  def toCollection(repr: Set[A]): collection.Iterable[A]
  141.  def toIndexedSeq: immutable.IndexedSeq[A]
  142.  def toIterable: collection.Iterable[A]
  143.  def toIterator: Iterator[A]
  144.  def toList: List[A]
  145.  def toMap[T, U]: collection.Map[T, U]
  146.  def toParArray: ParArray[T]
  147.  def toSeq: collection.Seq[A]
  148.  def toSet[B >: A]: immutable.Set[B]
  149.  def toStream: immutable.Stream[A]
  150.  def toString(): String
  151.  def toTraversable: collection.Traversable[A]
  152.  def toVector: Vector[A]
  153.  def transpose[B](implicit asTraversable: (A) ⇒ GenTraversableOnce[B]): Set[Set[B]]
  154.  def union(that: GenSet[A]): Set[A]
  155.  def unzip[A1, A2](implicit asPair: (A) ⇒ (A1, A2)): (Set[A1], Set[A2])
  156.  def unzip3[A1, A2, A3](implicit asTriple: (A) ⇒ (A1, A2, A3)): (Set[A1], Set[A2], Set[A3])
  157.  def update(elem: A, included: Boolean): Unit
  158.  def view(from: Int, until: Int): IterableView[A, Set[A]]
  159.  def view: IterableView[A, Set[A]]
  160.  final def wait(): Unit
  161.  final def wait(arg0: Long, arg1: Int): Unit
  162.  final def wait(arg0: Long): Unit
  163.  def withFilter(p: (A) ⇒ Boolean): FilterMonadic[A, Set[A]]
  164.  def zip[B](that: GenIterable[B]): Set[(A, B)]
  165.  def zipAll[B](that: collection.Iterable[B], thisElem: A, thatElem: B): Set[(A, B)]
  166.  def zipWithIndex: Set[(A, Int)]
  167.  def |(that: GenSet[A]): Set[A]
  168.  def →[B](y: B): (Set[A], B)
Deprecated Value Members
  1.  def /:[B](z: B)(op: (B, A) ⇒ B): B
  2.  def :\[B](z: B)(op: (A, B) ⇒ B): B
  3.  def <<(cmd: Message[A]): Unit

Inherited from java.lang.Cloneable

Inherited from HasNewBuilder[A, scala.collection.mutable.Set[A] @scala.annotation.unchecked.uncheckedVariance] Inherited by implicit conversion MonadOps from Set[A] to MonadOps[A] Inherited by implicit conversion Ensuring from Set[A] to Ensuring[Set[A]]

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