rows

object rows extends SelectionSet[Int]
class SelectionSet[Int]
class SetWrapper[Int]
trait Set[Int]
trait SetOps[Int, Set, Set[Int]]
trait Shrinkable[Int]
trait Builder[Int, Set[Int]]
trait Growable[Int]
trait Clearable
trait Cloneable[Set[Int]]
trait Cloneable
trait Set[Int]
trait Equals
trait SetOps[Int, Set, Set[Int]]
trait Int => Boolean
trait Iterable[Int]
trait Iterable[Int]
trait IterableFactoryDefaults[Int, Set]
trait IterableOps[Int, Set, Set[Int]]
trait IterableOnceOps[Int, Set, Set[Int]]
trait IterableOnce[Int]
class Object
trait Matchable
class Any

Type members

Inherited types

type MoreElem[+B] = IterableOnce[B]

The collection passed to addAll and subtractAll

The collection passed to addAll and subtractAll

Inherited from
SetWrapper

Value members

Concrete methods

def addOne(n: Int): rows
def leadIndex: Int
override
def size: Int
Definition Classes
SelectionSet -> IterableOnceOps
def subtractOne(n: Int): rows

Inherited methods

@inline
final
def &(that: Set[Int]): Set[Int]
Inherited from
SetOps
@inline
final
def &~(that: Set[Int]): Set[Int]
Inherited from
SetOps
@inline
final
def ++[B >: Int](suffix: IterableOnce[B]): Set[B]
Inherited from
IterableOps
@inline
final
def ++(that: IterableOnce[Int]): Set[Int]
Inherited from
SetOps
@inline
final
def ++=(xs: IterableOnce[Int]): rows
Inherited from
Growable
@inline
final
def +=(elem: Int): rows
Inherited from
Growable
@inline
final
def --=(xs: IterableOnce[Int]): rows
Inherited from
Shrinkable
@inline
final
def -=(elem: Int): rows
Inherited from
Shrinkable
def add(elem: Int): Boolean
Inherited from
SetOps
def addAll(xs: IterableOnce[Int]): rows
Inherited from
Growable
@inline
final
def addString(b: StringBuilder): StringBuilder
Inherited from
IterableOnceOps
@inline
final
def addString(b: StringBuilder, sep: String): StringBuilder
Inherited from
IterableOnceOps
def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
Inherited from
IterableOnceOps
@unspecialized
def andThen[A](g: Boolean => A): Int => A
Inherited from
Function1
@inline
final
def apply(elem: Int): Boolean
Inherited from
SetOps
def canEqual(that: Any): Boolean
Inherited from
Set
override
def clear(): Unit
Definition Classes
SetWrapper -> Builder -> Clearable
Inherited from
SetWrapper
override
def clone(): Set[Int]
Definition Classes
SetOps -> Cloneable -> Object
Inherited from
SetOps
def collect[B](pf: PartialFunction[Int, B]): Set[B]
Inherited from
IterableOps
def collectFirst[B](pf: PartialFunction[Int, B]): Option[B]
Inherited from
IterableOnceOps
@unspecialized
def compose[A](g: A => Int): A => Boolean
Inherited from
Function1
def concat[B >: Int](suffix: IterableOnce[B]): Set[B]
Inherited from
IterableOps
def concat(that: IterableOnce[Int]): Set[Int]
Inherited from
SetOps
def contains(n: Int): Boolean
Inherited from
SelectionSet
def copyToArray[B >: Int](xs: Array[B], start: Int, len: Int): Int
Inherited from
IterableOnceOps
@deprecatedOverriding(message = "This should always forward to the 3-arg version of this method", since = "2.13.4")
def copyToArray[B >: Int](xs: Array[B], start: Int): Int
Inherited from
IterableOnceOps
@deprecatedOverriding(message = "This should always forward to the 3-arg version of this method", since = "2.13.4")
def copyToArray[B >: Int](xs: Array[B]): Int
Inherited from
IterableOnceOps
def corresponds[B](that: IterableOnce[B])(p: (Int, B) => Boolean): Boolean
Inherited from
IterableOnceOps
def count(p: Int => Boolean): Int
Inherited from
IterableOnceOps
def diff(that: Set[Int]): Set[Int]
Inherited from
SetOps
def drop(n: Int): Set[Int]
Inherited from
IterableOps
def dropRight(n: Int): Set[Int]
Inherited from
IterableOps
def dropWhile(p: Int => Boolean): Set[Int]
Inherited from
IterableOps
override
def empty: Set[Int]
Definition Classes
IterableFactoryDefaults -> IterableOps
Inherited from
IterableFactoryDefaults
override
def equals(that: Any): Boolean
Definition Classes
Set -> Equals -> Any
Inherited from
Set
def exists(p: Int => Boolean): Boolean
Inherited from
IterableOnceOps
def filter(pred: Int => Boolean): Set[Int]
Inherited from
IterableOps
def filterInPlace(p: Int => Boolean): rows
Inherited from
SetOps
def filterNot(pred: Int => Boolean): Set[Int]
Inherited from
IterableOps
def find(p: Int => Boolean): Option[Int]
Inherited from
IterableOnceOps
def flatMap[B](f: Int => IterableOnce[B]): Set[B]
Inherited from
IterableOps
def flatten[B](implicit asIterable: Int => IterableOnce[B]): Set[B]
Inherited from
IterableOps
def fold[A1 >: Int](z: A1)(op: (A1, A1) => A1): A1
Inherited from
IterableOnceOps
def foldLeft[B](z: B)(op: (B, Int) => B): B
Inherited from
IterableOnceOps
def foldRight[B](z: B)(op: (Int, B) => B): B
Inherited from
IterableOnceOps
def forall(p: Int => Boolean): Boolean
Inherited from
IterableOnceOps
def foreach[U](f: Int => U): Unit
Inherited from
IterableOnceOps
protected
def fromSpecific(coll: IterableOnce[Int]): Set[Int]
Inherited from
IterableFactoryDefaults
def groupBy[K](f: Int => K): Map[K, Set[Int]]
Inherited from
IterableOps
def groupMap[K, B](key: Int => K)(f: Int => B): Map[K, Set[B]]
Inherited from
IterableOps
def groupMapReduce[K, B](key: Int => K)(f: Int => B)(reduce: (B, B) => B): Map[K, B]
Inherited from
IterableOps
def grouped(size: Int): Iterator[Set[Int]]
Inherited from
IterableOps
override
def hashCode(): Int
Definition Classes
Set -> Any
Inherited from
Set
def head: Int
Inherited from
IterableOps
def headOption: Option[Int]
Inherited from
IterableOps
def init: Set[Int]
Inherited from
IterableOps
def inits: Iterator[Set[Int]]
Inherited from
IterableOps
def intersect(that: Set[Int]): Set[Int]
Inherited from
SetOps
def isEmpty: Boolean
Inherited from
IterableOnceOps
override
def isTraversableAgain: Boolean
Definition Classes
IterableOps -> IterableOnceOps
Inherited from
IterableOps
override
def iterableFactory: IterableFactory[Set]
Definition Classes
Set -> Set -> Iterable -> Iterable -> IterableOps
Inherited from
Set
def iterator: Iterator[Int]
Inherited from
SelectionSet
override
def knownSize: Int
Definition Classes
SetOps -> Growable -> IterableOnce
Inherited from
SetOps
def last: Int
Inherited from
IterableOps
def lastOption: Option[Int]
Inherited from
IterableOps
def lazyZip[B](that: Iterable[B]): LazyZip2[Int, B, rows]
Inherited from
Iterable
def map[B](f: Int => B): Set[B]
Inherited from
IterableOps
def mapResult[NewTo](f: Set[Int] => NewTo): Builder[Int, NewTo]
Inherited from
Builder
def max[B >: Int](implicit ord: Ordering[B]): Int
Inherited from
IterableOnceOps
def maxBy[B](f: Int => B)(implicit cmp: Ordering[B]): Int
Inherited from
IterableOnceOps
def maxByOption[B](f: Int => B)(implicit cmp: Ordering[B]): Option[Int]
Inherited from
IterableOnceOps
def maxOption[B >: Int](implicit ord: Ordering[B]): Option[Int]
Inherited from
IterableOnceOps
def min[B >: Int](implicit ord: Ordering[B]): Int
Inherited from
IterableOnceOps
def minBy[B](f: Int => B)(implicit cmp: Ordering[B]): Int
Inherited from
IterableOnceOps
def minByOption[B](f: Int => B)(implicit cmp: Ordering[B]): Option[Int]
Inherited from
IterableOnceOps
def minOption[B >: Int](implicit ord: Ordering[B]): Option[Int]
Inherited from
IterableOnceOps
final protected
def mkIterator[B](xs: IterableOnce[B]): Iterator[B]

Cross-version way for creating an iterator from MoreElem.

Cross-version way for creating an iterator from MoreElem.

Inherited from
SetWrapper
@inline
final
def mkString: String
Inherited from
IterableOnceOps
@inline
final
def mkString(sep: String): String
Inherited from
IterableOnceOps
final
def mkString(start: String, sep: String, end: String): String
Inherited from
IterableOnceOps
protected
def newSpecificBuilder: Builder[Int, Set[Int]]
Inherited from
IterableFactoryDefaults
@deprecatedOverriding(message = "nonEmpty is defined as !isEmpty; override isEmpty instead", since = "2.13.0")
def nonEmpty: Boolean
Inherited from
IterableOnceOps
def partition(p: Int => Boolean): (Set[Int], Set[Int])
Inherited from
IterableOps
def partitionMap[A1, A2](f: Int => Either[A1, A2]): (Set[A1], Set[A2])
Inherited from
IterableOps
def product[B >: Int](implicit num: Numeric[B]): B
Inherited from
IterableOnceOps
def reduce[B >: Int](op: (B, B) => B): B
Inherited from
IterableOnceOps
def reduceLeft[B >: Int](op: (B, Int) => B): B
Inherited from
IterableOnceOps
def reduceLeftOption[B >: Int](op: (B, Int) => B): Option[B]
Inherited from
IterableOnceOps
def reduceOption[B >: Int](op: (B, B) => B): Option[B]
Inherited from
IterableOnceOps
def reduceRight[B >: Int](op: (Int, B) => B): B
Inherited from
IterableOnceOps
def reduceRightOption[B >: Int](op: (Int, B) => B): Option[B]
Inherited from
IterableOnceOps
def remove(elem: Int): Boolean
Inherited from
SetOps
def result(): Set[Int]
Inherited from
SetOps
protected
def reversed: Iterable[Int]
Inherited from
IterableOnceOps
Inherited from
Cloneable
def scan[B >: Int](z: B)(op: (B, B) => B): Set[B]
Inherited from
IterableOps
def scanLeft[B](z: B)(op: (B, Int) => B): Set[B]
Inherited from
IterableOps
def scanRight[B](z: B)(op: (Int, B) => B): Set[B]
Inherited from
IterableOps
def sizeCompare(that: Iterable[_]): Int
Inherited from
IterableOps
def sizeCompare(otherSize: Int): Int
Inherited from
IterableOps
final
def sizeHint(coll: IterableOnce[_], delta: Int): Unit
Inherited from
Builder
def sizeHint(size: Int): Unit
Inherited from
Builder
final
def sizeHintBounded(size: Int, boundingColl: Iterable[_]): Unit
Inherited from
Builder
@inline
final
def sizeIs: SizeCompareOps
Inherited from
IterableOps
def slice(from: Int, until: Int): Set[Int]
Inherited from
IterableOps
def sliding(size: Int, step: Int): Iterator[Set[Int]]
Inherited from
IterableOps
def sliding(size: Int): Iterator[Set[Int]]
Inherited from
IterableOps
def span(p: Int => Boolean): (Set[Int], Set[Int])
Inherited from
IterableOps
override
def splitAt(n: Int): (Set[Int], Set[Int])
Definition Classes
IterableOps -> IterableOnceOps
Inherited from
IterableOps
def stepper[S <: Stepper[_]](implicit shape: StepperShape[Int, S]): S
Inherited from
IterableOnce
def subsetOf(that: Set[Int]): Boolean
Inherited from
SetOps
def subsets(): Iterator[Set[Int]]
Inherited from
SetOps
def subsets(len: Int): Iterator[Set[Int]]
Inherited from
SetOps
def subtractAll(xs: IterableOnce[Int]): rows
Inherited from
Shrinkable
def sum[B >: Int](implicit num: Numeric[B]): B
Inherited from
IterableOnceOps
def tail: Set[Int]
Inherited from
IterableOps
def tails: Iterator[Set[Int]]
Inherited from
IterableOps
def take(n: Int): Set[Int]
Inherited from
IterableOps
def takeRight(n: Int): Set[Int]
Inherited from
IterableOps
def takeWhile(p: Int => Boolean): Set[Int]
Inherited from
IterableOps
override
def tapEach[U](f: Int => U): Set[Int]
Definition Classes
IterableOps -> IterableOnceOps
Inherited from
IterableOps
def to[C1](factory: Factory[Int, C1]): C1
Inherited from
IterableOnceOps
def toArray[B >: Int : ClassTag]: Array[B]
Inherited from
IterableOnceOps
@inline
final
def toBuffer[B >: Int]: Buffer[B]
Inherited from
IterableOnceOps
def toIndexedSeq: IndexedSeq[Int]
Inherited from
IterableOnceOps
final
Inherited from
Iterable
def toList: List[Int]
Inherited from
IterableOnceOps
def toMap[K, V](implicit ev: Int <:< (K, V)): Map[K, V]
Inherited from
IterableOnceOps
def toSeq: Seq[Int]
Inherited from
IterableOnceOps
def toSet[B >: Int]: Set[B]
Inherited from
IterableOnceOps
override
def toString(): String
Definition Classes
Set -> Function1 -> Iterable -> Any
Inherited from
Set
def toVector: Vector[Int]
Inherited from
IterableOnceOps
def transpose[B](implicit asIterable: Int => Iterable[B]): Set[Set[B]]
Inherited from
IterableOps
@inline
final
def union(that: Set[Int]): Set[Int]
Inherited from
SetOps
def unzip[A1, A2](implicit asPair: Int => (A1, A2)): (Set[A1], Set[A2])
Inherited from
IterableOps
def unzip3[A1, A2, A3](implicit asTriple: Int => (A1, A2, A3)): (Set[A1], Set[A2], Set[A3])
Inherited from
IterableOps
def update(elem: Int, included: Boolean): Unit
Inherited from
SetOps
def view: View[Int]
Inherited from
IterableOps
def withFilter(p: Int => Boolean): WithFilter[Int, Set]
Inherited from
IterableOps
def zip[B](that: IterableOnce[B]): Set[(Int, B)]
Inherited from
IterableOps
def zipAll[A1 >: Int, B](that: Iterable[B], thisElem: A1, thatElem: B): Set[(A1, B)]
Inherited from
IterableOps
def zipWithIndex: Set[(Int, Int)]
Inherited from
IterableOps
@inline
final
def |(that: Set[Int]): Set[Int]
Inherited from
SetOps

Deprecated and Inherited methods

@deprecated(message = "Use ++ with an explicit collection argument instead of + with varargs", since = "2.13.0")
def +(elem1: Int, elem2: Int, elems: Int*): Set[Int]
Deprecated
[Since version 2.13.0] Use ++ with an explicit collection argument instead of + with varargs
Inherited from
SetOps
@deprecated(message = "Consider requiring an immutable Set or fall back to Set.union", since = "2.13.0")
def +(elem: Int): Set[Int]
Deprecated
[Since version 2.13.0] Consider requiring an immutable Set or fall back to Set.union
Inherited from
SetOps
@deprecated(message = "Use ++ instead of ++: for collections of type Iterable", since = "2.13.0")
def ++:[B >: Int](that: IterableOnce[B]): Set[B]
Deprecated
[Since version 2.13.0] Use ++ instead of ++: for collections of type Iterable
Inherited from
IterableOps
@inline @deprecated(message = "Use `++=` aka `addAll` instead of varargs `+=`; infix operations with an operand of multiple args will be deprecated", since = "2.13.0")
final
def +=(elem1: Int, elem2: Int, elems: Int*): rows
Deprecated
[Since version 2.13.0] Use `++=` aka `addAll` instead of varargs `+=`; infix operations with an operand of multiple args will be deprecated
Inherited from
Growable
@deprecated(message = "Use &- with an explicit collection argument instead of - with varargs", since = "2.13.0")
def -(elem1: Int, elem2: Int, elems: Int*): Set[Int]
Deprecated
[Since version 2.13.0] Use &- with an explicit collection argument instead of - with varargs
Inherited from
SetOps
@deprecated(message = "Consider requiring an immutable Set or fall back to Set.diff", since = "2.13.0")
def -(elem: Int): Set[Int]
Deprecated
[Since version 2.13.0] Consider requiring an immutable Set or fall back to Set.diff
Inherited from
SetOps
@deprecated(message = "Consider requiring an immutable Set", since = "2.13.0")
def --(that: IterableOnce[Int]): Set[Int]
Deprecated
[Since version 2.13.0] Consider requiring an immutable Set
Inherited from
SetOps
@deprecated(message = "Use `--=` aka `subtractAll` instead of varargs `-=`; infix operations with an operand of multiple args will be deprecated", since = "2.13.3")
def -=(elem1: Int, elem2: Int, elems: Int*): rows
Deprecated
[Since version 2.13.3] Use `--=` aka `subtractAll` instead of varargs `-=`; infix operations with an operand of multiple args will be deprecated
Inherited from
Shrinkable
@inline @deprecated(message = "Use foldLeft instead of /:", since = "2.13.0")
final
def /:[B](z: B)(op: (B, Int) => B): B
Deprecated
[Since version 2.13.0] Use foldLeft instead of /:
Inherited from
IterableOnceOps
@inline @deprecated(message = "Use foldRight instead of :\\", since = "2.13.0")
final
def :\[B](z: B)(op: (Int, B) => B): B
Deprecated
[Since version 2.13.0] Use foldRight instead of :\\
Inherited from
IterableOnceOps
@deprecated(message = "`aggregate` is not relevant for sequential collections. Use `foldLeft(z)(seqop)` instead.", since = "2.13.0")
def aggregate[B](z: => B)(seqop: (B, Int) => B, combop: (B, B) => B): B
Deprecated
[Since version 2.13.0] `aggregate` is not relevant for sequential collections. Use `foldLeft(z)(seqop)` instead.
Inherited from
IterableOnceOps
@inline @deprecatedOverriding(message = "Use iterableFactory instead", since = "2.13.0") @deprecated(message = "Use iterableFactory instead", since = "2.13.0")
def companion: IterableFactory[Set]
Deprecated
[Since version 2.13.0] Use iterableFactory instead
Inherited from
IterableOps
@inline @deprecated(message = "Use `dest ++= coll` instead", since = "2.13.0")
final
def copyToBuffer[B >: Int](dest: Buffer[B]): Unit
Deprecated
[Since version 2.13.0] Use `dest ++= coll` instead
Inherited from
IterableOnceOps
@deprecated(message = "Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)", since = "2.13.0")
def hasDefiniteSize: Boolean
Deprecated
[Since version 2.13.0] Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)
Inherited from
IterableOnceOps
@deprecated(message = "Use coll instead of repr in a collection implementation, use the collection value itself from the outside", since = "2.13.0")
final
def repr: Set[Int]
Deprecated
[Since version 2.13.0] Use coll instead of repr in a collection implementation, use the collection value itself from the outside
Inherited from
IterableOps
@inline @deprecated(message = "Use filterInPlace instead", since = "2.13.0")
final
def retain(p: Int => Boolean): Unit
Deprecated
[Since version 2.13.0] Use filterInPlace instead
Inherited from
SetOps
@deprecated(message = "Iterable.seq always returns the iterable itself", since = "2.13.0")
def seq: rows
Deprecated
[Since version 2.13.0] Iterable.seq always returns the iterable itself
Inherited from
Iterable
@inline @deprecated(message = "Use .iterator instead of .toIterator", since = "2.13.0")
final
def toIterator: Iterator[Int]
Deprecated
[Since version 2.13.0] Use .iterator instead of .toIterator
Inherited from
IterableOnceOps
@inline @deprecated(message = "Use .to(LazyList) instead of .toStream", since = "2.13.0")
final
def toStream: Stream[Int]
Deprecated
[Since version 2.13.0] Use .to(LazyList) instead of .toStream
Inherited from
IterableOnceOps
@deprecated(message = "Use toIterable instead", since = "2.13.0")
final
def toTraversable: Iterable[Int]
Deprecated
[Since version 2.13.0] Use toIterable instead
Inherited from
IterableOps
@deprecated(message = "Use .view.slice(from, until) instead of .view(from, until)", since = "2.13.0")
def view(from: Int, until: Int): View[Int]
Deprecated
[Since version 2.13.0] Use .view.slice(from, until) instead of .view(from, until)
Inherited from
IterableOps