Packages

  • package root
    Definition Classes
    root
  • package scales

    Scales Xml provides both a more flexible approach to XML handling and a simplified way of interacting with XML.

    Scales Xml provides both a more flexible approach to XML handling and a simplified way of interacting with XML.

    It fits nicely with the Java APIs you know, TrAX and javax.xml.validation for example, allowing you to run XSLTs and convert to and from Scales XML and other DOMs.

    It also provides a far more XPath like experience than the normal Scala XML, Paths look like XPaths and work like them too (with many of the same functions and axes).

    Definition Classes
    root
  • package utils

    The scales.utils packages provide the basis functionality for scales.xml.

    The scales.utils packages provide the basis functionality for scales.xml.

    The Tree an Path collections that underpin the XML model, as well as the iteratee functionality are located in the relevant sub-packages.

    The package object itself pulls in the main utility functions for tree, path and iteratee handling. Import the scales.utils.ScalesUtils object implicit members to provide the path & and | extension functions, the iteratorEnumerator and the +:+ lazy appender for scalaz.EphemeralStream.

    Definition Classes
    scales
  • package collection

    The collection pacakge provides the scales.utils.collection.Tree

    The collection pacakge provides the scales.utils.collection.Tree

    Definition Classes
    utils
  • package array
    Definition Classes
    collection
  • IAEmpty
  • IAOne
  • IAThree
  • IATwo
  • ImmutableArray
  • ImmutableArrayAll
  • ImmutableArrayBuilder
  • ImmutableArrayT
  • VectorImpl

case class ImmutableArray[+A](base: Array[AnyRef], offset: Int, len: Int) extends ImmutableArrayT[A] with Product with Serializable

Object arrays are just faster, System.arraycopy doesn't trust you and will type check everything, we can let nsc do that job for us.

Linear Supertypes
Serializable, Product, ImmutableArrayT[A], ImmutableArrayProxy[A], IndexedSeq[A], IndexedSeqOps[A, IndexedSeq, IndexedSeq[A]], IndexedSeq[A], IndexedSeqOps[A, [_]IndexedSeq[_], IndexedSeq[A]], Seq[A], SeqOps[A, [_]IndexedSeq[_], IndexedSeq[A]], Seq[A], Equals, SeqOps[A, [_]IndexedSeq[_], IndexedSeq[A]], PartialFunction[Int, A], (Int) => A, Iterable[A], Iterable[A], IterableFactoryDefaults[A, [x]IndexedSeq[x]], IterableOps[A, [_]IndexedSeq[_], IndexedSeq[A]], IterableOnceOps[A, [_]IndexedSeq[_], IndexedSeq[A]], IterableOnce[A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImmutableArray
  2. Serializable
  3. Product
  4. ImmutableArrayT
  5. ImmutableArrayProxy
  6. IndexedSeq
  7. IndexedSeqOps
  8. IndexedSeq
  9. IndexedSeqOps
  10. Seq
  11. SeqOps
  12. Seq
  13. Equals
  14. SeqOps
  15. PartialFunction
  16. Function1
  17. Iterable
  18. Iterable
  19. IterableFactoryDefaults
  20. IterableOps
  21. IterableOnceOps
  22. IterableOnce
  23. AnyRef
  24. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ImmutableArray(base: Array[AnyRef], offset: Int, len: Int)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ++[B >: A](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  4. final def ++:[B >: A](prefix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  5. final def +:[B >: A](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  6. final def :+[B >: A](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  7. final def :++[B >: A](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def addString(b: StringBuilder): b.type
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  10. final def addString(b: StringBuilder, sep: String): b.type
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  11. def addString(b: StringBuilder, start: String, sep: String, end: String): b.type
    Definition Classes
    IterableOnceOps
  12. def andThen[C](k: PartialFunction[A, C]): PartialFunction[Int, C]
    Definition Classes
    PartialFunction
  13. def andThen[C](k: (A) => C): PartialFunction[Int, C]
    Definition Classes
    PartialFunction → Function1
  14. def appended[B >: A](elem: B): ImmutableArrayProxy[B]
    Definition Classes
    ImmutableArrayT → SeqOps
  15. def appendedAll[B >: A](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
  16. def apply(idx: Int): A
    Definition Classes
    ImmutableArrayT → SeqOps → Function1
  17. def applyOrElse[A1 <: Int, B1 >: A](x: A1, default: (A1) => B1): B1
    Definition Classes
    PartialFunction
  18. def applyPreferredMaxLength: Int
    Attributes
    protected
    Definition Classes
    IndexedSeq
  19. def ar: ImmutableArrayT[A]
    Definition Classes
    ImmutableArrayTImmutableArrayProxy
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. val base: Array[AnyRef]
    Definition Classes
    ImmutableArrayImmutableArrayT
  22. def canEqual(that: Any): Boolean
    Definition Classes
    IndexedSeq → Seq → Equals
  23. def className: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
  24. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  25. final def coll: ImmutableArray.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  26. def collect[B](pf: PartialFunction[A, B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  27. def collectFirst[B](pf: PartialFunction[A, B]): Option[B]
    Definition Classes
    IterableOnceOps
  28. def combinations(n: Int): Iterator[IndexedSeq[A]]
    Definition Classes
    SeqOps
  29. def companion: IterableFactory[ImmutableArrayProxy]
    Definition Classes
    ImmutableArrayProxy → IterableOps
    Annotations
    @inline()
  30. def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, A]
    Definition Classes
    PartialFunction
  31. def compose[A](g: (A) => Int): (A) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  32. final def concat[B >: A](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  33. def contains[A1 >: A](elem: A1): Boolean
    Definition Classes
    SeqOps
  34. def containsSlice[B >: A](that: Seq[B]): Boolean
    Definition Classes
    SeqOps
  35. def copyToArray[B >: A](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  36. def copyToArray[B >: A](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  37. def copyToArray[B >: A](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  38. def corresponds[B](that: Seq[B])(p: (A, B) => Boolean): Boolean
    Definition Classes
    SeqOps
  39. def corresponds[B](that: IterableOnce[B])(p: (A, B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  40. def count(p: (A) => Boolean): Int
    Definition Classes
    IterableOnceOps
  41. def diff[B >: A](that: Seq[B]): IndexedSeq[A]
    Definition Classes
    SeqOps
  42. def distinct: IndexedSeq[A]
    Definition Classes
    SeqOps
  43. def distinctBy[B](f: (A) => B): IndexedSeq[A]
    Definition Classes
    SeqOps
  44. def drop(n: Int): ImmutableArray[Nothing]
    Definition Classes
    ImmutableArrayT → IndexedSeqOps → IterableOps → IterableOnceOps
    Annotations
    @inline()
  45. def dropRight(n: Int): IndexedSeq[A]
    Definition Classes
    IndexedSeqOps → IterableOps
  46. def dropWhile(p: (A) => Boolean): IndexedSeq[A]
    Definition Classes
    IterableOps → IterableOnceOps
  47. def elementWise: ElementWiseExtractor[Int, A]
    Definition Classes
    PartialFunction
  48. def empty: IndexedSeq[A]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  49. def endsWith[B >: A](that: Iterable[B]): Boolean
    Definition Classes
    SeqOps
  50. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. def equals(o: Any): Boolean
    Definition Classes
    Seq → Equals → AnyRef → Any
  52. def exists(p: (A) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  53. def filter(pred: (A) => Boolean): IndexedSeq[A]
    Definition Classes
    IterableOps → IterableOnceOps
  54. def filterNot(pred: (A) => Boolean): IndexedSeq[A]
    Definition Classes
    IterableOps → IterableOnceOps
  55. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  56. def find(p: (A) => Boolean): Option[A]
    Definition Classes
    IterableOnceOps
  57. def findLast(p: (A) => Boolean): Option[A]
    Definition Classes
    SeqOps
  58. def flatMap[B](f: (A) => IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  59. def flatten[B](implicit asIterable: (A) => IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  60. def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  61. def foldLeft[B](z: B)(op: (B, A) => B): B
    Definition Classes
    IterableOnceOps
  62. def foldRight[B](z: B)(op: (A, B) => B): B
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  63. def forall(p: (A) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  64. def foreach[U](f: (A) => U): Unit
    Definition Classes
    IterableOnceOps
  65. def fromSpecific(coll: IterableOnce[A]): IndexedSeq[A]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  66. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  67. def groupBy[K](f: (A) => K): Map[K, IndexedSeq[A]]
    Definition Classes
    IterableOps
  68. def groupMap[K, B](key: (A) => K)(f: (A) => B): Map[K, IndexedSeq[B]]
    Definition Classes
    IterableOps
  69. def groupMapReduce[K, B](key: (A) => K)(f: (A) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  70. def grouped(size: Int): Iterator[IndexedSeq[A]]
    Definition Classes
    IterableOps
  71. def hashCode(): Int
    Definition Classes
    Seq → AnyRef → Any
  72. def head: A
    Definition Classes
    IndexedSeqOps → IterableOps
  73. def headOption: Option[A]
    Definition Classes
    IndexedSeqOps → IterableOps
  74. def indexOf[B >: A](elem: B): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  75. def indexOf[B >: A](elem: B, from: Int): Int
    Definition Classes
    SeqOps
  76. def indexOfSlice[B >: A](that: Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  77. def indexOfSlice[B >: A](that: Seq[B], from: Int): Int
    Definition Classes
    SeqOps
  78. def indexWhere(p: (A) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  79. def indexWhere(p: (A) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  80. def indices: Range
    Definition Classes
    SeqOps
  81. def init: IndexedSeq[A]
    Definition Classes
    IterableOps
  82. def inits: Iterator[IndexedSeq[A]]
    Definition Classes
    IterableOps
  83. def intersect[B >: A](that: Seq[B]): IndexedSeq[A]
    Definition Classes
    SeqOps
  84. def isDefinedAt(idx: Int): Boolean
    Definition Classes
    SeqOps
  85. def isEmpty: Boolean
    Definition Classes
    SeqOps → IterableOnceOps
  86. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  87. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  88. def iterableFactory: SeqFactory[ImmutableArrayProxy]
    Definition Classes
    ImmutableArrayProxy → IndexedSeq → IndexedSeq → Seq → Seq → Iterable → Iterable → IterableOps
  89. def iterator: Iterator[A]
    Definition Classes
    IndexedSeqOps → IterableOnce
  90. def knownSize: Int
    Definition Classes
    IndexedSeqOps → IterableOnce
  91. def last: A
    Definition Classes
    IndexedSeqOps → IterableOps
  92. def lastIndexOf[B >: A](elem: B, end: Int): Int
    Definition Classes
    SeqOps
  93. def lastIndexOfSlice[B >: A](that: Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  94. def lastIndexOfSlice[B >: A](that: Seq[B], end: Int): Int
    Definition Classes
    SeqOps
  95. def lastIndexWhere(p: (A) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  96. def lastIndexWhere(p: (A) => Boolean, end: Int): Int
    Definition Classes
    SeqOps
  97. def lastOption: Option[A]
    Definition Classes
    IterableOps
  98. def lazyZip[B](that: Iterable[B]): LazyZip2[A, B, ImmutableArray.this.type]
    Definition Classes
    Iterable
  99. val len: Int
    Definition Classes
    ImmutableArrayImmutableArrayT
  100. def length: Int
    Definition Classes
    ImmutableArrayT → SeqOps
  101. final def lengthCompare(that: Iterable[_]): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  102. final def lengthCompare(len: Int): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  103. final def lengthIs: SizeCompareOps
    Definition Classes
    SeqOps
    Annotations
    @inline()
  104. def lift: (Int) => Option[A]
    Definition Classes
    PartialFunction
  105. def map[B](f: (A) => B): IndexedSeq[B]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  106. def max[B >: A](implicit ord: Ordering[B]): A
    Definition Classes
    IterableOnceOps
  107. def maxBy[B](f: (A) => B)(implicit ord: Ordering[B]): A
    Definition Classes
    IterableOnceOps
  108. def maxByOption[B](f: (A) => B)(implicit ord: Ordering[B]): Option[A]
    Definition Classes
    IterableOnceOps
  109. def maxOption[B >: A](implicit ord: Ordering[B]): Option[A]
    Definition Classes
    IterableOnceOps
  110. def min[B >: A](implicit ord: Ordering[B]): A
    Definition Classes
    IterableOnceOps
  111. def minBy[B](f: (A) => B)(implicit ord: Ordering[B]): A
    Definition Classes
    IterableOnceOps
  112. def minByOption[B](f: (A) => B)(implicit ord: Ordering[B]): Option[A]
    Definition Classes
    IterableOnceOps
  113. def minOption[B >: A](implicit ord: Ordering[B]): Option[A]
    Definition Classes
    IterableOnceOps
  114. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  115. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  116. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  117. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  118. def newSpecificBuilder: Builder[A, IndexedSeq[A]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  119. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  120. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  121. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  122. def occCounts[B](sq: Seq[B]): Map[B, Int]
    Attributes
    protected[scala.collection]
    Definition Classes
    SeqOps
  123. val offset: Int
    Definition Classes
    ImmutableArrayImmutableArrayT
  124. def orElse[A1 <: Int, B1 >: A](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  125. def padTo[B >: A](len: Int, elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  126. def partition(p: (A) => Boolean): (IndexedSeq[A], IndexedSeq[A])
    Definition Classes
    IterableOps
  127. def partitionMap[A1, A2](f: (A) => Either[A1, A2]): (IndexedSeq[A1], IndexedSeq[A2])
    Definition Classes
    IterableOps
  128. def patch[B >: A](from: Int, other: IterableOnce[B], replaced: Int): IndexedSeq[B]
    Definition Classes
    SeqOps
  129. def permutations: Iterator[IndexedSeq[A]]
    Definition Classes
    SeqOps
  130. def prepended[B >: A](elem: B): ImmutableArrayProxy[B]
    Definition Classes
    ImmutableArrayT → IndexedSeqOps → SeqOps
  131. def prependedAll[B >: A](prefix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
  132. def product[B >: A](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  133. def productElementNames: Iterator[String]
    Definition Classes
    Product
  134. def reduce[B >: A](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  135. def reduceLeft[B >: A](op: (B, A) => B): B
    Definition Classes
    IterableOnceOps
  136. def reduceLeftOption[B >: A](op: (B, A) => B): Option[B]
    Definition Classes
    IterableOnceOps
  137. def reduceOption[B >: A](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  138. def reduceRight[B >: A](op: (A, B) => B): B
    Definition Classes
    IterableOnceOps
  139. def reduceRightOption[B >: A](op: (A, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  140. def reverse: IndexedSeq[A]
    Definition Classes
    IndexedSeqOps → SeqOps
  141. def reverseIterator: Iterator[A]
    Definition Classes
    IndexedSeqOps → SeqOps
  142. def reversed: Iterable[A]
    Attributes
    protected
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  143. def runWith[U](action: (A) => U): (Int) => Boolean
    Definition Classes
    PartialFunction
  144. def sameElements[B >: A](o: IterableOnce[B]): Boolean
    Definition Classes
    IndexedSeq → SeqOps
  145. def scan[B >: A](z: B)(op: (B, B) => B): IndexedSeq[B]
    Definition Classes
    IterableOps
  146. def scanLeft[B](z: B)(op: (B, A) => B): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  147. def scanRight[B](z: B)(op: (A, B) => B): IndexedSeq[B]
    Definition Classes
    IterableOps
  148. def search[B >: A](elem: B, from: Int, to: Int)(implicit ord: Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  149. def search[B >: A](elem: B)(implicit ord: Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  150. def segmentLength(p: (A) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  151. final def segmentLength(p: (A) => Boolean): Int
    Definition Classes
    SeqOps
  152. final def size: Int
    Definition Classes
    SeqOps → IterableOnceOps
  153. final def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    SeqOps → IterableOps
  154. final def sizeCompare(otherSize: Int): Int
    Definition Classes
    SeqOps → IterableOps
  155. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  156. def slice(from: Int, until: Int): ImmutableArray[Nothing]

    we can do better - slice used by many functions in Optimized

    we can do better - slice used by many functions in Optimized

    Definition Classes
    ImmutableArrayT → IndexedSeqOps → IndexedSeqOps → IterableOps → IterableOnceOps
    Annotations
    @inline()
  157. def sliding(size: Int, step: Int): Iterator[IndexedSeq[A]]
    Definition Classes
    IterableOps
  158. def sliding(size: Int): Iterator[IndexedSeq[A]]
    Definition Classes
    IterableOps
  159. def sortBy[B](f: (A) => B)(implicit ord: Ordering[B]): IndexedSeq[A]
    Definition Classes
    SeqOps
  160. def sortWith(lt: (A, A) => Boolean): IndexedSeq[A]
    Definition Classes
    SeqOps
  161. def sorted[B >: A](implicit ord: Ordering[B]): IndexedSeq[A]
    Definition Classes
    SeqOps
  162. def span(p: (A) => Boolean): (IndexedSeq[A], IndexedSeq[A])
    Definition Classes
    IterableOps → IterableOnceOps
  163. def splitAt(n: Int): (IndexedSeq[A], IndexedSeq[A])
    Definition Classes
    IterableOps → IterableOnceOps
  164. def startsWith[B >: A](that: IterableOnce[B], offset: Int): Boolean
    Definition Classes
    SeqOps
  165. def stepper[S <: Stepper[_]](implicit shape: StepperShape[A, S]): S with EfficientSplit
    Definition Classes
    IndexedSeqOps → IterableOnce
  166. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    IndexedSeq → Seq → Iterable
  167. def sum[B >: A](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  168. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  169. def tail: ImmutableArray[Nothing]
    Definition Classes
    ImmutableArrayT → IterableOps
    Annotations
    @inline()
  170. def tails: Iterator[IndexedSeq[A]]
    Definition Classes
    IterableOps
  171. def take(n: Int): ImmutableArray[Nothing]
    Definition Classes
    ImmutableArrayT → IndexedSeqOps → IterableOps → IterableOnceOps
    Annotations
    @inline()
  172. def takeRight(n: Int): IndexedSeq[A]
    Definition Classes
    IndexedSeqOps → IterableOps
  173. def takeWhile(p: (A) => Boolean): IndexedSeq[A]
    Definition Classes
    IterableOps → IterableOnceOps
  174. def tapEach[U](f: (A) => U): IndexedSeq[A]
    Definition Classes
    IterableOps → IterableOnceOps
  175. def to[C1](factory: Factory[A, C1]): C1
    Definition Classes
    IterableOnceOps
  176. def toArray[U >: A](implicit arg0: ClassManifest[U]): Array[U]
    Definition Classes
    ImmutableArrayT → IterableOnceOps
  177. final def toBuffer[B >: A]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  178. final def toIndexedSeq: IndexedSeq[A]
    Definition Classes
    IndexedSeq → IterableOnceOps
  179. def toList: List[A]
    Definition Classes
    IterableOnceOps
  180. def toMap[K, V](implicit ev: <:<[A, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  181. final def toSeq: ImmutableArray.this.type
    Definition Classes
    Seq → IterableOnceOps
  182. def toSet[B >: A]: Set[B]
    Definition Classes
    IterableOnceOps
  183. def toString(): String
    Definition Classes
    Seq → Function1 → Iterable → AnyRef → Any
  184. def toVector: Vector[A]
    Definition Classes
    IterableOnceOps
  185. def transpose[B](implicit asIterable: (A) => Iterable[B]): IndexedSeq[IndexedSeq[B]]
    Definition Classes
    IterableOps
  186. def unapply(a: Int): Option[A]
    Definition Classes
    PartialFunction
  187. def unzip[A1, A2](implicit asPair: (A) => (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])
    Definition Classes
    IterableOps
  188. def unzip3[A1, A2, A3](implicit asTriple: (A) => (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])
    Definition Classes
    IterableOps
  189. def updated[B >: A](index: Int, elem: B): ImmutableArrayT[B]

    Basically optimised version for back, hint used directly, one new array creation

    Basically optimised version for back, hint used directly, one new array creation

    Definition Classes
    ImmutableArrayT → SeqOps
  190. def view: IndexedSeqView[A]
    Definition Classes
    IndexedSeqOps → SeqOps → IterableOps
  191. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  192. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  193. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  194. def withFilter(p: (A) => Boolean): WithFilter[A, [_]IndexedSeq[_]]
    Definition Classes
    IterableOps
  195. def zip[B](that: IterableOnce[B]): IndexedSeq[(A, B)]
    Definition Classes
    IterableOps
  196. def zipAll[A1 >: A, B](that: Iterable[B], thisElem: A1, thatElem: B): IndexedSeq[(A1, B)]
    Definition Classes
    IterableOps
  197. def zipWithIndex: IndexedSeq[(A, Int)]
    Definition Classes
    IterableOps → IterableOnceOps

Deprecated Value Members

  1. final def /:[B](z: B)(op: (B, A) => 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: (A, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

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

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

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

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

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

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

  6. final def prefixLength(p: (A) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use segmentLength instead of prefixLength

  7. final def repr: IndexedSeq[A]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

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

  8. def reverseMap[B](f: (A) => B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @deprecated
    Deprecated

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

  9. def seq: ImmutableArray.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

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

  10. final def toIterable: ImmutableArray.this.type
    Definition Classes
    Iterable → IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.7) toIterable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

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

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

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

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

  13. final def toTraversable: Traversable[A]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) toTraversable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

  14. final def union[B >: A](that: Seq[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use concat instead

  15. def view(from: Int, until: Int): IndexedSeqView[A]
    Definition Classes
    IndexedSeqOps → IterableOps
    Annotations
    @deprecated
    Deprecated

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

Inherited from Serializable

Inherited from Product

Inherited from ImmutableArrayT[A]

Inherited from ImmutableArrayProxy[A]

Inherited from IndexedSeq[A]

Inherited from IndexedSeqOps[A, IndexedSeq, IndexedSeq[A]]

Inherited from IndexedSeq[A]

Inherited from IndexedSeqOps[A, [_]IndexedSeq[_], IndexedSeq[A]]

Inherited from Seq[A]

Inherited from SeqOps[A, [_]IndexedSeq[_], IndexedSeq[A]]

Inherited from Seq[A]

Inherited from Equals

Inherited from SeqOps[A, [_]IndexedSeq[_], IndexedSeq[A]]

Inherited from PartialFunction[Int, A]

Inherited from (Int) => A

Inherited from Iterable[A]

Inherited from Iterable[A]

Inherited from IterableFactoryDefaults[A, [x]IndexedSeq[x]]

Inherited from IterableOps[A, [_]IndexedSeq[_], IndexedSeq[A]]

Inherited from IterableOnceOps[A, [_]IndexedSeq[_], IndexedSeq[A]]

Inherited from IterableOnce[A]

Inherited from AnyRef

Inherited from Any

Ungrouped