Packages

final class WrappedArray[A] extends AbstractBuffer[A] with StrictOptimizedSeqOps[A, WrappedArray, WrappedArray[A]] with collection.mutable.IndexedSeq[A] with IndexedSeqOps[A, WrappedArray, WrappedArray[A]] with IndexedBuffer[A] with Builder[A, WrappedArray[A]] with IterableFactoryDefaults[A, WrappedArray] with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WrappedArray
  2. Serializable
  3. Builder
  4. IndexedBuffer
  5. IndexedSeq
  6. IndexedSeqOps
  7. IndexedSeq
  8. IndexedSeqOps
  9. StrictOptimizedSeqOps
  10. StrictOptimizedIterableOps
  11. AbstractBuffer
  12. Buffer
  13. Shrinkable
  14. Growable
  15. Clearable
  16. AbstractSeq
  17. Seq
  18. SeqOps
  19. Cloneable
  20. Cloneable
  21. Iterable
  22. AbstractSeq
  23. Seq
  24. Equals
  25. SeqOps
  26. PartialFunction
  27. Function1
  28. AbstractIterable
  29. Iterable
  30. IterableFactoryDefaults
  31. IterableOps
  32. IterableOnceOps
  33. IterableOnce
  34. AnyRef
  35. Any
Implicitly
  1. by SeqCharSequence
  2. by UnliftOps
  3. by toJSArray
  4. by iterableOnceExtensionMethods
  5. by any2stringadd
  6. by StringFormat
  7. by Ensuring
  8. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new WrappedArray()

    Creates a new empty WrappedArray.

  2. new WrappedArray(array: Array[A])

Value Members

  1. final def !=(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toany2stringadd[WrappedArray[A]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. final def ++[B >: A](suffix: collection.IterableOnce[B]): WrappedArray[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  5. final def ++:[B >: A](prefix: collection.IterableOnce[B]): WrappedArray[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  6. final def ++=(xs: collection.IterableOnce[A]): WrappedArray.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  7. final def ++=:(elems: collection.IterableOnce[A]): WrappedArray.this.type
    Definition Classes
    Buffer
    Annotations
    @inline()
  8. final def +:[B >: A](elem: B): WrappedArray[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  9. final def +=(elem: A): WrappedArray.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  10. final def +=:(elem: A): WrappedArray.this.type
    Definition Classes
    Buffer
    Annotations
    @inline()
  11. final def --=(xs: collection.IterableOnce[A]): WrappedArray.this.type
    Definition Classes
    Shrinkable
    Annotations
    @inline()
  12. final def -=(elem: A): WrappedArray.this.type
    Definition Classes
    Shrinkable
    Annotations
    @inline()
  13. def ->[B](y: B): (WrappedArray[A], B)
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toArrowAssoc[WrappedArray[A]] performed by method ArrowAssoc in scala.Predef.This conversion will take place only if A is a subclass of Option[Nothing] (A <: Option[Nothing]).
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  14. final def :+[B >: A](elem: B): WrappedArray[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  15. final def :++[B >: A](suffix: collection.IterableOnce[B]): WrappedArray[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  16. final def ==(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def addAll(xs: collection.IterableOnce[A]): WrappedArray.this.type
    Definition Classes
    Growable
  18. def addOne(elem: A): WrappedArray.this.type
    Definition Classes
    WrappedArray → Growable
    Annotations
    @inline()
  19. final def addString(b: collection.mutable.StringBuilder): collection.mutable.StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  20. final def addString(b: collection.mutable.StringBuilder, sep: String): collection.mutable.StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  21. def addString(b: collection.mutable.StringBuilder, start: String, sep: String, end: String): collection.mutable.StringBuilder
    Definition Classes
    IterableOnceOps
  22. def andThen[C](k: PartialFunction[A, C]): PartialFunction[Int, C]
    Definition Classes
    PartialFunction
  23. def andThen[C](k: (A) => C): PartialFunction[Int, C]
    Definition Classes
    PartialFunction → Function1
  24. final def append(elem: A): WrappedArray.this.type
    Definition Classes
    Buffer
    Annotations
    @inline()
  25. final def appendAll(xs: collection.IterableOnce[A]): WrappedArray.this.type
    Definition Classes
    Buffer
    Annotations
    @inline()
  26. def appended[B >: A](elem: B): WrappedArray[B]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  27. def appendedAll[B >: A](suffix: collection.IterableOnce[B]): WrappedArray[B]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  28. def apply(index: Int): A
    Definition Classes
    WrappedArray → SeqOps → Function1
    Annotations
    @inline()
  29. def applyOrElse[A1 <: Int, B1 >: A](x: A1, default: (A1) => B1): B1
    Definition Classes
    PartialFunction
  30. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  31. def canEqual(that: scala.Any): Boolean
    Definition Classes
    Seq → Equals
  32. def charAt(index: Int): Char
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toSeqCharSequence performed by method SeqCharSequence in scala.Predef.This conversion will take place only if A is a subclass of Char (A <: Char).
    Definition Classes
    SeqCharSequence → CharSequence
  33. def chars(): IntStream
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toSeqCharSequence performed by method SeqCharSequence in scala.Predef.This conversion will take place only if A is a subclass of Char (A <: Char).
    Definition Classes
    CharSequence
  34. def className: String
    Definition Classes
    WrappedArray → Iterable
    Annotations
    @inline()
  35. def clear(): Unit
    Definition Classes
    WrappedArray → Builder → Clearable
    Annotations
    @inline()
  36. def clone(): WrappedArray[A]
    Definition Classes
    SeqOps → Cloneable → AnyRef
  37. def codePoints(): IntStream
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toSeqCharSequence performed by method SeqCharSequence in scala.Predef.This conversion will take place only if A is a subclass of Char (A <: Char).
    Definition Classes
    CharSequence
  38. final def coll: WrappedArray.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  39. def collect[B](pf: PartialFunction[A, B]): WrappedArray[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  40. def collectFirst[B](pf: PartialFunction[A, B]): Option[B]
    Definition Classes
    IterableOnceOps
  41. def combinations(n: Int): collection.Iterator[WrappedArray[A]]
    Definition Classes
    SeqOps
  42. def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, A]
    Definition Classes
    PartialFunction
  43. def compose[A](g: (A) => Int): (A) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  44. final def concat[B >: A](suffix: collection.IterableOnce[B]): WrappedArray[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  45. def contains[A1 >: A](elem: A1): Boolean
    Definition Classes
    SeqOps
  46. def containsSlice[B](that: collection.Seq[B]): Boolean
    Definition Classes
    SeqOps
  47. def copyToArray[B >: A](xs: scala.Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  48. def copyToArray[B >: A](xs: scala.Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
  49. def copyToArray[B >: A](xs: scala.Array[B]): Int
    Definition Classes
    IterableOnceOps
  50. def corresponds[B](that: collection.Seq[B])(p: (A, B) => Boolean): Boolean
    Definition Classes
    SeqOps
  51. def corresponds[B](that: collection.IterableOnce[B])(p: (A, B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  52. def count(p: (A) => Boolean): Int
    Definition Classes
    IterableOnceOps
  53. def diff[B >: A](that: collection.Seq[B]): WrappedArray[A]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  54. def distinct: WrappedArray[A]
    Definition Classes
    SeqOps
  55. def distinctBy[B](f: (A) => B): WrappedArray[A]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  56. def drop(n: Int): WrappedArray[A]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  57. def dropInPlace(n: Int): WrappedArray.this.type
    Definition Classes
    Buffer
  58. def dropRight(n: Int): WrappedArray[A]
    Definition Classes
    IndexedSeqOps → IterableOps
  59. def dropRightInPlace(n: Int): WrappedArray.this.type
    Definition Classes
    Buffer
  60. def dropWhile(p: (A) => Boolean): WrappedArray[A]
    Definition Classes
    IterableOps → IterableOnceOps
  61. def dropWhileInPlace(p: (A) => Boolean): WrappedArray.this.type
    Definition Classes
    Buffer
  62. def elementWise: ElementWiseExtractor[Int, A]
    Definition Classes
    PartialFunction
  63. def empty: WrappedArray[A]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  64. def endsWith[B >: A](that: collection.Iterable[B]): Boolean
    Definition Classes
    SeqOps
  65. def ensuring(cond: (WrappedArray[A]) => Boolean, msg: => scala.Any): WrappedArray[A]
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toEnsuring[WrappedArray[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  66. def ensuring(cond: (WrappedArray[A]) => Boolean): WrappedArray[A]
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toEnsuring[WrappedArray[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  67. def ensuring(cond: Boolean, msg: => scala.Any): WrappedArray[A]
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toEnsuring[WrappedArray[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  68. def ensuring(cond: Boolean): WrappedArray[A]
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toEnsuring[WrappedArray[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  69. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  70. def equals(o: scala.Any): Boolean
    Definition Classes
    Seq → Equals → AnyRef → Any
  71. def exists(p: (A) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  72. def filter(pred: (A) => Boolean): WrappedArray[A]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  73. def filterImpl(pred: (A) => Boolean, isFlipped: Boolean): WrappedArray[A]
    Attributes
    protected[collection]
    Definition Classes
    StrictOptimizedIterableOps
  74. def filterInPlace(p: (A) => Boolean): WrappedArray.this.type
    Definition Classes
    IndexedBuffer
  75. def filterNot(pred: (A) => Boolean): WrappedArray[A]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  76. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  77. def find(p: (A) => Boolean): Option[A]
    Definition Classes
    IterableOnceOps
  78. def findLast(p: (A) => Boolean): Option[A]
    Definition Classes
    SeqOps
  79. def flatMap[B](f: (A) => collection.IterableOnce[B]): WrappedArray[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  80. def flatMapInPlace(f: (A) => collection.IterableOnce[A]): WrappedArray.this.type
    Definition Classes
    IndexedBuffer
  81. def flatten[B](implicit toIterableOnce: (A) => collection.IterableOnce[B]): WrappedArray[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  82. def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  83. def foldLeft[B](z: B)(op: (B, A) => B): B
    Definition Classes
    IterableOnceOps
  84. def foldRight[B](z: B)(op: (A, B) => B): B
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  85. def forall(p: (A) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  86. def foreach[U](f: (A) => U): Unit
    Definition Classes
    IterableOnceOps
  87. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toStringFormat[WrappedArray[A]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  88. def fromSpecific(coll: collection.IterableOnce[A]): WrappedArray[A]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  89. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  90. def groupBy[K](f: (A) => K): collection.immutable.Map[K, WrappedArray[A]]
    Definition Classes
    IterableOps
  91. def groupMap[K, B](key: (A) => K)(f: (A) => B): collection.immutable.Map[K, WrappedArray[B]]
    Definition Classes
    IterableOps
  92. def groupMapReduce[K, B](key: (A) => K)(f: (A) => B)(reduce: (B, B) => B): collection.immutable.Map[K, B]
    Definition Classes
    IterableOps
  93. def grouped(size: Int): collection.Iterator[WrappedArray[A]]
    Definition Classes
    IterableOps
  94. def hasOwnProperty(v: String): Boolean

    Tests whether this object has the specified property as a direct property.

    Tests whether this object has the specified property as a direct property.

    Unlike js.Object.hasProperty, this method does not check down the object's prototype chain.

    MDN

    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toArray[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Object
  95. def hashCode(): Int
    Definition Classes
    Seq → AnyRef → Any
  96. def head: A
    Definition Classes
    IndexedSeqOps → IterableOps
  97. def headOption: Option[A]
    Definition Classes
    IndexedSeqOps → IterableOps
  98. def indexOf[B >: A](elem: B): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding("Override indexOf(elem, from) instead - indexOf(elem) calls indexOf(elem, 0)", "2.13.0")
  99. def indexOf[B >: A](elem: B, from: Int): Int
    Definition Classes
    SeqOps
  100. def indexOfSlice[B >: A](that: collection.Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding("Override indexOfSlice(that, from) instead - indexOfSlice(that) calls indexOfSlice(that, 0)", "2.13.0")
  101. def indexOfSlice[B >: A](that: collection.Seq[B], from: Int): Int
    Definition Classes
    SeqOps
  102. def indexWhere(p: (A) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding("Override indexWhere(p, from) instead - indexWhere(p) calls indexWhere(p, 0)", "2.13.0")
  103. def indexWhere(p: (A) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  104. def indices: collection.immutable.Range
    Definition Classes
    SeqOps
  105. def init: WrappedArray[A]
    Definition Classes
    IterableOps
  106. def inits: collection.Iterator[WrappedArray[A]]
    Definition Classes
    IterableOps
  107. def insert(idx: Int, elem: A): Unit
    Definition Classes
    WrappedArray → Buffer
    Annotations
    @inline()
  108. def insertAll(n: Int, elems: collection.IterableOnce[A]): Unit
    Definition Classes
    WrappedArray → Buffer
    Annotations
    @inline()
  109. def intersect[B >: A](that: collection.Seq[B]): WrappedArray[A]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  110. def isDefinedAt(idx: Int): Boolean
    Definition Classes
    SeqOps
  111. def isEmpty: Boolean
    Definition Classes
    SeqOps → IterableOnceOps
  112. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  113. def isPrototypeOf(v: Object): Boolean

    Tests whether this object is in the prototype chain of another object.

    Tests whether this object is in the prototype chain of another object.

    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toArray[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Object
  114. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  115. def iterableFactory: SeqFactory[WrappedArray]
    Definition Classes
    WrappedArray → IndexedBuffer → IndexedSeq → IndexedSeq → Buffer → Seq → Iterable → Seq → Iterable → IterableOps
  116. def iterator: collection.Iterator[A]
    Definition Classes
    IndexedSeqOps → IterableOnce
  117. def join(seperator: String = ","): String

    The join() method joins all elements of an array into a string.

    The join() method joins all elements of an array into a string.

    separator Specifies a string to separate each element of the array. The separator is converted to a string if necessary. If omitted, the array elements are separated with a comma.

    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toArray[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Array
  118. def jsIterator(): Iterator[A]

    ECMAScript 6 JavaScript Iterator for this Array.

    ECMAScript 6 JavaScript Iterator for this Array.

    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toArray[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    ArrayIterable
    Annotations
    @JSName(symbol = js.Symbol.iterator)
  119. def jsSlice(start: Int = 0, end: Int = Int.MaxValue): Array[A]

    The slice() method returns a shallow copy of a portion of an array.

    The slice() method returns a shallow copy of a portion of an array.

    MDN

    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toArray[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Array
    Annotations
    @JSName(name = "slice")
  120. def knownSize: Int
    Definition Classes
    WrappedArray → IndexedSeqOps → Buffer → Growable → IterableOnce
    Annotations
    @inline()
  121. def last: A
    Definition Classes
    IndexedSeqOps → IterableOps
  122. def lastIndexOf[B >: A](elem: B, end: Int): Int
    Definition Classes
    SeqOps
  123. def lastIndexOfSlice[B >: A](that: collection.Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding("Override lastIndexOfSlice(that, end) instead - lastIndexOfSlice(that) calls lastIndexOfSlice(that, Int.MaxValue)", "2.13.0")
  124. def lastIndexOfSlice[B >: A](that: collection.Seq[B], end: Int): Int
    Definition Classes
    SeqOps
  125. def lastIndexWhere(p: (A) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding("Override lastIndexWhere(p, end) instead - lastIndexWhere(p) calls lastIndexWhere(p, Int.MaxValue)", "2.13.0")
  126. def lastIndexWhere(p: (A) => Boolean, end: Int): Int
    Definition Classes
    SeqOps
  127. def lastOption: Option[A]
    Definition Classes
    IterableOps
  128. def lazyZip[B](that: collection.Iterable[B]): LazyZip2[A, B, WrappedArray.this.type]
    Definition Classes
    Iterable
  129. def length: Int
    Definition Classes
    WrappedArray → SeqOps
    Annotations
    @inline()
  130. final def lengthCompare(that: collection.Iterable[_]): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  131. final def lengthCompare(len: Int): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  132. final def lengthIs: SizeCompareOps
    Definition Classes
    SeqOps
    Annotations
    @inline()
  133. def length_=(v: Int): Unit

    Sets the length of the array.

    Sets the length of the array. If the new length is bigger than the old length, created slots are filled with undefined (irrespective of the type argument A!). If the new length is smaller than the old length, the array is shrunk.

    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toArray[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Array
  134. def lift: (Int) => Option[A]
    Definition Classes
    PartialFunction
  135. def map[B](f: (A) => B): WrappedArray[B]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  136. def mapInPlace(f: (A) => A): WrappedArray.this.type
    Definition Classes
    IndexedSeqOps
  137. def mapResult[NewTo](f: (WrappedArray[A]) => NewTo): Builder[A, NewTo]
    Definition Classes
    Builder
  138. def max[B >: A](implicit ord: math.Ordering[B]): A
    Definition Classes
    IterableOnceOps
  139. def maxBy[B](f: (A) => B)(implicit cmp: math.Ordering[B]): A
    Definition Classes
    IterableOnceOps
  140. def maxByOption[B](f: (A) => B)(implicit cmp: math.Ordering[B]): Option[A]
    Definition Classes
    IterableOnceOps
  141. def maxOption[B >: A](implicit ord: math.Ordering[B]): Option[A]
    Definition Classes
    IterableOnceOps
  142. def min[B >: A](implicit ord: math.Ordering[B]): A
    Definition Classes
    IterableOnceOps
  143. def minBy[B](f: (A) => B)(implicit cmp: math.Ordering[B]): A
    Definition Classes
    IterableOnceOps
  144. def minByOption[B](f: (A) => B)(implicit cmp: math.Ordering[B]): Option[A]
    Definition Classes
    IterableOnceOps
  145. def minOption[B >: A](implicit ord: math.Ordering[B]): Option[A]
    Definition Classes
    IterableOnceOps
  146. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  147. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  148. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  149. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  150. def newSpecificBuilder: Builder[A, WrappedArray[A]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  151. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
  152. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  153. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  154. def occCounts[B](sq: collection.Seq[B]): collection.mutable.Map[B, Int]
    Attributes
    protected[collection]
    Definition Classes
    SeqOps
  155. def orElse[A1 <: Int, B1 >: A](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  156. def padTo[B >: A](len: Int, elem: B): WrappedArray[B]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  157. def padToInPlace(len: Int, elem: A): WrappedArray.this.type
    Definition Classes
    Buffer
  158. def partition(p: (A) => Boolean): (WrappedArray[A], WrappedArray[A])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  159. def partitionMap[A1, A2](f: (A) => Either[A1, A2]): (WrappedArray[A1], WrappedArray[A2])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  160. def patch[B >: A](from: Int, other: collection.IterableOnce[B], replaced: Int): WrappedArray[B]
    Definition Classes
    SeqOps
  161. def patchInPlace(from: Int, patch: collection.IterableOnce[A], replaced: Int): WrappedArray.this.type
    Definition Classes
    IndexedBuffer → Buffer
  162. def permutations: collection.Iterator[WrappedArray[A]]
    Definition Classes
    SeqOps
  163. def pop(): A

    The pop() method removes the last element from an array and returns that element.

    The pop() method removes the last element from an array and returns that element.

    MDN

    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toArray[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Array
  164. def prepend(elem: A): WrappedArray.this.type
    Definition Classes
    WrappedArray → Buffer
    Annotations
    @inline()
  165. def prependAll(xs: IterableOnce[A]): WrappedArray.this.type
    Definition Classes
    WrappedArray → Buffer
    Annotations
    @inline()
  166. def prepended[B >: A](elem: B): WrappedArray[B]
    Definition Classes
    IndexedSeqOps → SeqOps
  167. def prependedAll[B >: A](prefix: collection.IterableOnce[B]): WrappedArray[B]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  168. def product[B >: A](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  169. def propertyIsEnumerable(v: String): Boolean

    Tests whether the specified property in an object can be enumerated by a call to js.Object.properties, with the exception of properties inherited through the prototype chain.

    Tests whether the specified property in an object can be enumerated by a call to js.Object.properties, with the exception of properties inherited through the prototype chain.

    If the object does not have the specified property, this method returns false.

    MDN

    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toArray[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Object
  170. def push(items: A*): Int

    The push() method mutates an array by appending the given elements and returning the new length of the array.

    The push() method mutates an array by appending the given elements and returning the new length of the array.

    MDN

    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toArray[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Array
  171. def reduce[B >: A](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  172. def reduceLeft[B >: A](op: (B, A) => B): B
    Definition Classes
    IterableOnceOps
  173. def reduceLeftOption[B >: A](op: (B, A) => B): Option[B]
    Definition Classes
    IterableOnceOps
  174. def reduceOption[B >: A](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  175. def reduceRight[B >: A](op: (A, B) => B): B
    Definition Classes
    IterableOnceOps
  176. def reduceRightOption[B >: A](op: (A, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  177. def remove(n: Int, count: Int): Unit
    Definition Classes
    WrappedArray → Buffer
  178. def remove(n: Int): A
    Definition Classes
    WrappedArray → Buffer
  179. def result(): WrappedArray[A]
    Definition Classes
    WrappedArray → Builder
    Annotations
    @inline()
  180. def reverse: WrappedArray[A]
    Definition Classes
    IndexedSeqOps → SeqOps
  181. def reverseInPlace(): Array[A]

    The reverse() method reverses an array in place.

    The reverse() method reverses an array in place. The first array element becomes the last and the last becomes the first.

    MDN

    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toArray[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Array
    Annotations
    @JSName(name = "reverse")
  182. def reverseIterator: collection.Iterator[A]
    Definition Classes
    IndexedSeqOps → SeqOps
  183. def reversed: collection.Iterable[A]
    Attributes
    protected
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  184. def runWith[U](action: (A) => U): (Int) => Boolean
    Definition Classes
    PartialFunction
  185. def sameElements[B >: A](that: collection.IterableOnce[B]): Boolean
    Definition Classes
    SeqOps
  186. def scan[B >: A](z: B)(op: (B, B) => B): WrappedArray[B]
    Definition Classes
    IterableOps
  187. def scanLeft[B](z: B)(op: (B, A) => B): WrappedArray[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  188. def scanRight[B](z: B)(op: (A, B) => B): WrappedArray[B]
    Definition Classes
    IterableOps
  189. def search[B >: A](elem: B, from: Int, to: Int)(implicit ord: math.Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  190. def search[B >: A](elem: B)(implicit ord: math.Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  191. def segmentLength(p: (A) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  192. final def segmentLength(p: (A) => Boolean): Int
    Definition Classes
    SeqOps
  193. def shift(): A

    The shift() method removes the first element from an array and returns that element.

    The shift() method removes the first element from an array and returns that element. This method changes the length of the array.

    MDN

    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toArray[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Array
  194. final def size: Int
    Definition Classes
    SeqOps → IterableOnceOps
  195. final def sizeCompare(that: collection.Iterable[_]): Int
    Definition Classes
    SeqOps → IterableOps
  196. final def sizeCompare(otherSize: Int): Int
    Definition Classes
    SeqOps → IterableOps
  197. final def sizeHint(coll: collection.IterableOnce[_], delta: Int): Unit
    Definition Classes
    Builder
  198. def sizeHint(size: Int): Unit
    Definition Classes
    Builder
  199. final def sizeHintBounded(size: Int, boundingColl: collection.Iterable[_]): Unit
    Definition Classes
    Builder
  200. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  201. def slice(from: Int, until: Int): WrappedArray[A]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  202. def sliceInPlace(start: Int, end: Int): WrappedArray.this.type
    Definition Classes
    Buffer
  203. def sliding(size: Int, step: Int): collection.Iterator[WrappedArray[A]]
    Definition Classes
    IterableOps
  204. def sliding(size: Int): collection.Iterator[WrappedArray[A]]
    Definition Classes
    IterableOps
  205. def sort(compareFn: Function2[A, A, Int] = ???): Array[A]

    The sort() method sorts the elements of an array in place and returns the array.

    The sort() method sorts the elements of an array in place and returns the array. The sort is not necessarily stable. The default sort order is lexicographic (not numeric).

    If compareFunction is not supplied, elements are sorted by converting them to strings and comparing strings in lexicographic ("dictionary" or "telephone book," not numerical) order. For example, "80" comes before "9" in lexicographic order, but in a numeric sort 9 comes before 80.

    MDN

    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toArray[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Array
  206. def sortBy[B](f: (A) => B)(implicit ord: Ordering[B]): WrappedArray[A]
    Definition Classes
    SeqOps
  207. def sortInPlace[B >: A]()(implicit ord: Ordering[B]): WrappedArray.this.type
    Definition Classes
    IndexedSeqOps
  208. def sortInPlaceBy[B](f: (A) => B)(implicit ord: Ordering[B]): WrappedArray.this.type
    Definition Classes
    IndexedSeqOps
  209. def sortInPlaceWith(lt: (A, A) => Boolean): WrappedArray.this.type
    Definition Classes
    IndexedSeqOps
  210. def sortWith(lt: (A, A) => Boolean): WrappedArray[A]
    Definition Classes
    SeqOps
  211. def sorted[B >: A](implicit ord: Ordering[B]): WrappedArray[A]
    Definition Classes
    SeqOps
  212. def span(p: (A) => Boolean): (WrappedArray[A], WrappedArray[A])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  213. def splice(index: Int, deleteCount: Int, items: A*): Array[A]

    Removes and adds new elements at a given index in the array.

    Removes and adds new elements at a given index in the array.

    This method first removes deleteCount elements starting from the index index, then inserts the new elements items at that index.

    If index is negative, it is treated as that number of elements starting from the end of the array.

    index

    Index where to start changes

    deleteCount

    Number of elements to delete from index

    items

    Elements to insert at index

    returns

    An array of the elements that were deleted

    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toArray[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Array
  214. def splitAt(n: Int): (WrappedArray[A], WrappedArray[A])
    Definition Classes
    IterableOps → IterableOnceOps
  215. def startsWith[B >: A](that: collection.IterableOnce[B], offset: Int): Boolean
    Definition Classes
    SeqOps
  216. def stepper[S <: Stepper[_]](implicit shape: StepperShape[A, S]): S with EfficientSplit
    Definition Classes
    IndexedSeqOps → IterableOnce
  217. final def strictOptimizedCollect[B, C2](b: Builder[B, C2], pf: PartialFunction[A, B]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  218. final def strictOptimizedConcat[B >: A, C2](that: collection.IterableOnce[B], b: Builder[B, C2]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  219. final def strictOptimizedFlatMap[B, C2](b: Builder[B, C2], f: (A) => collection.IterableOnce[B]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  220. final def strictOptimizedFlatten[B, C2](b: Builder[B, C2])(implicit toIterableOnce: (A) => collection.IterableOnce[B]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  221. final def strictOptimizedMap[B, C2](b: Builder[B, C2], f: (A) => B): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  222. final def strictOptimizedZip[B, C2](that: collection.IterableOnce[B], b: Builder[(A, B), C2]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  223. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    IndexedSeq → Seq → Iterable
  224. def subSequence(start: Int, end: Int): CharSequence
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toSeqCharSequence performed by method SeqCharSequence in scala.Predef.This conversion will take place only if A is a subclass of Char (A <: Char).
    Definition Classes
    SeqCharSequence → CharSequence
  225. def subtractAll(xs: collection.IterableOnce[A]): WrappedArray.this.type
    Definition Classes
    Shrinkable
  226. def subtractOne(x: A): WrappedArray.this.type
    Definition Classes
    Buffer → Shrinkable
  227. def sum[B >: A](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  228. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  229. def tail: WrappedArray[A]
    Definition Classes
    IterableOps
  230. def tails: collection.Iterator[WrappedArray[A]]
    Definition Classes
    IterableOps
  231. def take(n: Int): WrappedArray[A]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  232. def takeInPlace(n: Int): WrappedArray.this.type
    Definition Classes
    Buffer
  233. def takeRight(n: Int): WrappedArray[A]
    Definition Classes
    IndexedSeqOps → IterableOps
  234. def takeRightInPlace(n: Int): WrappedArray.this.type
    Definition Classes
    Buffer
  235. def takeWhile(p: (A) => Boolean): WrappedArray[A]
    Definition Classes
    IterableOps → IterableOnceOps
  236. def takeWhileInPlace(p: (A) => Boolean): WrappedArray.this.type
    Definition Classes
    Buffer
  237. def tapEach[U](f: (A) => U): WrappedArray[A]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  238. def to[C1](factory: Factory[A, C1]): C1
    Definition Classes
    IterableOnceOps
  239. def toArray[B >: A](implicit arg0: ClassTag[B]): scala.Array[B]
    Definition Classes
    IterableOnceOps
  240. final def toBuffer[B >: A]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  241. def toIndexedSeq: collection.immutable.IndexedSeq[A]
    Definition Classes
    IterableOnceOps
  242. final def toIterable: WrappedArray.this.type
    Definition Classes
    Iterable → IterableOps
  243. def toList: collection.immutable.List[A]
    Definition Classes
    IterableOnceOps
  244. def toLocaleString(): String
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toArray[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Object
  245. def toMap[K, V](implicit ev: <:<[A, (K, V)]): collection.immutable.Map[K, V]
    Definition Classes
    IterableOnceOps
  246. def toSeq: collection.immutable.Seq[A]
    Definition Classes
    IterableOnceOps
  247. def toSet[B >: A]: collection.immutable.Set[B]
    Definition Classes
    IterableOnceOps
  248. def toString(): String
    Definition Classes
    Seq → Function1 → Iterable → AnyRef → Any
  249. def toVector: collection.immutable.Vector[A]
    Definition Classes
    IterableOnceOps
  250. def transpose[B](implicit asIterable: (A) => collection.Iterable[B]): WrappedArray[WrappedArray[B]]
    Definition Classes
    IterableOps
  251. def trimEnd(n: Int): Unit
    Definition Classes
    Buffer
  252. def trimStart(n: Int): Unit
    Definition Classes
    Buffer
  253. def unapply(a: Int): Option[A]
    Definition Classes
    PartialFunction
  254. def unlift: PartialFunction[Int, B]
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toUnliftOps[Int, B] performed by method UnliftOps in scala.Function1.This conversion will take place only if A is a subclass of Option[B] (A <: Option[B]).
    Definition Classes
    UnliftOps
  255. def unshift(items: A*): Int

    The unshift() method adds one or more elements to the beginning of an array and returns the new length of the array.

    The unshift() method adds one or more elements to the beginning of an array and returns the new length of the array.

    MDN

    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toArray[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Array
  256. def unzip[A1, A2](implicit asPair: (A) => (A1, A2)): (WrappedArray[A1], WrappedArray[A2])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  257. def unzip3[A1, A2, A3](implicit asTriple: (A) => (A1, A2, A3)): (WrappedArray[A1], WrappedArray[A2], WrappedArray[A3])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  258. def update(index: Int, elem: A): Unit
    Definition Classes
    WrappedArray → SeqOps
    Annotations
    @inline()
  259. def updated[B >: A](index: Int, elem: B): WrappedArray[B]
    Definition Classes
    SeqOps
  260. def valueOf(): scala.Any
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toArray[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Object
  261. def view: IndexedSeqView[A]
    Definition Classes
    IndexedSeqOps → SeqOps → IterableOps
  262. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  263. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  264. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  265. def withFilter(p: (A) => Boolean): WithFilter[A, [_]WrappedArray[_]]
    Definition Classes
    IterableOps
  266. def zip[B](that: collection.IterableOnce[B]): WrappedArray[(A, B)]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  267. def zipAll[A1 >: A, B](that: collection.Iterable[B], thisElem: A1, thatElem: B): WrappedArray[(A1, B)]
    Definition Classes
    IterableOps
  268. def zipWithIndex: WrappedArray[(A, Int)]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps

Shadowed Implicit Value Members

  1. def apply(index: Int): A

    Access the element at the given index.

    Access the element at the given index.

    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toArray[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: Array[A]).apply(index)
    Definition Classes
    Array
    Annotations
    @JSBracketAccess()
  2. def concat[B >: A](items: Array[_ <: B]*): Array[B]

    concat creates a new array consisting of the elements in the this object on which it is called, followed in order by, for each argument, the elements of that argument (if the argument is an array) or the argument itself (if the argument is not an array).

    concat creates a new array consisting of the elements in the this object on which it is called, followed in order by, for each argument, the elements of that argument (if the argument is an array) or the argument itself (if the argument is not an array).

    MDN

    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toArray[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: Array[A]).concat(items)
    Definition Classes
    Array
  3. def length(): Int
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toSeqCharSequence performed by method SeqCharSequence in scala.Predef.This conversion will take place only if A is a subclass of Char (A <: Char).
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: SeqCharSequence).length()
    Definition Classes
    SeqCharSequence → CharSequence
  4. def length: Int

    Length of the array.

    Length of the array.

    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toArray[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: Array[A]).length
    Definition Classes
    Array
  5. def toString(): String
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toSeqCharSequence performed by method SeqCharSequence in scala.Predef.This conversion will take place only if A is a subclass of Char (A <: Char).
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: SeqCharSequence).toString()
    Definition Classes
    SeqCharSequence → CharSequence → AnyRef → Any
  6. def update(index: Int, value: A): Unit

    Set the element at the given index.

    Set the element at the given index.

    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toArray[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: Array[A]).update(index, value)
    Definition Classes
    Array
    Annotations
    @JSBracketAccess()

Deprecated Value Members

  1. final def +=(elem1: A, elem2: A, elems: A*): WrappedArray.this.type
    Definition Classes
    Growable
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use ++= aka addAll instead of varargs +=; infix operations with an operand of multiple args will be deprecated

  2. def -=(elem1: A, elem2: A, elems: A*): WrappedArray.this.type
    Definition Classes
    Shrinkable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.3) Use --= aka subtractAll instead of varargs -=; infix operations with an operand of multiple args will be deprecated

  3. def /:[B](z: B)(op: (B, A) => B): B
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A])./:(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

  4. 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 /:

  5. def :\[B](z: B)(op: (A, B) => B): B
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).:\(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  6. 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 :\

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

  8. final def append(elems: A*): WrappedArray.this.type
    Definition Classes
    Buffer
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use appendAll instead

  9. def collectFirst[B](f: PartialFunction[A, B]): Option[B]
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).collectFirst(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.collectFirst(...) instead

  10. def companion: IterableFactory[[_]WrappedArray[_]]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @deprecatedOverriding("Use iterableFactory instead", "2.13.0") @inline()
    Deprecated

    (Since version 2.13.0) Use iterableFactory instead

  11. def copyToBuffer(dest: Buffer[A]): Unit
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).copyToBuffer(dest)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.copyToBuffer(...) instead

  12. 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

  13. def count(f: (A) => Boolean): Int
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).count(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.count(...) instead

  14. def exists(f: (A) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).exists(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.exists(...) instead

  15. def filter(f: (A) => Boolean): collection.Iterator[A]
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).filter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.filter(...) instead

  16. def find(p: (A) => Boolean): Option[A]
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).find(p)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.find instead

  17. def flatMap[B](f: (A) => collection.IterableOnce[B]): collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).flatMap(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.flatMap instead or consider requiring an Iterable

  18. def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).fold(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.fold instead

  19. def foldLeft[B](z: B)(op: (B, A) => B): B
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).foldLeft(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

  20. def foldRight[B](z: B)(op: (A, B) => B): B
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).foldRight(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  21. def forall(f: (A) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).forall(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.forall(...) instead

  22. def foreach[U](f: (A) => U): Unit
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).foreach(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foreach(...) instead

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

  24. def isEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).isEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.isEmpty instead

  25. def map[B](f: (A) => B): collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).map(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.map instead or consider requiring an Iterable

  26. def max(implicit ord: math.Ordering[A]): A
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).max(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.max instead

  27. def maxBy[B](f: (A) => B)(implicit cmp: math.Ordering[B]): A
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).maxBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.maxBy(...) instead

  28. def min(implicit ord: math.Ordering[A]): A
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).min(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.min instead

  29. def minBy[B](f: (A) => B)(implicit cmp: math.Ordering[B]): A
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).minBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.minBy(...) instead

  30. def mkString: String
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).mkString
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  31. def mkString(sep: String): String
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).mkString(sep)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  32. def mkString(start: String, sep: String, end: String): String
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).mkString(start, sep, end)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  33. def nonEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).nonEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.nonEmpty instead

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

    (Since version 2.13.0) Use segmentLength instead of prefixLength

  35. final def prepend(elems: A*): WrappedArray.this.type
    Definition Classes
    Buffer
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use prependAll instead

  36. def product(implicit num: math.Numeric[A]): A
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).product(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.product instead

  37. def reduce(f: (A, A) => A): A
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).reduce(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduce(...) instead

  38. def reduceLeft(f: (A, A) => A): A
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).reduceLeft(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceLeft(...) instead

  39. def reduceLeftOption(f: (A, A) => A): Option[A]
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).reduceLeftOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceLeftOption(...) instead

  40. def reduceOption(f: (A, A) => A): Option[A]
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).reduceOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceOption(...) instead

  41. def reduceRight(f: (A, A) => A): A
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).reduceRight(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceRight(...) instead

  42. def reduceRightOption(f: (A, A) => A): Option[A]
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).reduceRightOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceRightOption(...) instead

  43. final def repr: WrappedArray[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

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

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

  45. def sameElements[B >: A](that: collection.IterableOnce[B]): Boolean
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).sameElements(that)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sameElements instead

  46. def seq: WrappedArray.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

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

  47. def size: Int
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).size
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.size instead

  48. def sum(implicit num: math.Numeric[A]): A
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).sum(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sum instead

  49. def to[C1](factory: Factory[A, C1]): C1
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).to(factory)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(factory) instead

  50. def toArray[B >: A](implicit arg0: ClassTag[B]): scala.Array[B]
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).toArray(arg0)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toArray

  51. def toBuffer[B >: A]: Buffer[B]
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).toBuffer
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(ArrayBuffer) instead

  52. def toIndexedSeq: collection.IndexedSeq[A]
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).toIndexedSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toIndexedSeq instead

  53. final def toIterable: collection.Iterable[A]
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).toIterable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Iterable) instead

  54. def toIterator: collection.Iterator[A]
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).toIterator
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead

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

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

  56. def toList: collection.immutable.List[A]
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).toList
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(List) instead

  57. def toMap[K, V](implicit ev: <:<[A, (K, V)]): collection.immutable.Map[K, V]
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).toMap(ev)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Map) instead

  58. def toSeq: collection.immutable.Seq[A]
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).toSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Seq) instead

  59. def toSet[B >: A]: collection.immutable.Set[B]
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).toSet
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Set) instead

  60. def toStream: collection.immutable.Stream[A]
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).toStream
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(LazyList) instead

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

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

  62. final def toTraversable: collection.Traversable[A]
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).toTraversable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Iterable) instead

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

    (Since version 2.13.0) Use toIterable instead

  64. def toVector: collection.immutable.Vector[A]
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).toVector
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Vector) instead

  65. final def transform(f: (A) => A): WrappedArray.this.type
    Definition Classes
    SeqOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use mapInPlace on an IndexedSeq instead

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

    (Since version 2.13.0) Use concat instead

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

  68. def withFilter(f: (A) => Boolean): collection.Iterator[A]
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toIterableOnceExtensionMethods[A] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: IterableOnceExtensionMethods[A]).withFilter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.withFilter(...) instead

  69. def [B](y: B): (WrappedArray[A], B)
    Implicit
    This member is added by an implicit conversion from WrappedArray[A] toArrowAssoc[WrappedArray[A]] performed by method ArrowAssoc in scala.Predef.This conversion will take place only if A is a subclass of Option[Nothing] (A <: Option[Nothing]).
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from java.io.Serializable

Inherited from Builder[A, WrappedArray[A]]

Inherited from IndexedBuffer[A]

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

Inherited from collection.IndexedSeq[A]

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

Inherited from AbstractBuffer[A]

Inherited from Buffer[A]

Inherited from Shrinkable[A]

Inherited from Growable[A]

Inherited from Clearable

Inherited from AbstractSeq[A]

Inherited from collection.mutable.Seq[A]

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

Inherited from java.lang.Cloneable

Inherited from collection.mutable.Iterable[A]

Inherited from AbstractSeq[A]

Inherited from collection.Seq[A]

Inherited from Equals

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

Inherited from PartialFunction[Int, A]

Inherited from (Int) => A

Inherited from AbstractIterable[A]

Inherited from collection.Iterable[A]

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

Inherited from collection.IterableOps[A, [_]WrappedArray[_], WrappedArray[A]]

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

Inherited from collection.IterableOnce[A]

Inherited from AnyRef

Inherited from scala.Any

Inherited by implicit conversion SeqCharSequence fromWrappedArray[A] to SeqCharSequence

Inherited by implicit conversion UnliftOps fromWrappedArray[A] to UnliftOps[Int, B]

Inherited by implicit conversion toJSArray fromWrappedArray[A] to Array[A]

Inherited by implicit conversion iterableOnceExtensionMethods fromWrappedArray[A] to IterableOnceExtensionMethods[A]

Inherited by implicit conversion any2stringadd fromWrappedArray[A] to any2stringadd[WrappedArray[A]]

Inherited by implicit conversion StringFormat fromWrappedArray[A] to StringFormat[WrappedArray[A]]

Inherited by implicit conversion Ensuring fromWrappedArray[A] to Ensuring[WrappedArray[A]]

Inherited by implicit conversion ArrowAssoc fromWrappedArray[A] to ArrowAssoc[WrappedArray[A]]

Ungrouped