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

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