Packages

final class ofInt extends ofImmutableArray1[Int]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ofInt
  2. ofImmutableArray1
  3. WrappedImmutableArray
  4. IndexedSeqOptimized
  5. IndexedSeq
  6. IndexedSeqOps
  7. IndexedSeq
  8. IndexedSeqOps
  9. Seq
  10. SeqOps
  11. Seq
  12. Equals
  13. SeqOps
  14. PartialFunction
  15. Function1
  16. Iterable
  17. Iterable
  18. IterableOps
  19. IterableOnceOps
  20. IterableOnce
  21. AnyRef
  22. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ofInt(array: ImmutableArray.ofInt)

Type Members

  1. type IterableCC[X] = IndexedSeq[X]
    Attributes
    protected
    Definition Classes
    IterableOps

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ++[B >: Int](suffix: Iterable[B]): IndexedSeq[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  4. final def ++:[B >: Int](prefix: Iterable[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  5. final def +:[B >: Int](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  6. final def :+[B >: Int](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  7. final def :++[B >: Int](suffix: Iterable[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def addString(b: StringBuilder): StringBuilder
    Definition Classes
    IterableOnceOps
  10. def addString(b: StringBuilder, sep: String): StringBuilder
    Definition Classes
    IterableOnceOps
  11. def addString(b: StringBuilder, start: String, sep: String, end: String): b.type
    Definition Classes
    IterableOnceOps
  12. def andThen[C](k: (Int) ⇒ C): PartialFunction[Int, C]
    Definition Classes
    PartialFunction → Function1
  13. def appended[B >: Int](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  14. def appendedAll[B >: Int](suffix: Iterable[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
  15. def apply(index: Int): Int
    Definition Classes
    WrappedImmutableArray → SeqOps → Function1
  16. def applyOrElse[A1 <: Int, B1 >: Int](x: A1, default: (A1) ⇒ B1): B1
    Definition Classes
    PartialFunction
  17. def arrayBuilder: Builder[Int, ImmutableArray[Int]]
    Attributes
    protected[this]
    Definition Classes
    ofImmutableArray1WrappedImmutableArray
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def canEqual(that: Any): Boolean
    Definition Classes
    Seq → Equals
  20. def className: String
    Definition Classes
    IterableOps
  21. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws(classOf[java.lang.CloneNotSupportedException])
  22. def coll: ofInt.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  23. def collect[B](pf: PartialFunction[Int, B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  24. def collectFirst[B](pf: PartialFunction[Int, B]): Option[B]
    Definition Classes
    IterableOnceOps
  25. def combinations(n: Int): Iterator[IndexedSeq[Int]]
    Definition Classes
    SeqOps
  26. def compose[A](g: (A) ⇒ Int): (A) ⇒ Int
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  27. final def concat[B >: Int](suffix: Iterable[B]): IndexedSeq[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  28. def contains[A1 >: Int](elem: A1): Boolean
    Definition Classes
    SeqOps
  29. def containsSlice[B](that: Seq[B]): Boolean
    Definition Classes
    SeqOps
  30. def copyToArray[B >: Int](xs: Array[B], start: Int, len: Int): xs.type
    Definition Classes
    IterableOnceOps
  31. def copyToArray[B >: Int](xs: Array[B], start: Int): xs.type
    Definition Classes
    IterableOnceOps
  32. def corresponds[B](that: Seq[B])(p: (Int, B) ⇒ Boolean): Boolean
    Definition Classes
    SeqOps
  33. def count(p: (Int) ⇒ Boolean): Int
    Definition Classes
    IterableOnceOps
  34. def diff(that: Seq[_ >: Int]): IndexedSeq[Int]
    Definition Classes
    SeqOps
  35. def distinct: IndexedSeq[Int]
    Definition Classes
    SeqOps
  36. def distinctBy[B](f: (Int) ⇒ B): IndexedSeq[Int]
    Definition Classes
    SeqOps
  37. def drop(n: Int): IndexedSeq[Int]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  38. def dropRight(n: Int): IndexedSeq[Int]
    Definition Classes
    IndexedSeqOps → IterableOps
  39. def dropWhile(p: (Int) ⇒ Boolean): IndexedSeq[Int]
    Definition Classes
    IterableOps → IterableOnceOps
  40. def elemTag: ClassTag[Int]
    Attributes
    protected[this]
    Definition Classes
    ofIntofImmutableArray1
  41. def endsWith[B >: Int](that: Iterable[B]): Boolean
    Definition Classes
    SeqOps
  42. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. def equals(o: Any): Boolean
    Definition Classes
    Seq → Equals → AnyRef → Any
  44. def exists(p: (Int) ⇒ Boolean): Boolean
    Definition Classes
    IterableOnceOps
  45. def filter(pred: (Int) ⇒ Boolean): IndexedSeq[Int]
    Definition Classes
    IterableOps → IterableOnceOps
  46. def filterNot(pred: (Int) ⇒ Boolean): IndexedSeq[Int]
    Definition Classes
    IterableOps → IterableOnceOps
  47. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  48. def find(p: (Int) ⇒ Boolean): Option[Int]
    Definition Classes
    IterableOnceOps
  49. def flatMap[B](f: (Int) ⇒ IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  50. def flatten[B](implicit asIterable: (Int) ⇒ IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  51. def fold[A1 >: Int](z: A1)(op: (A1, A1) ⇒ A1): A1
    Definition Classes
    IterableOnceOps
  52. def foldLeft[B](z: B)(op: (B, Int) ⇒ B): B
    Definition Classes
    IterableOnceOps
  53. def foldRight[B](z: B)(op: (Int, B) ⇒ B): B
    Definition Classes
    IterableOnceOps
  54. def forall(p: (Int) ⇒ Boolean): Boolean
    Definition Classes
    IterableOnceOps
  55. def foreach[U](f: (Int) ⇒ U): Unit
    Definition Classes
    IterableOnceOps
  56. final def fromIterable[E](it: Iterable[E]): IndexedSeq[E]
    Attributes
    protected
    Definition Classes
    IterableOps
    Annotations
    @inline()
  57. def fromSpecificIterable(coll: Iterable[Int]): IterableCC[Int]
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  58. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  59. def groupBy[K](f: (Int) ⇒ K): Map[K, IndexedSeq[Int]]
    Definition Classes
    IterableOps
  60. def groupMap[K, B](key: (Int) ⇒ K)(f: (Int) ⇒ B): Map[K, IndexedSeq[B]]
    Definition Classes
    IterableOps
  61. def groupMapReduce[K, B](key: (Int) ⇒ K)(f: (Int) ⇒ B)(reduce: (B, B) ⇒ B): Map[K, B]
    Definition Classes
    IterableOps
  62. def grouped(size: Int): Iterator[IndexedSeq[Int]]
    Definition Classes
    IterableOps
  63. def hashCode(): Int
    Definition Classes
    Seq → AnyRef → Any
  64. def head: Int
    Definition Classes
    IterableOps
  65. def headOption: Option[Int]
    Definition Classes
    IterableOps
  66. val immArray: ImmutableArray1[Int]
    Definition Classes
    ofImmutableArray1
  67. def indexOf[B >: Int](elem: B, from: Int): Int
    Definition Classes
    SeqOps
  68. def indexOfSlice[B >: Int](that: Seq[B], from: Int): Int
    Definition Classes
    SeqOps
  69. def indexWhere(p: (Int) ⇒ Boolean, from: Int): Int
    Definition Classes
    SeqOps
  70. def indices: Range
    Definition Classes
    SeqOps
  71. def init: IndexedSeq[Int]
    Definition Classes
    IterableOps
  72. def inits: Iterator[IndexedSeq[Int]]
    Definition Classes
    IterableOps
  73. def intersect(that: Seq[_ >: Int]): IndexedSeq[Int]
    Definition Classes
    SeqOps
  74. def isDefinedAt(idx: Int): Boolean
    Definition Classes
    SeqOps
  75. def isEmpty: Boolean
    Definition Classes
    SeqOps → IterableOnceOps
  76. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  77. def iterableFactory: SeqFactory[IterableCC]
    Definition Classes
    IndexedSeq → Seq → Seq → Iterable → Iterable → IterableOps
  78. def iterator: Iterator[Int]
    Definition Classes
    IndexedSeqOps → IterableOnce
  79. final def knownSize: Int
    Definition Classes
    IndexedSeqOps → IterableOnceOps → IterableOnce
  80. def last: Int
    Definition Classes
    IterableOps
  81. def lastIndexOf[B >: Int](elem: B, end: Int): Int
    Definition Classes
    SeqOps
  82. def lastIndexOfSlice[B >: Int](that: Seq[B], end: Int): Int
    Definition Classes
    SeqOps
  83. def lastIndexWhere(p: (Int) ⇒ Boolean, end: Int): Int
    Definition Classes
    SeqOps
  84. def lastOption: Option[Int]
    Definition Classes
    IterableOps
  85. def length: Int
    Definition Classes
    WrappedImmutableArray → SeqOps
  86. def lengthCompare(len: Int): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  87. def lift: (Int) ⇒ Option[Int]
    Definition Classes
    PartialFunction
  88. def map[B](f: (Int) ⇒ B): IndexedSeq[B]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  89. def max[B >: Int](implicit ord: scala.math.Ordering[B]): Int
    Definition Classes
    IterableOnceOps
  90. def maxBy[B](f: (Int) ⇒ B)(implicit cmp: scala.math.Ordering[B]): Int
    Definition Classes
    IterableOnceOps
  91. def maxByOption[B](f: (Int) ⇒ B)(implicit cmp: scala.math.Ordering[B]): Option[Int]
    Definition Classes
    IterableOnceOps
  92. def maxOption[B >: Int](implicit ord: scala.math.Ordering[B]): Option[Int]
    Definition Classes
    IterableOnceOps
  93. def min[B >: Int](implicit ord: scala.math.Ordering[B]): Int
    Definition Classes
    IterableOnceOps
  94. def minBy[B](f: (Int) ⇒ B)(implicit cmp: scala.math.Ordering[B]): Int
    Definition Classes
    IterableOnceOps
  95. def minByOption[B](f: (Int) ⇒ B)(implicit cmp: scala.math.Ordering[B]): Option[Int]
    Definition Classes
    IterableOnceOps
  96. def minOption[B >: Int](implicit ord: scala.math.Ordering[B]): Option[Int]
    Definition Classes
    IterableOnceOps
  97. def mkString: String
    Definition Classes
    IterableOnceOps
  98. def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
  99. def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  100. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  101. def newBuilder: Builder[Int, WrappedImmutableArray[Int]]
    Attributes
    protected[this]
    Definition Classes
    WrappedImmutableArray → IndexedSeqOptimized
  102. def newSpecificBuilder: Builder[Int, IterableCC[Int]]
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  103. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
  104. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  105. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  106. def orElse[A1 <: Int, B1 >: Int](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  107. def padTo[B >: Int](len: Int, elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  108. def partition(p: (Int) ⇒ Boolean): (IndexedSeq[Int], IndexedSeq[Int])
    Definition Classes
    IterableOps
  109. def patch[B >: Int](from: Int, other: IterableOnce[B], replaced: Int): IndexedSeq[B]
    Definition Classes
    SeqOps
  110. def permutations: Iterator[IndexedSeq[Int]]
    Definition Classes
    SeqOps
  111. def prepended[B >: Int](elem: B): IndexedSeq[B]
    Definition Classes
    IndexedSeqOps → SeqOps
  112. def prependedAll[B >: Int](prefix: Iterable[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
  113. def product[B >: Int](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  114. def reduce[B >: Int](op: (B, B) ⇒ B): B
    Definition Classes
    IterableOnceOps
  115. def reduceLeft[B >: Int](op: (B, Int) ⇒ B): B
    Definition Classes
    IterableOnceOps
  116. def reduceLeftOption[B >: Int](op: (B, Int) ⇒ B): Option[B]
    Definition Classes
    IterableOnceOps
  117. def reduceOption[B >: Int](op: (B, B) ⇒ B): Option[B]
    Definition Classes
    IterableOnceOps
  118. def reduceRight[B >: Int](op: (Int, B) ⇒ B): B
    Definition Classes
    IterableOnceOps
  119. def reduceRightOption[B >: Int](op: (Int, B) ⇒ B): Option[B]
    Definition Classes
    IterableOnceOps
  120. def reverse: IndexedSeq[Int]
    Definition Classes
    IndexedSeqOps → SeqOps
  121. def reverseIterator: Iterator[Int]
    Definition Classes
    IndexedSeqOps → SeqOps
  122. def reversed: Iterable[Int]
    Attributes
    protected
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  123. def runWith[U](action: (Int) ⇒ U): (Int) ⇒ Boolean
    Definition Classes
    PartialFunction
  124. def sameElements[B >: Int](that: IterableOnce[B]): Boolean
    Definition Classes
    SeqOps
  125. def scan[B >: Int](z: B)(op: (B, B) ⇒ B): IndexedSeq[B]
    Definition Classes
    IterableOps
  126. def scanLeft[B](z: B)(op: (B, Int) ⇒ B): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  127. def scanRight[B](z: B)(op: (Int, B) ⇒ B): IndexedSeq[B]
    Definition Classes
    IterableOps
  128. def search[B >: Int](elem: B, from: Int, to: Int)(implicit ord: scala.math.Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  129. def search[B >: Int](elem: B)(implicit ord: scala.math.Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  130. def segmentLength(p: (Int) ⇒ Boolean, from: Int): Int
    Definition Classes
    SeqOps
  131. final def size: Int
    Definition Classes
    SeqOps → IterableOnceOps
  132. def slice(from: Int, until: Int): IndexedSeq[Int]
    Definition Classes
    IndexedSeqOps → IndexedSeqOps → IterableOps → IterableOnceOps
  133. def sliding(size: Int, step: Int): Iterator[IndexedSeq[Int]]
    Definition Classes
    IterableOps
  134. def sliding(size: Int): Iterator[IndexedSeq[Int]]
    Definition Classes
    IterableOps
  135. def sortBy[B](f: (Int) ⇒ B)(implicit ord: scala.Ordering[B]): IndexedSeq[Int]
    Definition Classes
    SeqOps
  136. def sortWith(lt: (Int, Int) ⇒ Boolean): IndexedSeq[Int]
    Definition Classes
    SeqOps
  137. def sorted[B >: Int](implicit ord: scala.Ordering[B]): IndexedSeq[Int]
    Definition Classes
    SeqOps
  138. def span(p: (Int) ⇒ Boolean): (IndexedSeq[Int], IndexedSeq[Int])
    Definition Classes
    IterableOps → IterableOnceOps
  139. def splitAt(n: Int): (IndexedSeq[Int], IndexedSeq[Int])
    Definition Classes
    IterableOps
  140. def startsWith[B >: Int](that: IterableOnce[B], offset: Int): Boolean
    Definition Classes
    SeqOps
  141. def sum[B >: Int](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  142. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  143. def tail: IndexedSeq[Int]
    Definition Classes
    IterableOps
  144. def tails: Iterator[IndexedSeq[Int]]
    Definition Classes
    IterableOps
  145. def take(n: Int): IndexedSeq[Int]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  146. def takeRight(n: Int): IndexedSeq[Int]
    Definition Classes
    IndexedSeqOps → IterableOps
  147. def takeWhile(p: (Int) ⇒ Boolean): IndexedSeq[Int]
    Definition Classes
    IterableOps → IterableOnceOps
  148. def to[C1](factory: Factory[Int, C1]): C1
    Definition Classes
    IterableOnceOps
  149. def toArray[B >: Int](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  150. final def toIndexedSeq: IndexedSeq[Int]
    Definition Classes
    IndexedSeq → IterableOnceOps
  151. final def toIterable: ofInt.this.type
    Definition Classes
    Iterable → IterableOps
  152. def toList: List[Int]
    Definition Classes
    IterableOnceOps
  153. def toMap[K, V](implicit ev: <:<[Int, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  154. final def toSeq: ofInt.this.type
    Definition Classes
    Seq → SeqOps → IterableOnceOps
  155. def toSet[B >: Int]: Set[B]
    Definition Classes
    IterableOnceOps
  156. def toString(): String
    Definition Classes
    Seq → Function1 → IterableOps → AnyRef → Any
  157. def toVector: Vector[Int]
    Definition Classes
    IterableOnceOps
  158. def transpose[B](implicit asIterable: (Int) ⇒ Iterable[B]): IndexedSeq[IndexedSeq[B]]
    Definition Classes
    IterableOps
  159. def unzip[A1, A2](implicit asPair: (Int) ⇒ (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])
    Definition Classes
    IterableOps
  160. def unzip3[A1, A2, A3](implicit asTriple: (Int) ⇒ (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])
    Definition Classes
    IterableOps
  161. def updated[B >: Int](index: Int, elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  162. val value: ImmutableArray[Int]
    Definition Classes
    WrappedImmutableArray
  163. def view: IndexedSeqView[Int]
    Definition Classes
    IndexedSeqOps → SeqOps → IterableOps
  164. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  165. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  166. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws(classOf[java.lang.InterruptedException])
  167. def withFilter(p: (Int) ⇒ Boolean): WithFilter[Int, IndexedSeq]
    Definition Classes
    IterableOps
  168. def zip[B](that: Iterable[B]): IndexedSeq[(Int, B)]
    Definition Classes
    IterableOps
  169. def zipAll[A1 >: Int, B](that: Iterable[B], thisElem: A1, thatElem: B): IndexedSeq[(A1, B)]
    Definition Classes
    IterableOps
  170. def zipWithIndex: IndexedSeq[(Int, Int)]
    Definition Classes
    IterableOps → IterableOnceOps

Deprecated Value Members

  1. final def /:[B](z: B)(op: (B, Int) ⇒ B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  2. final def :\[B](z: B)(op: (Int, B) ⇒ B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

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

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

  4. final def hasDefiniteSize: Boolean
    Definition Classes
    IterableOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .knownSize >=0 instead of .hasDefiniteSize

  5. final def prefixLength(p: (Int) ⇒ Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use segmentLength instead of prefixLength

  6. def reverseMap[B](f: (Int) ⇒ B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .reverseIterator.map(f).to(...) instead of .reverseMap(f)

  7. def seq: ofInt.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

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

  8. final def stringPrefix: String
    Definition Classes
    IterableOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use className instead of stringPrefix

  9. final def toBuffer[B >: Int]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use ArrayBuffer.from(it) instead of it.toBuffer

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

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

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

    (Since version 2.13.0) Use Stream.from(it) instead of it.toStream

  12. final def union[B >: Int, That](that: Seq[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use concat instead

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

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

Inherited from ofImmutableArray1[Int]

Inherited from WrappedImmutableArray[Int]

Inherited from IndexedSeqOptimized[Int, WrappedImmutableArray[Int]]

Inherited from IndexedSeq[Int]

Inherited from IndexedSeq[Int]

Inherited from Seq[Int]

Inherited from SeqOps[Int, IndexedSeq, IndexedSeq[Int]]

Inherited from Seq[Int]

Inherited from Equals

Inherited from SeqOps[Int, IndexedSeq, IndexedSeq[Int]]

Inherited from PartialFunction[Int, Int]

Inherited from (Int) ⇒ Int

Inherited from Iterable[Int]

Inherited from Iterable[Int]

Inherited from IterableOnce[Int]

Inherited from AnyRef

Inherited from Any

Ungrouped