c

scalismo.common

PrimitiveScalarArray

final class PrimitiveScalarArray[S <: AnyVal] extends AbstractScalarArray[S, S]

A ScalarArray containing data of a native primitive data type.

S

the type of the contained data.

Linear Supertypes
AbstractScalarArray[S, S], Serializable, Product, ScalarArray[S], IndexedSeq[S], IndexedSeqOps[S, IndexedSeq, IndexedSeq[S]], IndexedSeq[S], IndexedSeqOps[S, [_]IndexedSeq[_], IndexedSeq[S]], Seq[S], SeqOps[S, [_]IndexedSeq[_], IndexedSeq[S]], Seq[S], Equals, SeqOps[S, [_]IndexedSeq[_], IndexedSeq[S]], PartialFunction[Int, S], (Int) => S, Iterable[S], Iterable[S], IterableFactoryDefaults[S, [x]IndexedSeq[x]], IterableOps[S, [_]IndexedSeq[_], IndexedSeq[S]], IterableOnceOps[S, [_]IndexedSeq[_], IndexedSeq[S]], IterableOnce[S], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrimitiveScalarArray
  2. AbstractScalarArray
  3. Serializable
  4. Product
  5. ScalarArray
  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 PrimitiveScalarArray(rawData: Array[S])(implicit arg0: ClassTag[S])

    rawData

    the actual raw data contained in the array

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ++[B >: S](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  4. final def ++:[B >: S](prefix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  5. final def +:[B >: S](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  6. final def :+[B >: S](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  7. final def :++[B >: S](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): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  10. final def addString(b: StringBuilder, sep: String): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  11. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Definition Classes
    IterableOnceOps
  12. def andThen[C](k: PartialFunction[S, C]): PartialFunction[Int, C]
    Definition Classes
    PartialFunction
  13. def andThen[C](k: (S) => C): PartialFunction[Int, C]
    Definition Classes
    PartialFunction → Function1
  14. def appended[B >: S](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  15. def appendedAll[B >: S](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
  16. def apply(index: Int): S

    Returns the indexth element of the array

    Returns the indexth element of the array

    index

    the index of the value to return

    returns

    the value at index index

    Definition Classes
    PrimitiveScalarArrayScalarArray → SeqOps → Function1
  17. def applyOrElse[A1 <: Int, B1 >: S](x: A1, default: (A1) => B1): B1
    Definition Classes
    PartialFunction
  18. def applyPreferredMaxLength: Int
    Attributes
    protected
    Definition Classes
    IndexedSeq
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def canEqual(that: Any): Boolean
    Definition Classes
    PrimitiveScalarArray → IndexedSeq → Seq → Equals
  21. def className: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  23. final def coll: PrimitiveScalarArray.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  24. def collect[B](pf: PartialFunction[S, B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  25. def collectFirst[B](pf: PartialFunction[S, B]): Option[B]
    Definition Classes
    IterableOnceOps
  26. def combinations(n: Int): Iterator[IndexedSeq[S]]
    Definition Classes
    SeqOps
  27. def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, S]
    Definition Classes
    PartialFunction
  28. def compose[A](g: (A) => Int): (A) => S
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  29. final def concat[B >: S](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  30. def contains[A1 >: S](elem: A1): Boolean
    Definition Classes
    SeqOps
  31. def containsSlice[B](that: Seq[B]): Boolean
    Definition Classes
    SeqOps
  32. def copyToArray[B >: S](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  33. def copyToArray[B >: S](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
  34. def copyToArray[B >: S](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
  35. def corresponds[B](that: Seq[B])(p: (S, B) => Boolean): Boolean
    Definition Classes
    SeqOps
  36. def corresponds[B](that: IterableOnce[B])(p: (S, B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  37. def count(p: (S) => Boolean): Int
    Definition Classes
    IterableOnceOps
  38. def diff[B >: S](that: Seq[B]): IndexedSeq[S]
    Definition Classes
    SeqOps
  39. def distinct: IndexedSeq[S]
    Definition Classes
    SeqOps
  40. def distinctBy[B](f: (S) => B): IndexedSeq[S]
    Definition Classes
    SeqOps
  41. def drop(n: Int): IndexedSeq[S]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  42. def dropRight(n: Int): IndexedSeq[S]
    Definition Classes
    IndexedSeqOps → IterableOps
  43. def dropWhile(p: (S) => Boolean): IndexedSeq[S]
    Definition Classes
    IterableOps → IterableOnceOps
  44. def elementWise: ElementWiseExtractor[Int, S]
    Definition Classes
    PartialFunction
  45. def empty: IndexedSeq[S]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  46. def endsWith[B >: S](that: Iterable[B]): Boolean
    Definition Classes
    SeqOps
  47. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. def equals(that: Any): Boolean
    Definition Classes
    PrimitiveScalarArray → Seq → Equals → AnyRef → Any
  49. def exists(p: (S) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  50. def filter(pred: (S) => Boolean): IndexedSeq[S]
    Definition Classes
    IterableOps → IterableOnceOps
  51. def filterNot(pred: (S) => Boolean): IndexedSeq[S]
    Definition Classes
    IterableOps → IterableOnceOps
  52. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  53. def find(p: (S) => Boolean): Option[S]
    Definition Classes
    IterableOnceOps
  54. def findLast(p: (S) => Boolean): Option[S]
    Definition Classes
    SeqOps
  55. def flatMap[B](f: (S) => IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  56. def flatten[B](implicit asIterable: (S) => IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  57. def fold[A1 >: S](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  58. def foldLeft[B](z: B)(op: (B, S) => B): B
    Definition Classes
    IterableOnceOps
  59. def foldRight[B](z: B)(op: (S, B) => B): B
    Definition Classes
    IterableOnceOps
  60. def forall(p: (S) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  61. def foreach[U](f: (S) => U): Unit
    Definition Classes
    IterableOnceOps
  62. def fromSpecific(coll: IterableOnce[S]): IndexedSeq[S]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  63. def fromUnderlying(u: S): S

    Convert one datum from the underlying type to the ScalarArray's type.

    Convert one datum from the underlying type to the ScalarArray's type. Since for primitive scalars, the underlying data type is the same as the array's data type, the input value is returned unchanged.

    u

    a value of this array's data type

    returns

    the value, unchanged

    Attributes
    protected
    Definition Classes
    PrimitiveScalarArrayAbstractScalarArray
  64. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  65. def groupBy[K](f: (S) => K): Map[K, IndexedSeq[S]]
    Definition Classes
    IterableOps
  66. def groupMap[K, B](key: (S) => K)(f: (S) => B): Map[K, IndexedSeq[B]]
    Definition Classes
    IterableOps
  67. def groupMapReduce[K, B](key: (S) => K)(f: (S) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  68. def grouped(size: Int): Iterator[IndexedSeq[S]]
    Definition Classes
    IterableOps
  69. lazy val hashCode: Int
    Definition Classes
    PrimitiveScalarArray → Seq → AnyRef → Any
  70. def head: S
    Definition Classes
    IterableOps
  71. def headOption: Option[S]
    Definition Classes
    IterableOps
  72. def indexOf[B >: S](elem: B): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding("Override indexOf(elem, from) instead - indexOf(elem) calls indexOf(elem, 0)", "2.13.0")
  73. def indexOf[B >: S](elem: B, from: Int): Int
    Definition Classes
    SeqOps
  74. def indexOfSlice[B >: S](that: Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding("Override indexOfSlice(that, from) instead - indexOfSlice(that) calls indexOfSlice(that, 0)", "2.13.0")
  75. def indexOfSlice[B >: S](that: Seq[B], from: Int): Int
    Definition Classes
    SeqOps
  76. def indexWhere(p: (S) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding("Override indexWhere(p, from) instead - indexWhere(p) calls indexWhere(p, 0)", "2.13.0")
  77. def indexWhere(p: (S) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  78. def indices: Range
    Definition Classes
    SeqOps
  79. def init: IndexedSeq[S]
    Definition Classes
    IterableOps
  80. def inits: Iterator[IndexedSeq[S]]
    Definition Classes
    IterableOps
  81. def intersect[B >: S](that: Seq[B]): IndexedSeq[S]
    Definition Classes
    SeqOps
  82. final def isDefinedAt(index: Int): Boolean

    Determines if index lies within the bounds of the array

    Determines if index lies within the bounds of the array

    index

    the index in the array for which to check if it lies within the array bounds

    returns

    true if index lies within the array bounds, false otherwise.

    Definition Classes
    ScalarArray → SeqOps → PartialFunction
  83. def isEmpty: Boolean
    Definition Classes
    SeqOps → IterableOnceOps
  84. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  85. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  86. def iterableFactory: SeqFactory[IndexedSeq]
    Definition Classes
    IndexedSeq → IndexedSeq → Seq → Seq → Iterable → Iterable → IterableOps
  87. def iterator: Iterator[S]

    Returns an iterator over the array's values.

    Returns an iterator over the array's values.

    returns

    an iterator over the array's values.

    Definition Classes
    PrimitiveScalarArrayScalarArray → IndexedSeqOps → IterableOnce
  88. def knownSize: Int
    Definition Classes
    IndexedSeqOps → IterableOnce
  89. def last: S
    Definition Classes
    IndexedSeqOps → IterableOps
  90. def lastIndexOf[B >: S](elem: B, end: Int): Int
    Definition Classes
    SeqOps
  91. def lastIndexOfSlice[B >: S](that: Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding("Override lastIndexOfSlice(that, end) instead - lastIndexOfSlice(that) calls lastIndexOfSlice(that, Int.MaxValue)", "2.13.0")
  92. def lastIndexOfSlice[B >: S](that: Seq[B], end: Int): Int
    Definition Classes
    SeqOps
  93. def lastIndexWhere(p: (S) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding("Override lastIndexWhere(p, end) instead - lastIndexWhere(p) calls lastIndexWhere(p, Int.MaxValue)", "2.13.0")
  94. def lastIndexWhere(p: (S) => Boolean, end: Int): Int
    Definition Classes
    SeqOps
  95. def lastOption: Option[S]
    Definition Classes
    IterableOps
  96. def lazyZip[B](that: Iterable[B]): LazyZip2[S, B, PrimitiveScalarArray.this.type]
    Definition Classes
    Iterable
  97. final def length: Int

    Returns the length of the data array.

    Returns the length of the data array.

    returns

    the length of the data array

    Definition Classes
    AbstractScalarArrayScalarArray → SeqOps
  98. final def lengthCompare(that: Iterable[_]): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  99. final def lengthCompare(len: Int): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  100. final def lengthIs: SizeCompareOps
    Definition Classes
    SeqOps
    Annotations
    @inline()
  101. def lift: (Int) => Option[S]
    Definition Classes
    PartialFunction
  102. def map[T](f: (S) => T)(implicit arg0: Scalar[T], arg1: ClassTag[T]): ScalarArray[T]

    Maps this ScalarArray to another ScalarArray using the given mapping function

    Maps this ScalarArray to another ScalarArray using the given mapping function

    T

    the type of the values of the resulting ScalarArray

    f

    the mapping function to use

    returns

    a new ScalarArray whose values correspond to the values of this instance, mapped by the function f

    Definition Classes
    AbstractScalarArrayScalarArray
  103. def map[B](f: (S) => B): IndexedSeq[B]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  104. def max[B >: S](implicit ord: Ordering[B]): S
    Definition Classes
    IterableOnceOps
  105. def maxBy[B](f: (S) => B)(implicit cmp: Ordering[B]): S
    Definition Classes
    IterableOnceOps
  106. def maxByOption[B](f: (S) => B)(implicit cmp: Ordering[B]): Option[S]
    Definition Classes
    IterableOnceOps
  107. def maxOption[B >: S](implicit ord: Ordering[B]): Option[S]
    Definition Classes
    IterableOnceOps
  108. def min[B >: S](implicit ord: Ordering[B]): S
    Definition Classes
    IterableOnceOps
  109. def minBy[B](f: (S) => B)(implicit cmp: Ordering[B]): S
    Definition Classes
    IterableOnceOps
  110. def minByOption[B](f: (S) => B)(implicit cmp: Ordering[B]): Option[S]
    Definition Classes
    IterableOnceOps
  111. def minOption[B >: S](implicit ord: Ordering[B]): Option[S]
    Definition Classes
    IterableOnceOps
  112. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  113. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  114. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  115. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  116. def newSpecificBuilder: Builder[S, IndexedSeq[S]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  117. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
  118. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  119. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  120. def occCounts[B](sq: Seq[B]): Map[B, Int]
    Attributes
    protected[collection]
    Definition Classes
    SeqOps
  121. def orElse[A1 <: Int, B1 >: S](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  122. def padTo[B >: S](len: Int, elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  123. def partition(p: (S) => Boolean): (IndexedSeq[S], IndexedSeq[S])
    Definition Classes
    IterableOps
  124. def partitionMap[A1, A2](f: (S) => Either[A1, A2]): (IndexedSeq[A1], IndexedSeq[A2])
    Definition Classes
    IterableOps
  125. def patch[B >: S](from: Int, other: IterableOnce[B], replaced: Int): IndexedSeq[B]
    Definition Classes
    SeqOps
  126. def permutations: Iterator[IndexedSeq[S]]
    Definition Classes
    SeqOps
  127. def prepended[B >: S](elem: B): IndexedSeq[B]
    Definition Classes
    IndexedSeqOps → SeqOps
  128. def prependedAll[B >: S](prefix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
  129. def product[B >: S](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  130. def productElementNames: Iterator[String]
    Definition Classes
    Product
  131. val rawData: Array[S]
    Attributes
    protected[scalismo]
    Definition Classes
    AbstractScalarArray
  132. def reduce[B >: S](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  133. def reduceLeft[B >: S](op: (B, S) => B): B
    Definition Classes
    IterableOnceOps
  134. def reduceLeftOption[B >: S](op: (B, S) => B): Option[B]
    Definition Classes
    IterableOnceOps
  135. def reduceOption[B >: S](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  136. def reduceRight[B >: S](op: (S, B) => B): B
    Definition Classes
    IterableOnceOps
  137. def reduceRightOption[B >: S](op: (S, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  138. def reverse: IndexedSeq[S]
    Definition Classes
    IndexedSeqOps → SeqOps
  139. def reverseIterator: Iterator[S]
    Definition Classes
    IndexedSeqOps → SeqOps
  140. def reversed: Iterable[S]
    Attributes
    protected
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  141. def runWith[U](action: (S) => U): (Int) => Boolean
    Definition Classes
    PartialFunction
  142. def sameElements[B >: S](o: IterableOnce[B]): Boolean
    Definition Classes
    IndexedSeq → SeqOps
  143. def scan[B >: S](z: B)(op: (B, B) => B): IndexedSeq[B]
    Definition Classes
    IterableOps
  144. def scanLeft[B](z: B)(op: (B, S) => B): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  145. def scanRight[B](z: B)(op: (S, B) => B): IndexedSeq[B]
    Definition Classes
    IterableOps
  146. def search[B >: S](elem: B, from: Int, to: Int)(implicit ord: Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  147. def search[B >: S](elem: B)(implicit ord: Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  148. def segmentLength(p: (S) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  149. final def segmentLength(p: (S) => Boolean): Int
    Definition Classes
    SeqOps
  150. final def size: Int
    Definition Classes
    SeqOps → IterableOnceOps
  151. final def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    SeqOps → IterableOps
  152. final def sizeCompare(otherSize: Int): Int
    Definition Classes
    SeqOps → IterableOps
  153. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  154. def slice(from: Int, until: Int): IndexedSeq[S]
    Definition Classes
    IndexedSeqOps → IndexedSeqOps → IterableOps → IterableOnceOps
  155. def sliding(size: Int, step: Int): Iterator[IndexedSeq[S]]
    Definition Classes
    IterableOps
  156. def sliding(size: Int): Iterator[IndexedSeq[S]]
    Definition Classes
    IterableOps
  157. def sortBy[B](f: (S) => B)(implicit ord: Ordering[B]): IndexedSeq[S]
    Definition Classes
    SeqOps
  158. def sortWith(lt: (S, S) => Boolean): IndexedSeq[S]
    Definition Classes
    SeqOps
  159. def sorted[B >: S](implicit ord: Ordering[B]): IndexedSeq[S]
    Definition Classes
    SeqOps
  160. def span(p: (S) => Boolean): (IndexedSeq[S], IndexedSeq[S])
    Definition Classes
    IterableOps → IterableOnceOps
  161. def splitAt(n: Int): (IndexedSeq[S], IndexedSeq[S])
    Definition Classes
    IterableOps → IterableOnceOps
  162. def startsWith[B >: S](that: IterableOnce[B], offset: Int): Boolean
    Definition Classes
    SeqOps
  163. def stepper[S <: Stepper[_]](implicit shape: StepperShape[S, S]): S with EfficientSplit
    Definition Classes
    IndexedSeqOps → IterableOnce
  164. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    IndexedSeq → Seq → Iterable
  165. def sum[B >: S](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  166. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  167. def tail: IndexedSeq[S]
    Definition Classes
    IterableOps
  168. def tails: Iterator[IndexedSeq[S]]
    Definition Classes
    IterableOps
  169. def take(n: Int): IndexedSeq[S]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  170. def takeRight(n: Int): IndexedSeq[S]
    Definition Classes
    IndexedSeqOps → IterableOps
  171. def takeWhile(p: (S) => Boolean): IndexedSeq[S]
    Definition Classes
    IterableOps → IterableOnceOps
  172. def tapEach[U](f: (S) => U): IndexedSeq[S]
    Definition Classes
    IterableOps → IterableOnceOps
  173. def to[C1](factory: Factory[S, C1]): C1
    Definition Classes
    IterableOnceOps
  174. def toArray[B >: S](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  175. final def toBuffer[B >: S]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  176. final def toIndexedSeq: IndexedSeq[S]
    Definition Classes
    IndexedSeq → IterableOnceOps
  177. final def toIterable: PrimitiveScalarArray.this.type
    Definition Classes
    Iterable → IterableOps
  178. def toList: List[S]
    Definition Classes
    IterableOnceOps
  179. def toMap[K, V](implicit ev: <:<[S, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  180. final def toSeq: PrimitiveScalarArray.this.type
    Definition Classes
    Seq → IterableOnceOps
  181. def toSet[B >: S]: Set[B]
    Definition Classes
    IterableOnceOps
  182. def toString(): String
    Definition Classes
    Seq → Function1 → Iterable → AnyRef → Any
  183. def toVector: Vector[S]
    Definition Classes
    IterableOnceOps
  184. def transpose[B](implicit asIterable: (S) => Iterable[B]): IndexedSeq[IndexedSeq[B]]
    Definition Classes
    IterableOps
  185. def unapply(a: Int): Option[S]
    Definition Classes
    PartialFunction
  186. def unzip[A1, A2](implicit asPair: (S) => (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])
    Definition Classes
    IterableOps
  187. def unzip3[A1, A2, A3](implicit asTriple: (S) => (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])
    Definition Classes
    IterableOps
  188. def updated[B >: S](index: Int, elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  189. def view: IndexedSeqView[S]
    Definition Classes
    IndexedSeqOps → SeqOps → IterableOps
  190. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  191. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  192. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  193. def withFilter(p: (S) => Boolean): WithFilter[S, [_]IndexedSeq[_]]
    Definition Classes
    IterableOps
  194. def zip[B](that: IterableOnce[B]): IndexedSeq[(S, B)]
    Definition Classes
    IterableOps
  195. def zipAll[A1 >: S, B](that: Iterable[B], thisElem: A1, thatElem: B): IndexedSeq[(A1, B)]
    Definition Classes
    IterableOps
  196. def zipWithIndex: IndexedSeq[(S, Int)]
    Definition Classes
    IterableOps → IterableOnceOps

Deprecated Value Members

  1. final def /:[B](z: B)(op: (B, S) => 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: (S, 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, S) => 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. def companion: IterableFactory[[_]IndexedSeq[_]]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @deprecatedOverriding("Use iterableFactory instead", "2.13.0") @inline()
    Deprecated

    (Since version 2.13.0) Use iterableFactory instead

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

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

  6. 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)

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

    (Since version 2.13.0) Use segmentLength instead of prefixLength

  8. final def repr: IndexedSeq[S]
    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

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

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

  10. def seq: PrimitiveScalarArray.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

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

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

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

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

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

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

    (Since version 2.13.0) Use toIterable instead

  14. final def union[B >: S](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[S]
    Definition Classes
    IndexedSeqOps → IterableOps
    Annotations
    @deprecated
    Deprecated

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

Inherited from AbstractScalarArray[S, S]

Inherited from Serializable

Inherited from Product

Inherited from ScalarArray[S]

Inherited from IndexedSeq[S]

Inherited from IndexedSeqOps[S, IndexedSeq, IndexedSeq[S]]

Inherited from IndexedSeq[S]

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

Inherited from Seq[S]

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

Inherited from Seq[S]

Inherited from Equals

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

Inherited from PartialFunction[Int, S]

Inherited from (Int) => S

Inherited from Iterable[S]

Inherited from Iterable[S]

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

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

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

Inherited from IterableOnce[S]

Inherited from AnyRef

Inherited from Any

Ungrouped