Object

de.sciss.swingtree.Tree.selection

rows

Related Doc: package selection

Permalink

object rows extends SelectionSet[Int]

Linear Supertypes
selection.SelectionSet[Int], SetWrapper[Int], Set[Int], SetLike[Int, Set[Int]], Cloneable[Set[Int]], Cloneable, Cloneable, Shrinkable[Int], Builder[Int, Set[Int]], Growable[Int], Clearable, Scriptable[Int], Set[Int], SetLike[Int, Set[Int]], Subtractable[Int, Set[Int]], GenSet[Int], GenericSetTemplate[Int, Set], GenSetLike[Int, Set[Int]], (Int) ⇒ Boolean, Iterable[Int], Iterable[Int], IterableLike[Int, Set[Int]], Equals, GenIterable[Int], GenIterableLike[Int, Set[Int]], Traversable[Int], Mutable, Traversable[Int], GenTraversable[Int], GenericTraversableTemplate[Int, Set], TraversableLike[Int, Set[Int]], GenTraversableLike[Int, Set[Int]], Parallelizable[Int, ParSet[Int]], TraversableOnce[Int], GenTraversableOnce[Int], FilterMonadic[Int, Set[Int]], HasNewBuilder[Int, Set[Int]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. rows
  2. SelectionSet
  3. SetWrapper
  4. Set
  5. SetLike
  6. Cloneable
  7. Cloneable
  8. Cloneable
  9. Shrinkable
  10. Builder
  11. Growable
  12. Clearable
  13. Scriptable
  14. Set
  15. SetLike
  16. Subtractable
  17. GenSet
  18. GenericSetTemplate
  19. GenSetLike
  20. Function1
  21. Iterable
  22. Iterable
  23. IterableLike
  24. Equals
  25. GenIterable
  26. GenIterableLike
  27. Traversable
  28. Mutable
  29. Traversable
  30. GenTraversable
  31. GenericTraversableTemplate
  32. TraversableLike
  33. GenTraversableLike
  34. Parallelizable
  35. TraversableOnce
  36. GenTraversableOnce
  37. FilterMonadic
  38. HasNewBuilder
  39. AnyRef
  40. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type MoreElem[+B] = TraversableOnce[B]

    Permalink
    Definition Classes
    SetWrapper
  2. type Self = Set[Int]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  3. class WithFilter extends FilterMonadic[A, Repr]

    Permalink
    Definition Classes
    TraversableLike

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def &(that: GenSet[Int]): Set[Int]

    Permalink
    Definition Classes
    GenSetLike
  4. def &~(that: GenSet[Int]): Set[Int]

    Permalink
    Definition Classes
    GenSetLike
  5. def +(elem1: Int, elem2: Int, elems: Int*): Set[Int]

    Permalink
    Definition Classes
    SetLike → SetLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) + creates a new set. Use += to add an element to this set and return that set itself.

  6. def +(elem: Int): Set[Int]

    Permalink
    Definition Classes
    SetLike → SetLike → GenSetLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) + creates a new set. Use += to add an element to this set and return that set itself.

  7. def ++(xs: GenTraversableOnce[Int]): Set[Int]

    Permalink
    Definition Classes
    SetLike → SetLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) ++ creates a new set. Use ++= to add elements to this set and return that set itself.

  8. def ++[B >: Int, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Set[Int], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  9. def ++:[B >: Int, That](that: Traversable[B])(implicit bf: CanBuildFrom[Set[Int], B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  10. def ++:[B >: Int, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Set[Int], B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  11. def ++=(rs: Seq[Int]): rows.this.type

    Permalink
    Definition Classes
    rowsSelectionSet
  12. final def ++=(xs: MoreElem[Int]): rows.this.type

    Permalink
    Definition Classes
    SetWrapper → Growable
  13. final def +=(elem: Int): rows.this.type

    Permalink
    Definition Classes
    SetWrapper → SetLike → Builder → Growable
  14. def +=(elem1: Int, elem2: Int, elems: Int*): rows.this.type

    Permalink
    Definition Classes
    Growable
  15. def -(elem1: Int, elem2: Int, elems: Int*): Set[Int]

    Permalink
    Definition Classes
    SetLike → Subtractable
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) - creates a new set. Use -= to remove an element from this set and return that set itself.

  16. def -(elem: Int): Set[Int]

    Permalink
    Definition Classes
    SetLike → SetLike → Subtractable → GenSetLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) - creates a new set. Use -= to remove an element from this set and return that set itself.

  17. def --(xs: GenTraversableOnce[Int]): Set[Int]

    Permalink
    Definition Classes
    SetLike → Subtractable
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) -- creates a new set. Use --= to remove elements from this set and return that set itself.

  18. def --=(rs: Seq[Int]): rows.this.type

    Permalink
    Definition Classes
    rowsSelectionSet
  19. final def --=(xs: MoreElem[Int]): rows.this.type

    Permalink
    Definition Classes
    SetWrapper → Shrinkable
  20. final def -=(elem: Int): rows.this.type

    Permalink
    Definition Classes
    SetWrapper → SetLike → Shrinkable
  21. def -=(elem1: Int, elem2: Int, elems: Int*): rows.this.type

    Permalink
    Definition Classes
    Shrinkable
  22. def /:[B](z: B)(op: (B, Int) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  23. def :\[B](z: B)(op: (Int, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  24. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  25. def add(elem: Int): Boolean

    Permalink
    Definition Classes
    SetLike
  26. def addAll(xs: MoreElem[Int]): rows.this.type

    Permalink
    Definition Classes
    SetWrapper
  27. def addOne(r: Int): rows.this.type

    Permalink
    Definition Classes
    rows → SetWrapper
  28. def addString(b: StringBuilder): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  29. def addString(b: StringBuilder, sep: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  30. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  31. def aggregate[B](z: ⇒ B)(seqop: (B, Int) ⇒ B, combop: (B, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  32. def andThen[A](g: (Boolean) ⇒ A): (Int) ⇒ A

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  33. def apply(elem: Int): Boolean

    Permalink
    Definition Classes
    GenSetLike → Function1
  34. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  35. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    IterableLike → Equals
  36. def clear(): Unit

    Permalink
    Definition Classes
    SetLike → Builder → Growable → Clearable
  37. def clone(): Set[Int]

    Permalink
    Definition Classes
    SetLike → Cloneable → AnyRef
  38. def collect[B, That](pf: PartialFunction[Int, B])(implicit bf: CanBuildFrom[Set[Int], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  39. def collectFirst[B](pf: PartialFunction[Int, B]): Option[B]

    Permalink
    Definition Classes
    TraversableOnce
  40. def companion: GenericCompanion[Set]

    Permalink
    Definition Classes
    Set → Set → GenSet → Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → GenericTraversableTemplate
  41. def compose[A](g: (A) ⇒ Int): (A) ⇒ Boolean

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  42. def contains(s: Int): Boolean

    Permalink
    Definition Classes
    SelectionSet → SetLike → GenSetLike
  43. def copyToArray[B >: Int](xs: Array[B], start: Int, len: Int): Unit

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  44. def copyToArray[B >: Int](xs: Array[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  45. def copyToArray[B >: Int](xs: Array[B], start: Int): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  46. def copyToBuffer[B >: Int](dest: Buffer[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce
  47. def count(p: (Int) ⇒ Boolean): Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  48. def diff(that: GenSet[Int]): Set[Int]

    Permalink
    Definition Classes
    SetLike → GenSetLike
  49. def drop(n: Int): Set[Int]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  50. def dropRight(n: Int): Set[Int]

    Permalink
    Definition Classes
    IterableLike
  51. def dropWhile(p: (Int) ⇒ Boolean): Set[Int]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  52. def empty: Set[Int]

    Permalink
    Definition Classes
    GenericSetTemplate
  53. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  54. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    GenSetLike → Equals → AnyRef → Any
  55. def exists(p: (Int) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  56. def filter(p: (Int) ⇒ Boolean): Set[Int]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  57. def filterNot(p: (Int) ⇒ Boolean): Set[Int]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  58. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  59. def find(p: (Int) ⇒ Boolean): Option[Int]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  60. def flatMap[B, That](f: (Int) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Set[Int], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  61. def flatten[B](implicit asTraversable: (Int) ⇒ GenTraversableOnce[B]): Set[B]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  62. def fold[A1 >: Int](z: A1)(op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  63. def foldLeft[B](z: B)(op: (B, Int) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  64. def foldRight[B](z: B)(op: (Int, B) ⇒ B): B

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  65. def forall(p: (Int) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  66. def foreach[U](f: (Int) ⇒ U): Unit

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  67. def genericBuilder[B]: Builder[B, Set[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  68. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  69. def groupBy[K](f: (Int) ⇒ K): Map[K, Set[Int]]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  70. def grouped(size: Int): Iterator[Set[Int]]

    Permalink
    Definition Classes
    IterableLike
  71. def hasDefiniteSize: Boolean

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  72. def hashCode(): Int

    Permalink
    Definition Classes
    GenSetLike → AnyRef → Any
  73. def head: Int

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  74. def headOption: Option[Int]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  75. def init: Set[Int]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  76. def inits: Iterator[Set[Int]]

    Permalink
    Definition Classes
    TraversableLike
  77. def intersect(that: GenSet[Int]): Set[Int]

    Permalink
    Definition Classes
    GenSetLike
  78. def isEmpty: Boolean

    Permalink
    Definition Classes
    SetLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  79. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  80. final def isTraversableAgain: Boolean

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  81. def iterator: Iterator[Int]

    Permalink
    Definition Classes
    SelectionSet → GenSetLike → IterableLike → GenIterableLike
  82. def last: Int

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  83. def lastOption: Option[Int]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  84. def leadSelection: Int

    Permalink
  85. def map[B, That](f: (Int) ⇒ B)(implicit bf: CanBuildFrom[Set[Int], B, That]): That

    Permalink
    Definition Classes
    SetLike → TraversableLike → GenTraversableLike → FilterMonadic
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) Set.map now returns a Set, so it will discard duplicate values.

  86. def mapResult[NewTo](f: (Set[Int]) ⇒ NewTo): Builder[Int, NewTo]

    Permalink
    Definition Classes
    Builder
  87. def max[B >: Int](implicit cmp: Ordering[B]): Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  88. def maxBy[B](f: (Int) ⇒ B)(implicit cmp: Ordering[B]): Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  89. def maxSelection: Int

    Permalink
  90. def min[B >: Int](implicit cmp: Ordering[B]): Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  91. def minBy[B](f: (Int) ⇒ B)(implicit cmp: Ordering[B]): Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  92. def minSelection: Int

    Permalink
  93. final def mkIterator[B](xs: MoreElem[B]): Iterator[B]

    Permalink
    Attributes
    protected
    Definition Classes
    SetWrapper
  94. def mkString: String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  95. def mkString(sep: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  96. def mkString(start: String, sep: String, end: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  97. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  98. def newBuilder: Builder[Int, Set[Int]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    SetLike → SetLike → TraversableLike → HasNewBuilder
  99. def nonEmpty: Boolean

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  100. def nonNullOrEmpty[A1](s: Seq[A1]): Seq[A1]

    Permalink
    Attributes
    protected
    Definition Classes
    SelectionSet
  101. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  102. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  103. def par: ParSet[Int]

    Permalink
    Definition Classes
    Parallelizable
  104. def parCombiner: Combiner[Int, ParSet[Int]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    SetLike → SetLike → TraversableLike → Parallelizable
  105. def partition(p: (Int) ⇒ Boolean): (Set[Int], Set[Int])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  106. def product[B >: Int](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  107. def reduce[A1 >: Int](op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  108. def reduceLeft[B >: Int](op: (B, Int) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce
  109. def reduceLeftOption[B >: Int](op: (B, Int) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  110. def reduceOption[A1 >: Int](op: (A1, A1) ⇒ A1): Option[A1]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  111. def reduceRight[B >: Int](op: (Int, B) ⇒ B): B

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  112. def reduceRightOption[B >: Int](op: (Int, B) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  113. def remove(elem: Int): Boolean

    Permalink
    Definition Classes
    SetLike
  114. def repr: Set[Int]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  115. def result(): Set[Int]

    Permalink
    Definition Classes
    SetLike → Builder
  116. def retain(p: (Int) ⇒ Boolean): Unit

    Permalink
    Definition Classes
    SetLike
  117. def reversed: List[Int]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  118. def sameElements[B >: Int](that: GenIterable[B]): Boolean

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  119. def scan[B >: Int, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Set[Int], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  120. def scanLeft[B, That](z: B)(op: (B, Int) ⇒ B)(implicit bf: CanBuildFrom[Set[Int], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  121. def scanRight[B, That](z: B)(op: (Int, B) ⇒ B)(implicit bf: CanBuildFrom[Set[Int], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  122. def seq: Set[Int]

    Permalink
    Definition Classes
    Set → Set → GenSet → GenSetLike → Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  123. def size: Int

    Permalink
    Definition Classes
    SelectionSet → GenTraversableLike → TraversableOnce → GenTraversableOnce
  124. def sizeHint(coll: TraversableLike[_, _], delta: Int): Unit

    Permalink
    Definition Classes
    Builder
  125. def sizeHint(coll: TraversableLike[_, _]): Unit

    Permalink
    Definition Classes
    Builder
  126. def sizeHint(size: Int): Unit

    Permalink
    Definition Classes
    Builder
  127. def sizeHintBounded(size: Int, boundingColl: TraversableLike[_, _]): Unit

    Permalink
    Definition Classes
    Builder
  128. def slice(from: Int, until: Int): Set[Int]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  129. def sliding(size: Int, step: Int): Iterator[Set[Int]]

    Permalink
    Definition Classes
    IterableLike
  130. def sliding(size: Int): Iterator[Set[Int]]

    Permalink
    Definition Classes
    IterableLike
  131. def span(p: (Int) ⇒ Boolean): (Set[Int], Set[Int])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  132. def splitAt(n: Int): (Set[Int], Set[Int])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  133. def stringPrefix: String

    Permalink
    Definition Classes
    SetLike → TraversableLike → GenTraversableLike
  134. def subsetOf(that: GenSet[Int]): Boolean

    Permalink
    Definition Classes
    GenSetLike
  135. def subsets(): Iterator[Set[Int]]

    Permalink
    Definition Classes
    SetLike
  136. def subsets(len: Int): Iterator[Set[Int]]

    Permalink
    Definition Classes
    SetLike
  137. def subtractAll(xs: MoreElem[Int]): rows.this.type

    Permalink
    Definition Classes
    SetWrapper
  138. def subtractOne(r: Int): rows.this.type

    Permalink
    Definition Classes
    rows → SetWrapper
  139. def sum[B >: Int](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  140. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  141. def tail: Set[Int]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  142. def tails: Iterator[Set[Int]]

    Permalink
    Definition Classes
    TraversableLike
  143. def take(n: Int): Set[Int]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  144. def takeRight(n: Int): Set[Int]

    Permalink
    Definition Classes
    IterableLike
  145. def takeWhile(p: (Int) ⇒ Boolean): Set[Int]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  146. def thisCollection: Iterable[Int]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  147. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, Int, Col[Int]]): Col[Int]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  148. def toArray[B >: Int](implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  149. def toBuffer[A1 >: Int]: Buffer[A1]

    Permalink
    Definition Classes
    SetLike → TraversableOnce → GenTraversableOnce
  150. def toCollection(repr: Set[Int]): Iterable[Int]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  151. def toIndexedSeq: IndexedSeq[Int]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  152. def toIterable: Iterable[Int]

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  153. def toIterator: Iterator[Int]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  154. def toList: List[Int]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  155. def toMap[T, U](implicit ev: <:<[Int, (T, U)]): Map[T, U]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  156. def toSeq: Seq[Int]

    Permalink
    Definition Classes
    SetLike → TraversableOnce → GenTraversableOnce
  157. def toSet[B >: Int]: Set[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  158. def toStream: Stream[Int]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  159. def toString(): String

    Permalink
    Definition Classes
    SetLike → Function1 → TraversableLike → AnyRef → Any
  160. def toTraversable: Traversable[Int]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  161. def toVector: Vector[Int]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  162. def transpose[B](implicit asTraversable: (Int) ⇒ GenTraversableOnce[B]): Set[Set[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.

  163. def union(that: GenSet[Int]): Set[Int]

    Permalink
    Definition Classes
    SetLike → GenSetLike
  164. def unzip[A1, A2](implicit asPair: (Int) ⇒ (A1, A2)): (Set[A1], Set[A2])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  165. def unzip3[A1, A2, A3](implicit asTriple: (Int) ⇒ (A1, A2, A3)): (Set[A1], Set[A2], Set[A3])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  166. def update(elem: Int, included: Boolean): Unit

    Permalink
    Definition Classes
    SetLike
  167. def view(from: Int, until: Int): IterableView[Int, Set[Int]]

    Permalink
    Definition Classes
    IterableLike → TraversableLike
  168. def view: IterableView[Int, Set[Int]]

    Permalink
    Definition Classes
    IterableLike → TraversableLike
  169. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  170. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  171. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  172. def withFilter(p: (Int) ⇒ Boolean): FilterMonadic[Int, Set[Int]]

    Permalink
    Definition Classes
    TraversableLike → FilterMonadic
  173. def zip[A1 >: Int, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[Set[Int], (A1, B), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  174. def zipAll[B, A1 >: Int, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Set[Int], (A1, B), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  175. def zipWithIndex[A1 >: Int, That](implicit bf: CanBuildFrom[Set[Int], (A1, Int), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  176. def |(that: GenSet[Int]): Set[Int]

    Permalink
    Definition Classes
    GenSetLike

Deprecated Value Members

  1. def <<(cmd: Message[Int]): Unit

    Permalink
    Definition Classes
    SetLike → Scriptable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Scripting is deprecated.

Inherited from selection.SelectionSet[Int]

Inherited from SetWrapper[Int]

Inherited from Set[Int]

Inherited from SetLike[Int, Set[Int]]

Inherited from Cloneable[Set[Int]]

Inherited from Cloneable

Inherited from Cloneable

Inherited from Shrinkable[Int]

Inherited from Builder[Int, Set[Int]]

Inherited from Growable[Int]

Inherited from Clearable

Inherited from Scriptable[Int]

Inherited from Set[Int]

Inherited from SetLike[Int, Set[Int]]

Inherited from Subtractable[Int, Set[Int]]

Inherited from GenSet[Int]

Inherited from GenericSetTemplate[Int, Set]

Inherited from GenSetLike[Int, Set[Int]]

Inherited from (Int) ⇒ Boolean

Inherited from Iterable[Int]

Inherited from Iterable[Int]

Inherited from IterableLike[Int, Set[Int]]

Inherited from Equals

Inherited from GenIterable[Int]

Inherited from GenIterableLike[Int, Set[Int]]

Inherited from Traversable[Int]

Inherited from Mutable

Inherited from Traversable[Int]

Inherited from GenTraversable[Int]

Inherited from GenericTraversableTemplate[Int, Set]

Inherited from TraversableLike[Int, Set[Int]]

Inherited from GenTraversableLike[Int, Set[Int]]

Inherited from Parallelizable[Int, ParSet[Int]]

Inherited from TraversableOnce[Int]

Inherited from GenTraversableOnce[Int]

Inherited from FilterMonadic[Int, Set[Int]]

Inherited from HasNewBuilder[Int, Set[Int]]

Inherited from AnyRef

Inherited from Any

Ungrouped