Packages

final class EqSet[K <: AnyRef] extends Set[K] with InclExcl[K, Set[K]]

Wrapper class mimicking a scala.collection.immutable.Set without copying the contents of the underlying EqHashMap.

Linear Supertypes
InclExcl[K, Set[K]], Set[K], SetOps[K, Set, Set[K]], Set[K], Equals, SetOps[K, [_]Set[_], Set[K]], (K) => Boolean, Iterable[K], Iterable[K], IterableFactoryDefaults[K, [x]Set[x]], IterableOps[K, [_]Set[_], Set[K]], IterableOnceOps[K, [_]Set[_], Set[K]], scala.collection.IterableOnce[K], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EqSet
  2. InclExcl
  3. Set
  4. SetOps
  5. Set
  6. Equals
  7. SetOps
  8. Function1
  9. Iterable
  10. Iterable
  11. IterableFactoryDefaults
  12. IterableOps
  13. IterableOnceOps
  14. IterableOnce
  15. AnyRef
  16. Any
Implicitly
  1. by iterableOnceExtensionMethods
  2. by IterableEnrichments
  3. by ChainingOps
  4. by any2stringadd
  5. by StringFormat
  6. by Ensuring
  7. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new EqSet(map: EqHashMap[K, _])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def &(that: Set[K]): Set[K]
    Definition Classes
    SetOps
    Annotations
    @inline()
  4. final def &~(that: Set[K]): Set[K]
    Definition Classes
    SetOps
    Annotations
    @inline()
  5. final def +(elem: K): Set[K]
    Definition Classes
    SetOps → SetOps
  6. final def ++(that: scala.collection.IterableOnce[K]): Set[K]
    Definition Classes
    SetOps
    Annotations
    @inline()
  7. final def ++[B >: K](suffix: scala.collection.IterableOnce[B]): Set[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  8. final def -(elem: K): Set[K]
    Definition Classes
    SetOps → SetOps
    Annotations
    @inline()
  9. final def --(that: scala.collection.IterableOnce[K]): Set[K]
    Definition Classes
    SetOps → SetOps
  10. def ->[B](y: B): (EqSet[K], B)
    Implicit
    This member is added by an implicit conversion from EqSet[K] toArrowAssoc[EqSet[K]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  11. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. final def addString(b: StringBuilder): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  13. final def addString(b: StringBuilder, sep: String): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  14. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Definition Classes
    IterableOnceOps
  15. def andThen[A](g: (Boolean) => A): (K) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  16. final def apply(elem: K): Boolean
    Definition Classes
    SetOps → Function1
    Annotations
    @inline()
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def canEqual(that: Any): Boolean
    Definition Classes
    Set → Equals
  19. def className: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  21. final def coll: EqSet.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  22. def collect[B](pf: PartialFunction[K, B]): Set[B]
    Definition Classes
    IterableOps → IterableOnceOps
  23. def collectFirst[B](pf: PartialFunction[K, B]): Option[B]
    Definition Classes
    IterableOnceOps
  24. def compose[A](g: (A) => K): (A) => Boolean
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  25. def concat(that: scala.collection.IterableOnce[K]): Set[K]
    Definition Classes
    SetOps
  26. def concat[B >: K](suffix: scala.collection.IterableOnce[B]): Set[B]
    Definition Classes
    IterableOps
  27. def contains(key: K): Boolean
    Definition Classes
    EqSet → SetOps
  28. def copyToArray[B >: K](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  29. def copyToArray[B >: K](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  30. def copyToArray[B >: K](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  31. def corresponds[B](that: scala.collection.IterableOnce[B])(p: (K, B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  32. def count(p: (K) => Boolean): Int
    Definition Classes
    IterableOnceOps
  33. def diff(that: Set[K]): Set[K]
    Definition Classes
    SetOps → SetOps
  34. def drop(n: Int): Set[K]
    Definition Classes
    IterableOps → IterableOnceOps
  35. def dropRight(n: Int): Set[K]
    Definition Classes
    IterableOps
  36. def dropWhile(p: (K) => Boolean): Set[K]
    Definition Classes
    IterableOps → IterableOnceOps
  37. def empty: Set[K]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  38. def ensuring(cond: (EqSet[K]) => Boolean, msg: => Any): EqSet[K]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toEnsuring[EqSet[K]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  39. def ensuring(cond: (EqSet[K]) => Boolean): EqSet[K]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toEnsuring[EqSet[K]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  40. def ensuring(cond: Boolean, msg: => Any): EqSet[K]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toEnsuring[EqSet[K]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  41. def ensuring(cond: Boolean): EqSet[K]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toEnsuring[EqSet[K]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  42. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. def equals(that: Any): Boolean
    Definition Classes
    Set → Equals → AnyRef → Any
  44. def excl(elem: K): Set[K]

    Creates a new Set as an O(N) operation unless elem is not contained.

    Creates a new Set as an O(N) operation unless elem is not contained.

    Definition Classes
    EqSet → SetOps
  45. def exists(p: (K) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  46. def filter(pred: (K) => Boolean): Set[K]
    Definition Classes
    IterableOps → IterableOnceOps
  47. def filterNot(pred: (K) => Boolean): Set[K]
    Definition Classes
    IterableOps → IterableOnceOps
  48. def find(p: (K) => Boolean): Option[K]
    Definition Classes
    IterableOnceOps
  49. def flatMap[B](f: (K) => scala.collection.IterableOnce[B]): Set[B]
    Definition Classes
    IterableOps → IterableOnceOps
  50. def flatten[B](implicit asIterable: (K) => scala.collection.IterableOnce[B]): Set[B]
    Definition Classes
    IterableOps → IterableOnceOps
  51. def fold[A1 >: K](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  52. def foldLeft[B](z: B)(op: (B, K) => B): B
    Definition Classes
    IterableOnceOps
  53. def foldRight[B](z: B)(op: (K, B) => B): B
    Definition Classes
    IterableOnceOps
  54. def forall(p: (K) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  55. def foreach[U](f: (K) => U): Unit
    Definition Classes
    IterableOnceOps
  56. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from EqSet[K] toStringFormat[EqSet[K]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  57. def fromSpecific(coll: scala.collection.IterableOnce[K]): Set[K]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  58. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  59. def groupBy[K](f: (K) => K): Map[K, Set[K]]
    Definition Classes
    IterableOps
  60. def groupMap[K, B](key: (K) => K)(f: (K) => B): Map[K, Set[B]]
    Definition Classes
    IterableOps
  61. def groupMapReduce[K, B](key: (K) => K)(f: (K) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  62. def grouped(size: Int): Iterator[Set[K]]
    Definition Classes
    IterableOps
  63. def hashCode(): Int
    Definition Classes
    Set → AnyRef → Any
  64. def head: K
    Definition Classes
    IterableOps
  65. def headOption: Option[K]
    Definition Classes
    IterableOps
  66. def incl(elem: K): Set[K]

    Creates a new Set as an O(N) operation unless elem is already contained.

    Creates a new Set as an O(N) operation unless elem is already contained.

    Definition Classes
    EqSet → SetOps
  67. def init: Set[K]
    Definition Classes
    IterableOps
  68. def inits: Iterator[Set[K]]
    Definition Classes
    IterableOps
  69. def intersect(that: Set[K]): Set[K]
    Definition Classes
    SetOps
  70. def isEmpty: Boolean
    Definition Classes
    IterableOnceOps
  71. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  72. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  73. def iterableFactory: IterableFactory[Set]
    Definition Classes
    Set → Set → Iterable → Iterable → IterableOps
  74. def iterator: Iterator[K]
    Definition Classes
    EqSet → IterableOnce
  75. def knownSize: Int
    Definition Classes
    IterableOnce
  76. def last: K
    Definition Classes
    IterableOps
  77. def lastOption: Option[K]
    Definition Classes
    IterableOps
  78. def lazyZip[B](that: Iterable[B]): LazyZip2[K, B, EqSet.this.type]
    Definition Classes
    Iterable
  79. def map[B](f: (K) => B): Set[B]
    Definition Classes
    IterableOps → IterableOnceOps
  80. def max[B >: K](implicit ord: Ordering[B]): K
    Definition Classes
    IterableOnceOps
  81. def maxBy[B](f: (K) => B)(implicit cmp: Ordering[B]): K
    Definition Classes
    IterableOnceOps
  82. def maxByOption[B](f: (K) => B)(implicit cmp: Ordering[B]): Option[K]
    Definition Classes
    IterableOnceOps
  83. def maxOption[B >: K](implicit ord: Ordering[B]): Option[K]
    Definition Classes
    IterableOnceOps
  84. def min[B >: K](implicit ord: Ordering[B]): K
    Definition Classes
    IterableOnceOps
  85. def minBy[B](f: (K) => B)(implicit cmp: Ordering[B]): K
    Definition Classes
    IterableOnceOps
  86. def minByOption[B](f: (K) => B)(implicit cmp: Ordering[B]): Option[K]
    Definition Classes
    IterableOnceOps
  87. def minOption[B >: K](implicit ord: Ordering[B]): Option[K]
    Definition Classes
    IterableOnceOps
  88. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  89. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  90. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  91. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  92. def newSpecificBuilder: Builder[K, Set[K]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  93. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  94. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  95. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  96. def partition(p: (K) => Boolean): (Set[K], Set[K])
    Definition Classes
    IterableOps
  97. def partitionMap[A1, A2](f: (K) => Either[A1, A2]): (Set[A1], Set[A2])
    Definition Classes
    IterableOps
  98. def pipe[B](f: (EqSet[K]) => B): B
    Implicit
    This member is added by an implicit conversion from EqSet[K] toChainingOps[EqSet[K]] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  99. def product[B >: K](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  100. def reduce[B >: K](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  101. def reduceLeft[B >: K](op: (B, K) => B): B
    Definition Classes
    IterableOnceOps
  102. def reduceLeftOption[B >: K](op: (B, K) => B): Option[B]
    Definition Classes
    IterableOnceOps
  103. def reduceOption[B >: K](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  104. def reduceRight[B >: K](op: (K, B) => B): B
    Definition Classes
    IterableOnceOps
  105. def reduceRightOption[B >: K](op: (K, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  106. def removedAll(that: scala.collection.IterableOnce[K]): Set[K]
    Definition Classes
    SetOps
  107. def reversed: Iterable[K]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  108. def scan[B >: K](z: B)(op: (B, B) => B): Set[B]
    Definition Classes
    IterableOps
  109. def scanLeft[B](z: B)(op: (B, K) => B): Set[B]
    Definition Classes
    IterableOps → IterableOnceOps
  110. def scanRight[B](z: B)(op: (K, B) => B): Set[B]
    Definition Classes
    IterableOps
  111. def size: Int
    Definition Classes
    EqSet → IterableOnceOps
  112. def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    IterableOps
  113. def sizeCompare(otherSize: Int): Int
    Definition Classes
    IterableOps
  114. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  115. def slice(from: Int, until: Int): Set[K]
    Definition Classes
    IterableOps → IterableOnceOps
  116. def sliding(size: Int, step: Int): Iterator[Set[K]]
    Definition Classes
    IterableOps
  117. def sliding(size: Int): Iterator[Set[K]]
    Definition Classes
    IterableOps
  118. def span(p: (K) => Boolean): (Set[K], Set[K])
    Definition Classes
    IterableOps → IterableOnceOps
  119. def splitAt(n: Int): (Set[K], Set[K])
    Definition Classes
    IterableOps → IterableOnceOps
  120. def stepper[S <: Stepper[_]](implicit shape: StepperShape[K, S]): S
    Definition Classes
    IterableOnce
  121. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    Set → Iterable
  122. def subsetOf(that: Set[K]): Boolean
    Definition Classes
    SetOps
  123. def subsets(): Iterator[Set[K]]
    Definition Classes
    SetOps
  124. def subsets(len: Int): Iterator[Set[K]]
    Definition Classes
    SetOps
  125. def sum[B >: K](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  126. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  127. def tail: Set[K]
    Definition Classes
    IterableOps
  128. def tails: Iterator[Set[K]]
    Definition Classes
    IterableOps
  129. def take(n: Int): Set[K]
    Definition Classes
    IterableOps → IterableOnceOps
  130. def takeRight(n: Int): Set[K]
    Definition Classes
    IterableOps
  131. def takeWhile(p: (K) => Boolean): Set[K]
    Definition Classes
    IterableOps → IterableOnceOps
  132. def tap[U](f: (EqSet[K]) => U): EqSet[K]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toChainingOps[EqSet[K]] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  133. def tapEach[U](f: (K) => U): Set[K]
    Definition Classes
    IterableOps → IterableOnceOps
  134. def to[C1](factory: Factory[K, C1]): C1
    Definition Classes
    IterableOnceOps
  135. def toArray[B >: K](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  136. final def toBuffer[B >: K]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  137. def toIndexedSeq: IndexedSeq[K]
    Definition Classes
    IterableOnceOps
  138. final def toIterable: EqSet.this.type
    Definition Classes
    Iterable → IterableOps
  139. def toList: List[K]
    Definition Classes
    IterableOnceOps
  140. def toMSet: MSet[K]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableEnrichments[K] performed by method IterableEnrichments in scalax.collection.Compat.
    Definition Classes
    IterableEnrichments
  141. def toMap[K, V](implicit ev: <:<[K, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  142. def toSeq: Seq[K]
    Definition Classes
    IterableOnceOps
  143. def toSet[B >: K]: Set[B]
    Definition Classes
    IterableOnceOps
  144. def toString(): String
    Definition Classes
    Set → Function1 → Iterable → AnyRef → Any
  145. def toVector: Vector[K]
    Definition Classes
    IterableOnceOps
  146. def transpose[B](implicit asIterable: (K) => Iterable[B]): Set[Set[B]]
    Definition Classes
    IterableOps
  147. final def union(that: Set[K]): Set[K]
    Definition Classes
    SetOps
    Annotations
    @inline()
  148. def unzip[A1, A2](implicit asPair: (K) => (A1, A2)): (Set[A1], Set[A2])
    Definition Classes
    IterableOps
  149. def unzip3[A1, A2, A3](implicit asTriple: (K) => (A1, A2, A3)): (Set[A1], Set[A2], Set[A3])
    Definition Classes
    IterableOps
  150. def view: View[K]
    Definition Classes
    IterableOps
  151. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  152. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  153. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  154. def withFilter(p: (K) => Boolean): WithFilter[K, [_]Set[_]]
    Definition Classes
    IterableOps
  155. def zip[B](that: scala.collection.IterableOnce[B]): Set[(K, B)]
    Definition Classes
    IterableOps
  156. def zipAll[A1 >: K, B](that: Iterable[B], thisElem: A1, thatElem: B): Set[(A1, B)]
    Definition Classes
    IterableOps
  157. def zipWithIndex: Set[(K, Int)]
    Definition Classes
    IterableOps → IterableOnceOps
  158. final def |(that: Set[K]): Set[K]
    Definition Classes
    SetOps
    Annotations
    @inline()

Shadowed Implicit Value Members

  1. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from EqSet[K] toany2stringadd[EqSet[K]] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: any2stringadd[EqSet[K]]).+(other)
    Definition Classes
    any2stringadd
  2. val self: Iterable[K]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableEnrichments[K] performed by method IterableEnrichments in scalax.collection.Compat.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (eqSet: IterableEnrichments[K]).self
    Definition Classes
    IterableEnrichments
  3. val self: EqSet[K]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toChainingOps[EqSet[K]] performed by method ChainingOps in scalax.collection.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (eqSet: ChainingOps[EqSet[K]]).self
    Definition Classes
    ChainingOps

Deprecated Value Members

  1. def +(elem1: K, elem2: K, elems: K*): Set[K]
    Definition Classes
    SetOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ++ with an explicit collection argument instead of + with varargs

  2. def ++:[B >: K](that: scala.collection.IterableOnce[B]): Set[B]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ++ instead of ++: for collections of type Iterable

  3. def -(elem1: K, elem2: K, elems: K*): Set[K]
    Definition Classes
    SetOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use &- with an explicit collection argument instead of - with varargs

  4. def /:[B](z: B)(op: (B, K) => B): B
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K])./:(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

  5. final def /:[B](z: B)(op: (B, K) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  6. def :\[B](z: B)(op: (K, B) => B): B
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).:\(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  7. final def :\[B](z: B)(op: (K, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

  8. def aggregate[B](z: => B)(seqop: (B, K) => B, combop: (B, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) aggregate is not relevant for sequential collections. Use foldLeft(z)(seqop) instead.

  9. def collectFirst[B](f: PartialFunction[K, B]): Option[B]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).collectFirst(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.collectFirst(...) instead

  10. def companion: IterableFactory[[_]Set[_]]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @deprecatedOverriding() @inline()
    Deprecated

    (Since version 2.13.0) Use iterableFactory instead

  11. def copyToBuffer(dest: Buffer[K]): Unit
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).copyToBuffer(dest)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.copyToBuffer(...) instead

  12. final def copyToBuffer[B >: K](dest: Buffer[B]): Unit
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use dest ++= coll instead

  13. def count(f: (K) => Boolean): Int
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).count(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.count(...) instead

  14. def exists(f: (K) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).exists(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.exists(...) instead

  15. def filter(f: (K) => Boolean): Iterator[K]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).filter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.filter(...) instead

  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  17. def find(p: (K) => Boolean): Option[K]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).find(p)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.find instead

  18. def flatMap[B](f: (K) => scala.collection.IterableOnce[B]): scala.collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).flatMap(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.flatMap instead or consider requiring an Iterable

  19. def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).fold(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.fold instead

  20. def foldLeft[B](z: B)(op: (B, K) => B): B
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).foldLeft(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

  21. def foldRight[B](z: B)(op: (K, B) => B): B
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).foldRight(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  22. def forall(f: (K) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).forall(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.forall(...) instead

  23. def foreach[U](f: (K) => U): Unit
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).foreach(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foreach(...) instead

  24. def hasDefiniteSize: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)

  25. def isEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).isEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.isEmpty instead

  26. def map[B](f: (K) => B): scala.collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).map(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.map instead or consider requiring an Iterable

  27. def max(implicit ord: Ordering[K]): K
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).max(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.max instead

  28. def maxBy[B](f: (K) => B)(implicit cmp: Ordering[B]): K
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).maxBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.maxBy(...) instead

  29. def min(implicit ord: Ordering[K]): K
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).min(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.min instead

  30. def minBy[B](f: (K) => B)(implicit cmp: Ordering[B]): K
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).minBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.minBy(...) instead

  31. def mkString: String
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).mkString
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  32. def mkString(sep: String): String
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).mkString(sep)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  33. def mkString(start: String, sep: String, end: String): String
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).mkString(start, sep, end)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  34. def nonEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).nonEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.nonEmpty instead

  35. def product(implicit num: Numeric[K]): K
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).product(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.product instead

  36. def reduce(f: (K, K) => K): K
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).reduce(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduce(...) instead

  37. def reduceLeft(f: (K, K) => K): K
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).reduceLeft(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceLeft(...) instead

  38. def reduceLeftOption(f: (K, K) => K): Option[K]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).reduceLeftOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceLeftOption(...) instead

  39. def reduceOption(f: (K, K) => K): Option[K]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).reduceOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceOption(...) instead

  40. def reduceRight(f: (K, K) => K): K
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).reduceRight(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceRight(...) instead

  41. def reduceRightOption(f: (K, K) => K): Option[K]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).reduceRightOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceRightOption(...) instead

  42. final def repr: Set[K]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use coll instead of repr in a collection implementation, use the collection value itself from the outside

  43. def sameElements[B >: A](that: scala.collection.IterableOnce[B]): Boolean
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sameElements instead

  44. def seq: EqSet.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Iterable.seq always returns the iterable itself

  45. def size: Int
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).size
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.size instead

  46. def sum(implicit num: Numeric[K]): K
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).sum(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sum instead

  47. def to[C1](factory: Factory[K, C1]): C1
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).to(factory)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(factory) instead

  48. def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).toArray(arg0)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toArray

  49. def toBuffer[B >: A]: Buffer[B]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).toBuffer
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(ArrayBuffer) instead

  50. def toIndexedSeq: IndexedSeq[K]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).toIndexedSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toIndexedSeq instead

  51. final def toIterable: Iterable[K]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).toIterable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Iterable) instead

  52. def toIterator: Iterator[K]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).toIterator
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead

  53. final def toIterator: Iterator[K]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead of .toIterator

  54. def toList: List[K]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).toList
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(List) instead

  55. def toMap[K, V](implicit ev: <:<[K, (K, V)]): Map[K, V]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).toMap(ev)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Map) instead

  56. def toSeq: Seq[K]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).toSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Seq) instead

  57. def toSet[B >: A]: Set[B]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).toSet
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Set) instead

  58. def toStream: Stream[K]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).toStream
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(LazyList) instead

  59. final def toStream: Stream[K]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .to(LazyList) instead of .toStream

  60. final def toTraversable: Traversable[K]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).toTraversable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Iterable) instead

  61. final def toTraversable: Traversable[K]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use toIterable instead

  62. def toVector: Vector[K]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).toVector
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Vector) instead

  63. def view(from: Int, until: Int): View[K]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)

  64. def withFilter(f: (K) => Boolean): Iterator[K]
    Implicit
    This member is added by an implicit conversion from EqSet[K] toIterableOnceExtensionMethods[K] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eqSet: IterableOnceExtensionMethods[K]).withFilter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.withFilter(...) instead

  65. def [B](y: B): (EqSet[K], B)
    Implicit
    This member is added by an implicit conversion from EqSet[K] toArrowAssoc[EqSet[K]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from InclExcl[K, Set[K]]

Inherited from Set[K]

Inherited from SetOps[K, Set, Set[K]]

Inherited from Set[K]

Inherited from Equals

Inherited from SetOps[K, [_]Set[_], Set[K]]

Inherited from (K) => Boolean

Inherited from Iterable[K]

Inherited from Iterable[K]

Inherited from IterableFactoryDefaults[K, [x]Set[x]]

Inherited from IterableOps[K, [_]Set[_], Set[K]]

Inherited from IterableOnceOps[K, [_]Set[_], Set[K]]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion iterableOnceExtensionMethods fromEqSet[K] to IterableOnceExtensionMethods[K]

Inherited by implicit conversion IterableEnrichments fromEqSet[K] to IterableEnrichments[K]

Inherited by implicit conversion ChainingOps fromEqSet[K] to ChainingOps[EqSet[K]]

Inherited by implicit conversion any2stringadd fromEqSet[K] to any2stringadd[EqSet[K]]

Inherited by implicit conversion StringFormat fromEqSet[K] to StringFormat[EqSet[K]]

Inherited by implicit conversion Ensuring fromEqSet[K] to Ensuring[EqSet[K]]

Inherited by implicit conversion ArrowAssoc fromEqSet[K] to ArrowAssoc[EqSet[K]]

Ungrouped