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 UnliftOps
  2. by toJSArray
  3. by iterableOnceExtensionMethods
  4. by any2stringadd
  5. by StringFormat
  6. by Ensuring
  7. 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): b.type
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  20. final def addString(b: collection.mutable.StringBuilder, sep: String): b.type
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  21. def addString(b: collection.mutable.StringBuilder, start: String, sep: String, end: String): b.type
    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 className: String
    Definition Classes
    WrappedArray → Iterable
    Annotations
    @inline()
  33. def clear(): Unit
    Definition Classes
    WrappedArray → Builder → Clearable
    Annotations
    @inline()
  34. def clone(): WrappedArray[A]
    Definition Classes
    SeqOps → Cloneable → AnyRef
  35. final def coll: WrappedArray.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  36. def collect[B](pf: PartialFunction[A, B]): WrappedArray[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  37. def collectFirst[B](pf: PartialFunction[A, B]): Option[B]
    Definition Classes
    IterableOnceOps
  38. def combinations(n: Int): collection.Iterator[WrappedArray[A]]
    Definition Classes
    SeqOps
  39. def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, A]
    Definition Classes
    PartialFunction
  40. def compose[A](g: (A) => Int): (A) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  41. final def concat[B >: A](suffix: collection.IterableOnce[B]): WrappedArray[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  42. def contains[A1 >: A](elem: A1): Boolean
    Definition Classes
    SeqOps
  43. def containsSlice[B >: A](that: collection.Seq[B]): Boolean
    Definition Classes
    SeqOps
  44. def copyToArray[B >: A](xs: scala.Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  45. def copyToArray[B >: A](xs: scala.Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  46. def copyToArray[B >: A](xs: scala.Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  47. def corresponds[B](that: collection.Seq[B])(p: (A, B) => Boolean): Boolean
    Definition Classes
    SeqOps
  48. def corresponds[B](that: collection.IterableOnce[B])(p: (A, B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  49. def count(p: (A) => Boolean): Int
    Definition Classes
    IterableOnceOps
  50. def diff[B >: A](that: collection.Seq[B]): WrappedArray[A]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  51. def distinct: WrappedArray[A]
    Definition Classes
    SeqOps
  52. def distinctBy[B](f: (A) => B): WrappedArray[A]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  53. def drop(n: Int): WrappedArray[A]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  54. def dropInPlace(n: Int): WrappedArray.this.type
    Definition Classes
    Buffer
  55. def dropRight(n: Int): WrappedArray[A]
    Definition Classes
    IndexedSeqOps → IterableOps
  56. def dropRightInPlace(n: Int): WrappedArray.this.type
    Definition Classes
    Buffer
  57. def dropWhile(p: (A) => Boolean): WrappedArray[A]
    Definition Classes
    IterableOps → IterableOnceOps
  58. def dropWhileInPlace(p: (A) => Boolean): WrappedArray.this.type
    Definition Classes
    Buffer
  59. def elementWise: ElementWiseExtractor[Int, A]
    Definition Classes
    PartialFunction
  60. def empty: WrappedArray[A]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  61. def endsWith[B >: A](that: collection.Iterable[B]): Boolean
    Definition Classes
    SeqOps
  62. 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
  63. 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
  64. 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
  65. 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
  66. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  67. def equals(o: scala.Any): Boolean
    Definition Classes
    Seq → Equals → AnyRef → Any
  68. def exists(p: (A) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  69. def filter(pred: (A) => Boolean): WrappedArray[A]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  70. def filterImpl(pred: (A) => Boolean, isFlipped: Boolean): WrappedArray[A]
    Attributes
    protected[collection]
    Definition Classes
    StrictOptimizedIterableOps
  71. def filterInPlace(p: (A) => Boolean): WrappedArray.this.type
    Definition Classes
    IndexedBuffer
  72. def filterNot(pred: (A) => Boolean): WrappedArray[A]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  73. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  74. def find(p: (A) => Boolean): Option[A]
    Definition Classes
    IterableOnceOps
  75. def findLast(p: (A) => Boolean): Option[A]
    Definition Classes
    SeqOps
  76. def flatMap[B](f: (A) => collection.IterableOnce[B]): WrappedArray[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  77. def flatMapInPlace(f: (A) => collection.IterableOnce[A]): WrappedArray.this.type
    Definition Classes
    IndexedBuffer
  78. def flatten[B](implicit toIterableOnce: (A) => collection.IterableOnce[B]): WrappedArray[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  79. def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  80. def foldLeft[B](z: B)(op: (B, A) => B): B
    Definition Classes
    IterableOnceOps
  81. def foldRight[B](z: B)(op: (A, B) => B): B
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  82. def forall(p: (A) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  83. def foreach[U](f: (A) => U): Unit
    Definition Classes
    IterableOnceOps
  84. def fromSpecific(coll: collection.IterableOnce[A]): WrappedArray[A]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  85. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  86. def groupBy[K](f: (A) => K): collection.immutable.Map[K, WrappedArray[A]]
    Definition Classes
    IterableOps
  87. def groupMap[K, B](key: (A) => K)(f: (A) => B): collection.immutable.Map[K, WrappedArray[B]]
    Definition Classes
    IterableOps
  88. def groupMapReduce[K, B](key: (A) => K)(f: (A) => B)(reduce: (B, B) => B): collection.immutable.Map[K, B]
    Definition Classes
    IterableOps
  89. def grouped(size: Int): collection.Iterator[WrappedArray[A]]
    Definition Classes
    IterableOps
  90. 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
  91. def hashCode(): Int
    Definition Classes
    Seq → AnyRef → Any
  92. def head: A
    Definition Classes
    IndexedSeqOps → IterableOps
  93. def headOption: Option[A]
    Definition Classes
    IndexedSeqOps → IterableOps
  94. def indexOf[B >: A](elem: B): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  95. def indexOf[B >: A](elem: B, from: Int): Int
    Definition Classes
    SeqOps
  96. def indexOfSlice[B >: A](that: collection.Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  97. def indexOfSlice[B >: A](that: collection.Seq[B], from: Int): Int
    Definition Classes
    SeqOps
  98. def indexWhere(p: (A) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  99. def indexWhere(p: (A) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  100. def indices: collection.immutable.Range
    Definition Classes
    SeqOps
  101. def init: WrappedArray[A]
    Definition Classes
    IterableOps
  102. def inits: collection.Iterator[WrappedArray[A]]
    Definition Classes
    IterableOps
  103. def insert(idx: Int, elem: A): Unit
    Definition Classes
    WrappedArray → Buffer
    Annotations
    @inline()
  104. def insertAll(n: Int, elems: collection.IterableOnce[A]): Unit
    Definition Classes
    WrappedArray → Buffer
    Annotations
    @inline()
  105. def intersect[B >: A](that: collection.Seq[B]): WrappedArray[A]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  106. def isDefinedAt(idx: Int): Boolean
    Definition Classes
    SeqOps
  107. def isEmpty: Boolean
    Definition Classes
    SeqOps → IterableOnceOps
  108. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  109. 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
  110. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  111. def iterableFactory: SeqFactory[WrappedArray]
    Definition Classes
    WrappedArray → IndexedBuffer → IndexedSeq → IndexedSeq → Buffer → Seq → Iterable → Seq → Iterable → IterableOps
  112. def iterator: collection.Iterator[A]
    Definition Classes
    IndexedSeqOps → IterableOnce
  113. 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
  114. 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)
  115. 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")
  116. def knownSize: Int
    Definition Classes
    WrappedArray → IndexedSeqOps → Buffer → Growable → IterableOnce
    Annotations
    @inline()
  117. def last: A
    Definition Classes
    IndexedSeqOps → IterableOps
  118. def lastIndexOf[B >: A](elem: B, end: Int): Int
    Definition Classes
    SeqOps
  119. def lastIndexOfSlice[B >: A](that: collection.Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  120. def lastIndexOfSlice[B >: A](that: collection.Seq[B], end: Int): Int
    Definition Classes
    SeqOps
  121. def lastIndexWhere(p: (A) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  122. def lastIndexWhere(p: (A) => Boolean, end: Int): Int
    Definition Classes
    SeqOps
  123. def lastOption: Option[A]
    Definition Classes
    IterableOps
  124. def lazyZip[B](that: collection.Iterable[B]): LazyZip2[A, B, WrappedArray.this.type]
    Definition Classes
    Iterable
  125. def length: Int
    Definition Classes
    WrappedArray → SeqOps
    Annotations
    @inline()
  126. final def lengthCompare(that: collection.Iterable[_]): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  127. final def lengthCompare(len: Int): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  128. final def lengthIs: SizeCompareOps
    Definition Classes
    SeqOps
    Annotations
    @inline()
  129. 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
  130. def lift: (Int) => Option[A]
    Definition Classes
    PartialFunction
  131. def map[B](f: (A) => B): WrappedArray[B]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  132. def mapInPlace(f: (A) => A): WrappedArray.this.type
    Definition Classes
    IndexedSeqOps
  133. def mapResult[NewTo](f: (WrappedArray[A]) => NewTo): Builder[A, NewTo]
    Definition Classes
    Builder
  134. def max[B >: A](implicit ord: math.Ordering[B]): A
    Definition Classes
    IterableOnceOps
  135. def maxBy[B](f: (A) => B)(implicit ord: math.Ordering[B]): A
    Definition Classes
    IterableOnceOps
  136. def maxByOption[B](f: (A) => B)(implicit ord: math.Ordering[B]): Option[A]
    Definition Classes
    IterableOnceOps
  137. def maxOption[B >: A](implicit ord: math.Ordering[B]): Option[A]
    Definition Classes
    IterableOnceOps
  138. def min[B >: A](implicit ord: math.Ordering[B]): A
    Definition Classes
    IterableOnceOps
  139. def minBy[B](f: (A) => B)(implicit ord: math.Ordering[B]): A
    Definition Classes
    IterableOnceOps
  140. def minByOption[B](f: (A) => B)(implicit ord: math.Ordering[B]): Option[A]
    Definition Classes
    IterableOnceOps
  141. def minOption[B >: A](implicit ord: math.Ordering[B]): Option[A]
    Definition Classes
    IterableOnceOps
  142. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  143. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  144. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  145. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  146. def newSpecificBuilder: Builder[A, WrappedArray[A]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  147. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  148. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  149. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  150. def occCounts[B](sq: collection.Seq[B]): collection.mutable.Map[B, Int]
    Attributes
    protected[collection]
    Definition Classes
    SeqOps
  151. def orElse[A1 <: Int, B1 >: A](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  152. def padTo[B >: A](len: Int, elem: B): WrappedArray[B]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  153. def padToInPlace(len: Int, elem: A): WrappedArray.this.type
    Definition Classes
    Buffer
  154. def partition(p: (A) => Boolean): (WrappedArray[A], WrappedArray[A])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  155. def partitionMap[A1, A2](f: (A) => Either[A1, A2]): (WrappedArray[A1], WrappedArray[A2])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  156. def patch[B >: A](from: Int, other: collection.IterableOnce[B], replaced: Int): WrappedArray[B]
    Definition Classes
    SeqOps
  157. def patchInPlace(from: Int, patch: collection.IterableOnce[A], replaced: Int): WrappedArray.this.type
    Definition Classes
    IndexedBuffer → Buffer
  158. def permutations: collection.Iterator[WrappedArray[A]]
    Definition Classes
    SeqOps
  159. 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
  160. def prepend(elem: A): WrappedArray.this.type
    Definition Classes
    WrappedArray → Buffer
    Annotations
    @inline()
  161. def prependAll(xs: IterableOnce[A]): WrappedArray.this.type
    Definition Classes
    WrappedArray → Buffer
    Annotations
    @inline()
  162. def prepended[B >: A](elem: B): WrappedArray[B]
    Definition Classes
    IndexedSeqOps → SeqOps
  163. def prependedAll[B >: A](prefix: collection.IterableOnce[B]): WrappedArray[B]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  164. def product[B >: A](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  165. 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
  166. 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
  167. def reduce[B >: A](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  168. def reduceLeft[B >: A](op: (B, A) => B): B
    Definition Classes
    IterableOnceOps
  169. def reduceLeftOption[B >: A](op: (B, A) => B): Option[B]
    Definition Classes
    IterableOnceOps
  170. def reduceOption[B >: A](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  171. def reduceRight[B >: A](op: (A, B) => B): B
    Definition Classes
    IterableOnceOps
  172. def reduceRightOption[B >: A](op: (A, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  173. def remove(n: Int, count: Int): Unit
    Definition Classes
    WrappedArray → Buffer
  174. def remove(n: Int): A
    Definition Classes
    WrappedArray → Buffer
  175. def result(): WrappedArray[A]
    Definition Classes
    WrappedArray → Builder
    Annotations
    @inline()
  176. def reverse: WrappedArray[A]
    Definition Classes
    IndexedSeqOps → SeqOps
  177. 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")
  178. def reverseIterator: collection.Iterator[A]
    Definition Classes
    IndexedSeqOps → SeqOps
  179. def reversed: collection.Iterable[A]
    Attributes
    protected
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  180. def runWith[U](action: (A) => U): (Int) => Boolean
    Definition Classes
    PartialFunction
  181. def sameElements[B >: A](that: collection.IterableOnce[B]): Boolean
    Definition Classes
    SeqOps
  182. def scan[B >: A](z: B)(op: (B, B) => B): WrappedArray[B]
    Definition Classes
    IterableOps
  183. def scanLeft[B](z: B)(op: (B, A) => B): WrappedArray[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  184. def scanRight[B](z: B)(op: (A, B) => B): WrappedArray[B]
    Definition Classes
    IterableOps
  185. def search[B >: A](elem: B, from: Int, to: Int)(implicit ord: math.Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  186. def search[B >: A](elem: B)(implicit ord: math.Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  187. def segmentLength(p: (A) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  188. final def segmentLength(p: (A) => Boolean): Int
    Definition Classes
    SeqOps
  189. 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
  190. final def size: Int
    Definition Classes
    SeqOps → IterableOnceOps
  191. final def sizeCompare(that: collection.Iterable[_]): Int
    Definition Classes
    SeqOps → IterableOps
  192. final def sizeCompare(otherSize: Int): Int
    Definition Classes
    SeqOps → IterableOps
  193. final def sizeHint(coll: collection.IterableOnce[_], delta: Int): Unit
    Definition Classes
    Builder
  194. def sizeHint(size: Int): Unit
    Definition Classes
    Builder
  195. final def sizeHintBounded(size: Int, boundingColl: collection.Iterable[_]): Unit
    Definition Classes
    Builder
  196. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  197. def slice(from: Int, until: Int): WrappedArray[A]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  198. def sliceInPlace(start: Int, end: Int): WrappedArray.this.type
    Definition Classes
    Buffer
  199. def sliding(size: Int, step: Int): collection.Iterator[WrappedArray[A]]
    Definition Classes
    IterableOps
  200. def sliding(size: Int): collection.Iterator[WrappedArray[A]]
    Definition Classes
    IterableOps
  201. 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
  202. def sortBy[B](f: (A) => B)(implicit ord: Ordering[B]): WrappedArray[A]
    Definition Classes
    SeqOps
  203. def sortInPlace[B >: A]()(implicit ord: Ordering[B]): WrappedArray.this.type
    Definition Classes
    IndexedSeqOps
  204. def sortInPlaceBy[B](f: (A) => B)(implicit ord: Ordering[B]): WrappedArray.this.type
    Definition Classes
    IndexedSeqOps
  205. def sortInPlaceWith(lt: (A, A) => Boolean): WrappedArray.this.type
    Definition Classes
    IndexedSeqOps
  206. def sortWith(lt: (A, A) => Boolean): WrappedArray[A]
    Definition Classes
    SeqOps
  207. def sorted[B >: A](implicit ord: Ordering[B]): WrappedArray[A]
    Definition Classes
    SeqOps
  208. def span(p: (A) => Boolean): (WrappedArray[A], WrappedArray[A])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  209. 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
  210. def splitAt(n: Int): (WrappedArray[A], WrappedArray[A])
    Definition Classes
    IterableOps → IterableOnceOps
  211. def startsWith[B >: A](that: collection.IterableOnce[B], offset: Int): Boolean
    Definition Classes
    SeqOps
  212. def stepper[S <: Stepper[_]](implicit shape: StepperShape[A, S]): S with EfficientSplit
    Definition Classes
    IndexedSeqOps → IterableOnce
  213. final def strictOptimizedCollect[B, C2](b: Builder[B, C2], pf: PartialFunction[A, B]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  214. final def strictOptimizedConcat[B >: A, C2](that: collection.IterableOnce[B], b: Builder[B, C2]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  215. final def strictOptimizedFlatMap[B, C2](b: Builder[B, C2], f: (A) => collection.IterableOnce[B]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  216. final def strictOptimizedFlatten[B, C2](b: Builder[B, C2])(implicit toIterableOnce: (A) => collection.IterableOnce[B]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  217. final def strictOptimizedMap[B, C2](b: Builder[B, C2], f: (A) => B): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  218. final def strictOptimizedZip[B, C2](that: collection.IterableOnce[B], b: Builder[(A, B), C2]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  219. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    IndexedSeq → Seq → Iterable
  220. def subtractAll(xs: collection.IterableOnce[A]): WrappedArray.this.type
    Definition Classes
    Shrinkable
  221. def subtractOne(x: A): WrappedArray.this.type
    Definition Classes
    Buffer → Shrinkable
  222. def sum[B >: A](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  223. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  224. def tail: WrappedArray[A]
    Definition Classes
    IterableOps
  225. def tails: collection.Iterator[WrappedArray[A]]
    Definition Classes
    IterableOps
  226. def take(n: Int): WrappedArray[A]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  227. def takeInPlace(n: Int): WrappedArray.this.type
    Definition Classes
    Buffer
  228. def takeRight(n: Int): WrappedArray[A]
    Definition Classes
    IndexedSeqOps → IterableOps
  229. def takeRightInPlace(n: Int): WrappedArray.this.type
    Definition Classes
    Buffer
  230. def takeWhile(p: (A) => Boolean): WrappedArray[A]
    Definition Classes
    IterableOps → IterableOnceOps
  231. def takeWhileInPlace(p: (A) => Boolean): WrappedArray.this.type
    Definition Classes
    Buffer
  232. def tapEach[U](f: (A) => U): WrappedArray[A]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  233. def to[C1](factory: Factory[A, C1]): C1
    Definition Classes
    IterableOnceOps
  234. def toArray[B >: A](implicit arg0: ClassTag[B]): scala.Array[B]
    Definition Classes
    IterableOnceOps
  235. final def toBuffer[B >: A]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  236. def toIndexedSeq: collection.immutable.IndexedSeq[A]
    Definition Classes
    IterableOnceOps
  237. def toList: collection.immutable.List[A]
    Definition Classes
    IterableOnceOps
  238. 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
  239. def toMap[K, V](implicit ev: <:<[A, (K, V)]): collection.immutable.Map[K, V]
    Definition Classes
    IterableOnceOps
  240. def toSeq: collection.immutable.Seq[A]
    Definition Classes
    IterableOnceOps
  241. def toSet[B >: A]: collection.immutable.Set[B]
    Definition Classes
    IterableOnceOps
  242. def toString(): String
    Definition Classes
    Seq → Function1 → Iterable → AnyRef → Any
  243. def toVector: collection.immutable.Vector[A]
    Definition Classes
    IterableOnceOps
  244. def transpose[B](implicit asIterable: (A) => collection.Iterable[B]): WrappedArray[WrappedArray[B]]
    Definition Classes
    IterableOps
  245. def unapply(a: Int): Option[A]
    Definition Classes
    PartialFunction
  246. 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
  247. 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
  248. def unzip[A1, A2](implicit asPair: (A) => (A1, A2)): (WrappedArray[A1], WrappedArray[A2])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  249. def unzip3[A1, A2, A3](implicit asTriple: (A) => (A1, A2, A3)): (WrappedArray[A1], WrappedArray[A2], WrappedArray[A3])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  250. def update(index: Int, elem: A): Unit
    Definition Classes
    WrappedArray → SeqOps
    Annotations
    @inline()
  251. def updated[B >: A](index: Int, elem: B): WrappedArray[B]
    Definition Classes
    SeqOps
  252. 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
  253. def view: IndexedSeqView[A]
    Definition Classes
    IndexedSeqOps → SeqOps → IterableOps
  254. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  255. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  256. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  257. def withFilter(p: (A) => Boolean): WithFilter[A, [_]WrappedArray[_]]
    Definition Classes
    IterableOps
  258. def zip[B](that: collection.IterableOnce[B]): WrappedArray[(A, B)]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  259. def zipAll[A1 >: A, B](that: collection.Iterable[B], thisElem: A1, thatElem: B): WrappedArray[(A1, B)]
    Definition Classes
    IterableOps
  260. 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

    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
  4. 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() @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 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
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

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

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

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

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

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

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

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

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

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

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

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

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

    (Since version 2.13.0) Use segmentLength instead of prefixLength

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

    (Since version 2.13.0) Use prependAll instead

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  68. def trimEnd(n: Int): Unit
    Definition Classes
    Buffer
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.4) use dropRightInPlace instead

  69. def trimStart(n: Int): Unit
    Definition Classes
    Buffer
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.4) use dropInPlace instead

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

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

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

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