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 Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WrappedArray
  2. Builder
  3. IndexedBuffer
  4. IndexedSeq
  5. IndexedSeqOps
  6. IndexedSeq
  7. IndexedSeqOps
  8. StrictOptimizedSeqOps
  9. StrictOptimizedIterableOps
  10. AbstractBuffer
  11. Buffer
  12. Shrinkable
  13. Growable
  14. Clearable
  15. AbstractSeq
  16. Seq
  17. SeqOps
  18. Cloneable
  19. Cloneable
  20. Cloneable
  21. Iterable
  22. AbstractSeq
  23. Seq
  24. Equals
  25. SeqOps
  26. PartialFunction
  27. Function1
  28. AbstractIterable
  29. Iterable
  30. Serializable
  31. Serializable
  32. IterableOps
  33. IterableOnceOps
  34. IterableOnce
  35. AnyRef
  36. Any
Implicitly
  1. by SeqCharSequence
  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. All

Instance Constructors

  1. new WrappedArray()

    Creates a new empty WrappedArray.

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

Type Members

  1. type IterableCC[X] = WrappedArray[X]
    Attributes
    protected
    Definition Classes
    IterableOps

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.
    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: (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. val array: Array[A]
  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. 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[A](g: (A) ⇒ Int): (A) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  44. def concat[B >: A](suffix: collection.IterableOnce[B]): WrappedArray[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  45. def contains[A1 >: A](elem: A1): Boolean
    Definition Classes
    SeqOps
  46. def containsSlice[B](that: collection.Seq[B]): Boolean
    Definition Classes
    SeqOps
  47. def copyToArray[B >: A](xs: scala.Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  48. def copyToArray[B >: A](xs: scala.Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
  49. def copyToArray[B >: A](xs: scala.Array[B]): Int
    Definition Classes
    IterableOnceOps
  50. def corresponds[B](that: collection.Seq[B])(p: (A, B) ⇒ Boolean): Boolean
    Definition Classes
    SeqOps
  51. def corresponds[B](that: collection.IterableOnce[B])(p: (A, B) ⇒ Boolean): Boolean
    Definition Classes
    IterableOnceOps
  52. def count(p: (A) ⇒ Boolean): Int
    Definition Classes
    IterableOnceOps
  53. def diff(that: collection.Seq[_ >: A]): WrappedArray[A]
    Definition Classes
    SeqOps
  54. def distinct: WrappedArray[A]
    Definition Classes
    SeqOps
  55. def distinctBy[B](f: (A) ⇒ B): WrappedArray[A]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  56. def drop(n: Int): WrappedArray[A]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  57. def dropInPlace(n: Int): WrappedArray.this.type
    Definition Classes
    Buffer
  58. def dropRight(n: Int): WrappedArray[A]
    Definition Classes
    IndexedSeqOps → IterableOps
  59. def dropRightInPlace(n: Int): WrappedArray.this.type
    Definition Classes
    Buffer
  60. def dropWhile(p: (A) ⇒ Boolean): WrappedArray[A]
    Definition Classes
    IterableOps → IterableOnceOps
  61. def dropWhileInPlace(p: (A) ⇒ Boolean): WrappedArray.this.type
    Definition Classes
    Buffer
  62. def endsWith[B >: A](that: collection.Iterable[B]): Boolean
    Definition Classes
    SeqOps
  63. 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
  64. 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
  65. 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
  66. 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
  67. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  68. def equals(o: scala.Any): Boolean
    Definition Classes
    Seq → Equals → AnyRef → Any
  69. def exists(p: (A) ⇒ Boolean): Boolean
    Definition Classes
    IterableOnceOps
  70. def filter(pred: (A) ⇒ Boolean): WrappedArray[A]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  71. def filterImpl(pred: (A) ⇒ Boolean, isFlipped: Boolean): WrappedArray[A]
    Attributes
    protected[scala.collection]
    Definition Classes
    StrictOptimizedIterableOps
  72. def filterInPlace(p: (A) ⇒ Boolean): WrappedArray.this.type
    Definition Classes
    IndexedBuffer
  73. def filterNot(pred: (A) ⇒ Boolean): WrappedArray[A]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  74. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  75. def find(p: (A) ⇒ Boolean): Option[A]
    Definition Classes
    IterableOnceOps
  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 foldLeft[B](z: B)(op: (B, A) ⇒ B): B
    Definition Classes
    IterableOnceOps
  80. def foldRight[B](z: B)(op: (A, B) ⇒ B): B
    Definition Classes
    IterableOnceOps
  81. def forall(p: (A) ⇒ Boolean): Boolean
    Definition Classes
    IterableOnceOps
  82. def foreach[U](f: (A) ⇒ U): Unit
    Definition Classes
    IterableOnceOps
  83. 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()
  84. def fromSpecific(coll: collection.IterableOnce[A]): IterableCC[A]
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  85. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  86. def groupBy[K](f: (A) ⇒ K): Map[K, WrappedArray[A]]
    Definition Classes
    IterableOps
  87. def groupMap[K, B](key: (A) ⇒ K)(f: (A) ⇒ B): Map[K, WrappedArray[B]]
    Definition Classes
    IterableOps
  88. def groupMapReduce[K, B](key: (A) ⇒ K)(f: (A) ⇒ B)(reduce: (B, B) ⇒ B): 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
    IterableOps
  93. def headOption: Option[A]
    Definition Classes
    IterableOps
  94. 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")
  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("Override indexOfSlice(that, from) instead - indexOfSlice(that) calls indexOfSlice(that, 0)", "2.13.0")
  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("Override indexWhere(p, from) instead - indexWhere(p) calls indexWhere(p, 0)", "2.13.0")
  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(that: collection.Seq[_ >: A]): WrappedArray[A]
    Definition Classes
    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 → 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.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("slice")
  116. final def knownSize: Int
    Definition Classes
    IndexedSeqOps → IterableOnceOps → IterableOnce
  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("Override lastIndexOfSlice(that, end) instead - lastIndexOfSlice(that) calls lastIndexOfSlice(that, Int.MaxValue)", "2.13.0")
  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("Override lastIndexWhere(p, end) instead - lastIndexWhere(p) calls lastIndexWhere(p, Int.MaxValue)", "2.13.0")
  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(len: Int): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  127. final def lengthIs: SizeCompareOps
    Definition Classes
    SeqOps
    Annotations
    @inline()
  128. 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
  129. def lift: (Int) ⇒ Option[A]
    Definition Classes
    PartialFunction
  130. def map[B](f: (A) ⇒ B): WrappedArray[B]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  131. def mapInPlace(f: (A) ⇒ A): WrappedArray.this.type
    Definition Classes
    IndexedSeqOps
  132. def mapResult[NewTo](f: (WrappedArray[A]) ⇒ NewTo): Builder[A, NewTo]
    Definition Classes
    Builder
  133. def max[B >: A](implicit ord: math.Ordering[B]): A
    Definition Classes
    IterableOnceOps
  134. def maxBy[B](f: (A) ⇒ B)(implicit cmp: math.Ordering[B]): A
    Definition Classes
    IterableOnceOps
  135. def maxByOption[B](f: (A) ⇒ B)(implicit cmp: math.Ordering[B]): Option[A]
    Definition Classes
    IterableOnceOps
  136. def maxOption[B >: A](implicit ord: math.Ordering[B]): Option[A]
    Definition Classes
    IterableOnceOps
  137. def min[B >: A](implicit ord: math.Ordering[B]): A
    Definition Classes
    IterableOnceOps
  138. def minBy[B](f: (A) ⇒ B)(implicit cmp: math.Ordering[B]): A
    Definition Classes
    IterableOnceOps
  139. def minByOption[B](f: (A) ⇒ B)(implicit cmp: math.Ordering[B]): Option[A]
    Definition Classes
    IterableOnceOps
  140. def minOption[B >: A](implicit ord: math.Ordering[B]): Option[A]
    Definition Classes
    IterableOnceOps
  141. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  142. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  143. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  144. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  145. def newSpecificBuilder: Builder[A, IterableCC[A]]
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  146. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
  147. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  148. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  149. def orElse[A1 <: Int, B1 >: A](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  150. def padTo[B >: A](len: Int, elem: B): WrappedArray[B]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  151. def padToInPlace(len: Int, elem: A): WrappedArray.this.type
    Definition Classes
    Buffer
  152. def partition(p: (A) ⇒ Boolean): (WrappedArray[A], WrappedArray[A])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  153. def partitionWith[A1, A2](f: (A) ⇒ Either[A1, A2]): (WrappedArray[A1], WrappedArray[A2])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  154. def patch[B >: A](from: Int, other: collection.IterableOnce[B], replaced: Int): WrappedArray[B]
    Definition Classes
    SeqOps
  155. def patchInPlace(from: Int, patch: collection.Seq[A], replaced: Int): WrappedArray.this.type
    Definition Classes
    IndexedBuffer → Buffer
  156. def permutations: collection.Iterator[WrappedArray[A]]
    Definition Classes
    SeqOps
  157. 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
  158. def prepend(elem: A): WrappedArray.this.type
    Definition Classes
    WrappedArray → Buffer
    Annotations
    @inline()
  159. def prependAll(xs: IterableOnce[A]): WrappedArray.this.type
    Definition Classes
    WrappedArray → Buffer
    Annotations
    @inline()
  160. def prepended[B >: A](elem: B): WrappedArray[B]
    Definition Classes
    IndexedSeqOps → SeqOps
  161. def prependedAll[B >: A](prefix: collection.IterableOnce[B]): WrappedArray[B]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  162. def product[B >: A](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  163. 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
  164. 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
  165. def reduce[B >: A](op: (B, B) ⇒ B): B
    Definition Classes
    IterableOnceOps
  166. def reduceLeft[B >: A](op: (B, A) ⇒ B): B
    Definition Classes
    IterableOnceOps
  167. def reduceLeftOption[B >: A](op: (B, A) ⇒ B): Option[B]
    Definition Classes
    IterableOnceOps
  168. def reduceOption[B >: A](op: (B, B) ⇒ B): Option[B]
    Definition Classes
    IterableOnceOps
  169. def reduceRight[B >: A](op: (A, B) ⇒ B): B
    Definition Classes
    IterableOnceOps
  170. def reduceRightOption[B >: A](op: (A, B) ⇒ B): Option[B]
    Definition Classes
    IterableOnceOps
  171. def remove(n: Int, count: Int): Unit
    Definition Classes
    WrappedArray → Buffer
  172. def remove(n: Int): A
    Definition Classes
    WrappedArray → Buffer
  173. def result(): WrappedArray[A]
    Definition Classes
    WrappedArray → Builder
    Annotations
    @inline()
  174. def reverse: WrappedArray[A]
    Definition Classes
    IndexedSeqOps → SeqOps
  175. 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("reverse")
  176. def reverseIterator: collection.Iterator[A]
    Definition Classes
    IndexedSeqOps → SeqOps
  177. def reversed: collection.Iterable[A]
    Attributes
    protected
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  178. def runWith[U](action: (A) ⇒ U): (Int) ⇒ Boolean
    Definition Classes
    PartialFunction
  179. def sameElements[B >: A](that: collection.IterableOnce[B]): Boolean
    Definition Classes
    SeqOps
  180. def scanLeft[B](z: B)(op: (B, A) ⇒ B): WrappedArray[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  181. def scanRight[B](z: B)(op: (A, B) ⇒ B): WrappedArray[B]
    Definition Classes
    IterableOps
  182. def search[B >: A](elem: B, from: Int, to: Int)(implicit ord: math.Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  183. def search[B >: A](elem: B)(implicit ord: math.Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  184. def segmentLength(p: (A) ⇒ Boolean, from: Int): Int
    Definition Classes
    SeqOps
  185. 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
  186. final def size: Int
    Definition Classes
    SeqOps → IterableOnceOps
  187. final def sizeCompare(that: collection.Iterable[_]): Int
    Definition Classes
    IndexedSeqOps → IterableOps
  188. final def sizeCompare(_size: Int): Int
    Definition Classes
    SeqOps → IterableOps
  189. final def sizeHint(coll: collection.IterableOnce[_], delta: Int): Unit
    Definition Classes
    Builder
  190. def sizeHint(size: Int): Unit
    Definition Classes
    Builder
  191. final def sizeHintBounded(size: Int, boundingColl: collection.Iterable[_]): Unit
    Definition Classes
    Builder
  192. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  193. def slice(from: Int, until: Int): WrappedArray[A]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  194. def sliceInPlace(start: Int, end: Int): WrappedArray.this.type
    Definition Classes
    Buffer
  195. def sliding(size: Int, step: Int): collection.Iterator[WrappedArray[A]]
    Definition Classes
    IterableOps
  196. def sliding(size: Int): collection.Iterator[WrappedArray[A]]
    Definition Classes
    IterableOps
  197. 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
  198. def sortBy[B](f: (A) ⇒ B)(implicit ord: Ordering[B]): WrappedArray[A]
    Definition Classes
    SeqOps
  199. def sortInPlace[B >: A]()(implicit ord: Ordering[B]): WrappedArray.this.type
    Definition Classes
    IndexedSeqOps
  200. def sortInPlaceBy[B](f: (A) ⇒ B)(implicit ord: Ordering[B]): WrappedArray.this.type
    Definition Classes
    IndexedSeqOps
  201. def sortInPlaceWith(lt: (A, A) ⇒ Boolean): WrappedArray.this.type
    Definition Classes
    IndexedSeqOps
  202. def sortWith(lt: (A, A) ⇒ Boolean): WrappedArray[A]
    Definition Classes
    SeqOps
  203. def sorted[B >: A](implicit ord: Ordering[B]): WrappedArray[A]
    Definition Classes
    SeqOps
  204. def span(p: (A) ⇒ Boolean): (WrappedArray[A], WrappedArray[A])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  205. 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
  206. def splitAt(n: Int): (WrappedArray[A], WrappedArray[A])
    Definition Classes
    IterableOps
  207. def startsWith[B >: A](that: collection.IterableOnce[B], offset: Int): Boolean
    Definition Classes
    SeqOps
  208. final def strictOptimizedCollect[B, C2](b: Builder[B, C2], pf: PartialFunction[A, B]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  209. final def strictOptimizedConcat[B >: A, C2](that: collection.IterableOnce[B], b: Builder[B, C2]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  210. final def strictOptimizedFlatMap[B, C2](b: Builder[B, C2], f: (A) ⇒ collection.IterableOnce[B]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  211. final def strictOptimizedFlatten[B, C2](b: Builder[B, C2])(implicit toIterableOnce: (A) ⇒ collection.IterableOnce[B]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  212. final def strictOptimizedMap[B, C2](b: Builder[B, C2], f: (A) ⇒ B): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  213. final def strictOptimizedZip[B, C2](that: collection.IterableOnce[B], b: Builder[(A, B), C2]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  214. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    IndexedSeq → Seq → Iterable
  215. 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
  216. def subtractAll(xs: collection.IterableOnce[A]): WrappedArray.this.type
    Definition Classes
    Shrinkable
  217. def subtractOne(x: A): WrappedArray.this.type
    Definition Classes
    Buffer → Shrinkable
  218. def sum[B >: A](implicit num: math.Numeric[B]): B
    Definition Classes
    IterableOnceOps
  219. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  220. def tail: WrappedArray[A]
    Definition Classes
    IterableOps
  221. def tails: collection.Iterator[WrappedArray[A]]
    Definition Classes
    IterableOps
  222. def take(n: Int): WrappedArray[A]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  223. def takeInPlace(n: Int): WrappedArray.this.type
    Definition Classes
    Buffer
  224. def takeRight(n: Int): WrappedArray[A]
    Definition Classes
    IndexedSeqOps → IterableOps
  225. def takeRightInPlace(n: Int): WrappedArray.this.type
    Definition Classes
    Buffer
  226. def takeWhile(p: (A) ⇒ Boolean): WrappedArray[A]
    Definition Classes
    IterableOps → IterableOnceOps
  227. def takeWhileInPlace(p: (A) ⇒ Boolean): WrappedArray.this.type
    Definition Classes
    Buffer
  228. def to[C1](factory: Factory[A, C1]): C1
    Definition Classes
    IterableOnceOps
  229. def toArray[B >: A](implicit arg0: ClassTag[B]): scala.Array[B]
    Definition Classes
    IterableOnceOps
  230. final def toBuffer[B >: A]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  231. def toIndexedSeq: collection.immutable.IndexedSeq[A]
    Definition Classes
    IterableOnceOps
  232. final def toIterable: WrappedArray.this.type
    Definition Classes
    Iterable → IterableOps
  233. def toList: collection.immutable.List[A]
    Definition Classes
    IterableOnceOps
  234. 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
  235. def toMap[K, V](implicit ev: <:<[A, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  236. def toSeq: collection.immutable.Seq[A]
    Definition Classes
    IterableOnceOps
  237. def toSet[B >: A]: Set[B]
    Definition Classes
    IterableOnceOps
  238. def toString(): String
    Definition Classes
    Seq → Function1 → Iterable → AnyRef → Any
  239. def toVector: collection.immutable.Vector[A]
    Definition Classes
    IterableOnceOps
  240. def transpose[B](implicit asIterable: (A) ⇒ collection.Iterable[B]): WrappedArray[WrappedArray[B]]
    Definition Classes
    IterableOps
  241. def trimEnd(n: Int): Unit
    Definition Classes
    Buffer
  242. def trimStart(n: Int): Unit
    Definition Classes
    Buffer
  243. 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
  244. def unzip[A1, A2](implicit asPair: (A) ⇒ (A1, A2)): (WrappedArray[A1], WrappedArray[A2])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  245. def unzip3[A1, A2, A3](implicit asTriple: (A) ⇒ (A1, A2, A3)): (WrappedArray[A1], WrappedArray[A2], WrappedArray[A3])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  246. def update(index: Int, elem: A): Unit
    Definition Classes
    WrappedArray → SeqOps
    Annotations
    @inline()
  247. def updated[B >: A](index: Int, elem: B): WrappedArray[B]
    Definition Classes
    SeqOps
  248. 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
  249. def view: IndexedSeqView[A]
    Definition Classes
    IndexedSeqOps → SeqOps → IterableOps
  250. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  251. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  252. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws(classOf[java.lang.InterruptedException])
  253. def withFilter(p: (A) ⇒ Boolean): WithFilter[A, [_]WrappedArray[_]]
    Definition Classes
    IterableOps
  254. def writeReplace(): AnyRef
    Attributes
    protected[this]
    Definition Classes
    Iterable
  255. def zip[B](that: collection.IterableOnce[B]): WrappedArray[(A, B)]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  256. def zipAll[A1 >: A, B](that: collection.Iterable[B], thisElem: A1, thatElem: B): WrappedArray[(A1, B)]
    Definition Classes
    IterableOps
  257. def zipWithIndex: WrappedArray[(A, Int)]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  258. 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.
    Definition Classes
    ArrowAssoc

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[IterableCC]
    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 fold[A1 >: A](z: A1)(op: (A1, A1) ⇒ A1): A1
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use foldLeft 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. final def hasDefiniteSize: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .knownSize >=0 instead of .hasDefiniteSize

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

    (Since version 2.13.0) Use .iterator.isEmpty instead

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

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

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

    (Since version 2.13.0) Use .iterator.max instead

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

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

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

    (Since version 2.13.0) Use .iterator.min instead

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

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

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

    (Since version 2.13.0) Use .iterator.mkString instead

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

    (Since version 2.13.0) Use .iterator.mkString instead

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

    (Since version 2.13.0) Use .iterator.mkString instead

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

    (Since version 2.13.0) Use .iterator.nonEmpty instead

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

    (Since version 2.13.0) Use segmentLength instead of prefixLength

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

    (Since version 2.13.0) Use prependAll instead

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

    (Since version 2.13.0) Use .iterator.product instead

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

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

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

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

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

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

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

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

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

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

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

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

  43. final def repr: WrappedArray[A]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

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

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

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

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

    (Since version 2.13.0) Use .iterator.sameElements instead

  46. def scan[B >: A](z: B)(op: (B, B) ⇒ B): WrappedArray[B]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use scanLeft 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. 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

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

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

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

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

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

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

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

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

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

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

    (Since version 2.13.0) Use toIterable instead

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

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

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

    (Since version 2.13.0) Use concat instead

  68. final def view(from: Int, until: Int): View[A]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @inline()
    Deprecated

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

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

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 Cloneable

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 Serializable

Inherited from java.io.Serializable

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