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

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

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

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

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

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

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

    (Since version 2.13.0) Use appendAll instead

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    (Since version 2.13.0) Use segmentLength instead of prefixLength

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

    (Since version 2.13.0) Use prependAll instead

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  56. def toMap[K, V](implicit ev: <:<[A, (K, V)]): 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

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

  58. def toSet[B >: A]: 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

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

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

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

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

    (Since version 2.13.0) Use toIterable instead

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

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

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

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

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

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