Object

scalaswingcontrib.tree.Tree.selection

rows

Related Doc: package selection

Permalink

object rows extends SelectionSet[Int]

Linear Supertypes
selection.SelectionSet[Int], MutableSet[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. MutableSet
  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 Self = Set[Int]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  2. 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. def ++=(xs: TraversableOnce[Int]): rows.this.type

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

    Permalink
    Definition Classes
    MutableSet → 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. def --=(xs: TraversableOnce[Int]): rows.this.type

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

    Permalink
    Definition Classes
    MutableSet → 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 addOne(r: Int): rows.this.type

    Permalink
    Definition Classes
    rowsSelectionSetMutableSet
  27. def addString(b: StringBuilder): StringBuilder

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    IterableLike
  70. def hasDefiniteSize: Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    GenSetLike
  77. def isEmpty: Boolean

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

    Permalink
    Definition Classes
    Any
  79. final def isTraversableAgain: Boolean

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

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

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

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

    Permalink
  84. 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.

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

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

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

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

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

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

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

    Permalink
  92. def mkString: String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  119. 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.

  120. def seq: Set[Int]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    SetLike
  135. def subtractOne(r: Int): rows.this.type

    Permalink
    Definition Classes
    rowsSelectionSetMutableSet
  136. def sum[B >: Int](implicit num: Numeric[B]): B

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  159. 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.

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  171. 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
  172. def zipWithIndex[A1 >: Int, That](implicit bf: CanBuildFrom[Set[Int], (A1, Int), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  173. 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 MutableSet[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