scala.scalajs.js

WrappedArray

final class WrappedArray[A] extends AbstractBuffer[A] with GenericTraversableTemplate[A, WrappedArray] with collection.mutable.IndexedSeq[A] with BufferLike[A, WrappedArray[A]] with ArrayLike[A, WrappedArray[A]] with Builder[A, WrappedArray[A]]

Equivalent of scm.WrappedArray for js.Array

Annotations
@inline()
Linear Supertypes
Builder[A, WrappedArray[A]], ArrayLike[A, WrappedArray[A]], IndexedSeqOptimized[A, WrappedArray[A]], IndexedSeqOptimized[A, WrappedArray[A]], collection.mutable.IndexedSeq[A], IndexedSeqLike[A, WrappedArray[A]], collection.IndexedSeq[A], IndexedSeqLike[A, WrappedArray[A]], AbstractBuffer[A], Buffer[A], BufferLike[A, WrappedArray[A]], Subtractable[A, WrappedArray[A]], Scriptable[A], Shrinkable[A], Growable[A], Clearable, AbstractSeq[A], collection.mutable.Seq[A], SeqLike[A, WrappedArray[A]], collection.mutable.Cloneable[WrappedArray[A]], Cloneable, java.lang.Cloneable, collection.mutable.Iterable[A], collection.mutable.Traversable[A], Mutable, AbstractSeq[A], collection.Seq[A], SeqLike[A, WrappedArray[A]], GenSeq[A], GenSeqLike[A, WrappedArray[A]], PartialFunction[Int, A], (Int) ⇒ A, AbstractIterable[A], collection.Iterable[A], IterableLike[A, WrappedArray[A]], Equals, GenIterable[A], GenIterableLike[A, WrappedArray[A]], AbstractTraversable[A], collection.Traversable[A], GenTraversable[A], GenericTraversableTemplate[A, WrappedArray], TraversableLike[A, WrappedArray[A]], GenTraversableLike[A, WrappedArray[A]], Parallelizable[A, ParSeq[A]], collection.TraversableOnce[A], GenTraversableOnce[A], FilterMonadic[A, WrappedArray[A]], HasNewBuilder[A, scala.scalajs.js.WrappedArray[A] @scala.annotation.unchecked.uncheckedVariance], AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WrappedArray
  2. Builder
  3. ArrayLike
  4. IndexedSeqOptimized
  5. IndexedSeqOptimized
  6. IndexedSeq
  7. IndexedSeqLike
  8. IndexedSeq
  9. IndexedSeqLike
  10. AbstractBuffer
  11. Buffer
  12. BufferLike
  13. Subtractable
  14. Scriptable
  15. Shrinkable
  16. Growable
  17. Clearable
  18. AbstractSeq
  19. Seq
  20. SeqLike
  21. Cloneable
  22. Cloneable
  23. Cloneable
  24. Iterable
  25. Traversable
  26. Mutable
  27. AbstractSeq
  28. Seq
  29. SeqLike
  30. GenSeq
  31. GenSeqLike
  32. PartialFunction
  33. Function1
  34. AbstractIterable
  35. Iterable
  36. IterableLike
  37. Equals
  38. GenIterable
  39. GenIterableLike
  40. AbstractTraversable
  41. Traversable
  42. GenTraversable
  43. GenericTraversableTemplate
  44. TraversableLike
  45. GenTraversableLike
  46. Parallelizable
  47. TraversableOnce
  48. GenTraversableOnce
  49. FilterMonadic
  50. HasNewBuilder
  51. AnyRef
  52. Any
Implicitly
  1. by seqToCharSequence
  2. by toJSArray
  3. by traversable2ops
  4. by MonadOps
  5. by any2stringadd
  6. by any2stringfmt
  7. by any2ArrowAssoc
  8. by any2Ensuring
  9. by alternateImplicit
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WrappedArray()

    Creates a new empty WrappedArray.

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

Type Members

  1. class Elements extends AbstractIterator[A] with collection.BufferedIterator[A] with Serializable

    Attributes
    protected
    Definition Classes
    IndexedSeqLike
    Annotations
    @SerialVersionUID( 1756321872811029277L )
  2. type Self = WrappedArray[A]

    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  3. class WithFilter extends FilterMonadic[A, Repr]

    Definition Classes
    TraversableLike

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: scala.Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ++(xs: GenTraversableOnce[A]): WrappedArray[A]

    Definition Classes
    BufferLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) ++ creates a new buffer. Use ++= to add an element from this buffer and return that buffer itself.

  6. def ++[B >: A, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[WrappedArray[A], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  7. def ++:[B >: A, That](that: collection.Traversable[B])(implicit bf: CanBuildFrom[WrappedArray[A], B, That]): That

    Definition Classes
    TraversableLike
  8. def ++:[B >: A, That](that: collection.TraversableOnce[B])(implicit bf: CanBuildFrom[WrappedArray[A], B, That]): That

    Definition Classes
    TraversableLike
  9. def ++=(xs: collection.TraversableOnce[A]): WrappedArray.this.type

    Definition Classes
    Growable
  10. def ++=:(xs: TraversableOnce[A]): WrappedArray.this.type

    Definition Classes
    WrappedArray → BufferLike
    Annotations
    @inline()
  11. def +:[B >: A, That](elem: B)(implicit bf: CanBuildFrom[WrappedArray[A], B, That]): That

    Definition Classes
    SeqLike → GenSeqLike
  12. def +=(elem: A): WrappedArray.this.type

    Definition Classes
    WrappedArray → Builder → BufferLike → Growable
    Annotations
    @inline()
  13. def +=(elem1: A, elem2: A, elems: A*): WrappedArray.this.type

    Definition Classes
    Growable
  14. def +=:(elem: A): WrappedArray.this.type

    Definition Classes
    WrappedArray → BufferLike
    Annotations
    @inline()
  15. def -(elem1: A, elem2: A, elems: A*): WrappedArray[A]

    Definition Classes
    BufferLike → Subtractable
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) - creates a new buffer. Use -= to remove an element from this buffer and return that buffer itself.

  16. def -(elem: A): WrappedArray[A]

    Definition Classes
    BufferLike → Subtractable
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) - creates a new buffer. Use -= to remove an element from this buffer and return that buffer itself.

  17. def --(xs: GenTraversableOnce[A]): WrappedArray[A]

    Definition Classes
    BufferLike → Subtractable
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) -- creates a new buffer. Use --= to remove an element from this buffer and return that buffer itself.

  18. def --=(xs: collection.TraversableOnce[A]): WrappedArray.this.type

    Definition Classes
    Shrinkable
  19. def -=(x: A): WrappedArray.this.type

    Definition Classes
    BufferLike → Shrinkable
  20. def -=(elem1: A, elem2: A, elems: A*): WrappedArray.this.type

    Definition Classes
    Shrinkable
  21. def ->[B](y: B): (WrappedArray[A], B)

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to ArrowAssoc[WrappedArray[A]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  22. def /:[B](z: B)(op: (B, A) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  23. def :+[B >: A, That](elem: B)(implicit bf: CanBuildFrom[WrappedArray[A], B, That]): That

    Definition Classes
    SeqLike → GenSeqLike
  24. def :\[B](z: B)(op: (A, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  25. def <<(cmd: Message[A]): Unit

    Definition Classes
    BufferLike → Scriptable
  26. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def ==(arg0: scala.Any): Boolean

    Definition Classes
    Any
  28. def addString(b: StringBuilder): StringBuilder

    Definition Classes
    TraversableOnce
  29. def addString(b: StringBuilder, sep: String): StringBuilder

    Definition Classes
    TraversableOnce
  30. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Definition Classes
    TraversableOnce
  31. def aggregate[B](z: B)(seqop: (B, A) ⇒ B, combop: (B, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  32. def andThen[C](k: (A) ⇒ C): PartialFunction[Int, C]

    Definition Classes
    PartialFunction → Function1
  33. def append(elems: A*): Unit

    Definition Classes
    BufferLike
  34. def appendAll(xs: collection.TraversableOnce[A]): Unit

    Definition Classes
    BufferLike
  35. def apply(index: Int): A

    Definition Classes
    WrappedArray → BufferLike → SeqLike → GenSeqLike → Function1
    Annotations
    @inline()
  36. def applyOrElse[A1 <: Int, B1 >: A](x: A1, default: (A1) ⇒ B1): B1

    Definition Classes
    PartialFunction
  37. val array: Array[A]

  38. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  39. def asParIterable: ParIterable[A]

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to TraversableOps[A] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  40. def asParSeq: ParSeq[A]

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to TraversableOps[A] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  41. def canEqual(that: scala.Any): Boolean

    Definition Classes
    IterableLike → Equals
  42. def charAt(arg0: Int): Char

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to CharSequence performed by method seqToCharSequence in scala.Predef. This conversion will take place only if A is a subclass of Char (A <: Char).
    Definition Classes
    CharSequence
  43. def clear(): Unit

    Definition Classes
    WrappedArray → Builder → BufferLike → Growable → Clearable
    Annotations
    @inline()
  44. def clone(): WrappedArray[A]

    Definition Classes
    BufferLike → Cloneable → AnyRef
  45. def collect[B, That](pf: PartialFunction[A, B])(implicit bf: CanBuildFrom[WrappedArray[A], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  46. def collectFirst[B](pf: PartialFunction[A, B]): Option[B]

    Definition Classes
    TraversableOnce
  47. def combinations(n: Int): collection.Iterator[WrappedArray[A]]

    Definition Classes
    SeqLike
  48. def companion: GenericCompanion[WrappedArray]

    Definition Classes
    WrappedArray → IndexedSeq → IndexedSeq → Buffer → Seq → Iterable → Traversable → Seq → GenSeq → Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  49. def compose[A](g: (A) ⇒ Int): (A) ⇒ A

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  50. 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 information
    This member is added by an implicit conversion from WrappedArray[A] to Array[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Array
  51. def contains(elem: scala.Any): Boolean

    Definition Classes
    SeqLike
  52. def containsSlice[B](that: GenSeq[B]): Boolean

    Definition Classes
    SeqLike
  53. def copyToArray[B >: A](xs: scala.Array[B], start: Int, len: Int): Unit

    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  54. def copyToArray[B >: A](xs: scala.Array[B]): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  55. def copyToArray[B >: A](xs: scala.Array[B], start: Int): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  56. def copyToBuffer[B >: A](dest: Buffer[B]): Unit

    Definition Classes
    TraversableOnce
  57. def corresponds[B](that: GenSeq[B])(p: (A, B) ⇒ Boolean): Boolean

    Definition Classes
    SeqLike → GenSeqLike
  58. def count(p: (A) ⇒ Boolean): Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  59. def deep: collection.IndexedSeq[scala.Any]

    Definition Classes
    ArrayLike
  60. def diff[B >: A](that: GenSeq[B]): WrappedArray[A]

    Definition Classes
    SeqLike → GenSeqLike
  61. def distinct: WrappedArray[A]

    Definition Classes
    SeqLike → GenSeqLike
  62. def drop(n: Int): WrappedArray[A]

    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  63. def dropRight(n: Int): WrappedArray[A]

    Definition Classes
    IndexedSeqOptimized → IterableLike
  64. def dropWhile(p: (A) ⇒ Boolean): WrappedArray[A]

    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  65. def endsWith[B](that: GenSeq[B]): Boolean

    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  66. def ensuring(cond: (WrappedArray[A]) ⇒ Boolean, msg: ⇒ scala.Any): WrappedArray[A]

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to Ensuring[WrappedArray[A]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  67. def ensuring(cond: (WrappedArray[A]) ⇒ Boolean): WrappedArray[A]

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to Ensuring[WrappedArray[A]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  68. def ensuring(cond: Boolean, msg: ⇒ scala.Any): WrappedArray[A]

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to Ensuring[WrappedArray[A]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  69. def ensuring(cond: Boolean): WrappedArray[A]

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to Ensuring[WrappedArray[A]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  70. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  71. def equals(that: scala.Any): Boolean

    Definition Classes
    GenSeqLike → Equals → Any
  72. def exists(p: (A) ⇒ Boolean): Boolean

    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  73. def filter(p: (A) ⇒ Boolean): WrappedArray[A]

    Definition Classes
    TraversableLike → GenTraversableLike
  74. def filterNot(p: (A) ⇒ Boolean): WrappedArray[A]

    Definition Classes
    TraversableLike → GenTraversableLike
  75. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  76. def find(p: (A) ⇒ Boolean): Option[A]

    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  77. def flatMap[B, That](f: (A) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[WrappedArray[A], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  78. def flatten[B](implicit asTraversable: (A) ⇒ GenTraversableOnce[B]): WrappedArray[B]

    Definition Classes
    GenericTraversableTemplate
  79. def fold[A1 >: A](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  80. def foldLeft[B](z: B)(op: (B, A) ⇒ B): B

    Definition Classes
    IndexedSeqOptimized → TraversableOnce → GenTraversableOnce
  81. def foldRight[B](z: B)(op: (A, B) ⇒ B): B

    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableOnce → GenTraversableOnce
  82. def forall(p: (A) ⇒ Boolean): Boolean

    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  83. def foreach[U](f: (A) ⇒ U): Unit

    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  84. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  85. def genericBuilder[B]: Builder[B, WrappedArray[B]]

    Definition Classes
    GenericTraversableTemplate
  86. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  87. def groupBy[K](f: (A) ⇒ K): Map[K, WrappedArray[A]]

    Definition Classes
    TraversableLike → GenTraversableLike
  88. def grouped(size: Int): collection.Iterator[WrappedArray[A]]

    Definition Classes
    IterableLike
  89. def hasDefiniteSize: Boolean

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  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 information
    This member is added by an implicit conversion from WrappedArray[A] to Array[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Object
  91. def hashCode(): Int

    Definition Classes
    IndexedSeqLike → GenSeqLike → Any
  92. def head: A

    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  93. def headOption: Option[A]

    Definition Classes
    TraversableLike → GenTraversableLike
  94. def ifParSeq[R](isbody: (ParSeq[A]) ⇒ R): (TraversableOps[A])#Otherwise[R]

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to TraversableOps[A] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  95. def indexOf[B >: A](elem: B, from: Int): Int

    Definition Classes
    GenSeqLike
  96. def indexOf[B >: A](elem: B): Int

    Definition Classes
    GenSeqLike
  97. def indexOfSlice[B >: A](that: GenSeq[B], from: Int): Int

    Definition Classes
    SeqLike
  98. def indexOfSlice[B >: A](that: GenSeq[B]): Int

    Definition Classes
    SeqLike
  99. def indexWhere(p: (A) ⇒ Boolean, from: Int): Int

    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  100. def indexWhere(p: (A) ⇒ Boolean): Int

    Definition Classes
    GenSeqLike
  101. def indices: collection.immutable.Range

    Definition Classes
    SeqLike
  102. def init: WrappedArray[A]

    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  103. def inits: collection.Iterator[WrappedArray[A]]

    Definition Classes
    TraversableLike
  104. def insert(n: Int, elems: A*): Unit

    Definition Classes
    BufferLike
  105. def insertAll(n: Int, elems: collection.Traversable[A]): Unit

    Definition Classes
    WrappedArray → BufferLike
    Annotations
    @inline()
  106. def intersect[B >: A](that: GenSeq[B]): WrappedArray[A]

    Definition Classes
    SeqLike → GenSeqLike
  107. def isDefinedAt(idx: Int): Boolean

    Definition Classes
    GenSeqLike
  108. def isEmpty: Boolean

    Definition Classes
    IndexedSeqOptimized → SeqLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  109. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  110. def isParIterable: Boolean

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to TraversableOps[A] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  111. def isParSeq: Boolean

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to TraversableOps[A] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  112. def isParallel: Boolean

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to TraversableOps[A] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  113. def isPrototypeOf(v: Object): Boolean

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

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

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to Array[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Object
  114. final def isTraversableAgain: Boolean

    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  115. def iterator: collection.Iterator[A]

    Definition Classes
    IndexedSeqLike → IterableLike → GenIterableLike
  116. 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 information
    This member is added by an implicit conversion from WrappedArray[A] to Array[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Array
  117. 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 information
    This member is added by an implicit conversion from WrappedArray[A] to Array[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Array
    Annotations
    @JSName( name = "slice" )
  118. def last: A

    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  119. def lastIndexOf[B >: A](elem: B, end: Int): Int

    Definition Classes
    GenSeqLike
  120. def lastIndexOf[B >: A](elem: B): Int

    Definition Classes
    GenSeqLike
  121. def lastIndexOfSlice[B >: A](that: GenSeq[B], end: Int): Int

    Definition Classes
    SeqLike
  122. def lastIndexOfSlice[B >: A](that: GenSeq[B]): Int

    Definition Classes
    SeqLike
  123. def lastIndexWhere(p: (A) ⇒ Boolean, end: Int): Int

    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  124. def lastIndexWhere(p: (A) ⇒ Boolean): Int

    Definition Classes
    GenSeqLike
  125. def lastOption: Option[A]

    Definition Classes
    TraversableLike → GenTraversableLike
  126. def length: Int

    Definition Classes
    WrappedArray → BufferLike → SeqLike → GenSeqLike
    Annotations
    @inline()
  127. def lengthCompare(len: Int): Int

    Definition Classes
    IndexedSeqOptimized → SeqLike
  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 information
    This member is added by an implicit conversion from WrappedArray[A] to Array[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, That](f: (A) ⇒ B)(implicit bf: CanBuildFrom[WrappedArray[A], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  131. def mapResult[NewTo](f: (WrappedArray[A]) ⇒ NewTo): Builder[A, NewTo]

    Definition Classes
    Builder
  132. def max[B >: A](implicit cmp: Ordering[B]): A

    Definition Classes
    TraversableOnce → GenTraversableOnce
  133. def maxBy[B](f: (A) ⇒ B)(implicit cmp: Ordering[B]): A

    Definition Classes
    TraversableOnce → GenTraversableOnce
  134. def min[B >: A](implicit cmp: Ordering[B]): A

    Definition Classes
    TraversableOnce → GenTraversableOnce
  135. def minBy[B](f: (A) ⇒ B)(implicit cmp: Ordering[B]): A

    Definition Classes
    TraversableOnce → GenTraversableOnce
  136. def mkString: String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  137. def mkString(sep: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  138. def mkString(start: String, sep: String, end: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  139. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  140. def newBuilder: Builder[A, WrappedArray[A]]

    Attributes
    protected[this]
    Definition Classes
    GenericTraversableTemplate → HasNewBuilder
  141. def nonEmpty: Boolean

    Definition Classes
    TraversableOnce → GenTraversableOnce
  142. final def notify(): Unit

    Definition Classes
    AnyRef
  143. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  144. def orElse[A1 <: Int, B1 >: A](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Definition Classes
    PartialFunction
  145. def padTo[B >: A, That](len: Int, elem: B)(implicit bf: CanBuildFrom[WrappedArray[A], B, That]): That

    Definition Classes
    SeqLike → GenSeqLike
  146. def par: ParSeq[A]

    Definition Classes
    Parallelizable
  147. def parCombiner: Combiner[A, ParSeq[A]]

    Attributes
    protected[this]
    Definition Classes
    SeqLike → SeqLike → TraversableLike → Parallelizable
  148. def partition(p: (A) ⇒ Boolean): (WrappedArray[A], WrappedArray[A])

    Definition Classes
    TraversableLike → GenTraversableLike
  149. def patch[B >: A, That](from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[WrappedArray[A], B, That]): That

    Definition Classes
    SeqLike → GenSeqLike
  150. def permutations: collection.Iterator[WrappedArray[A]]

    Definition Classes
    SeqLike
  151. 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 information
    This member is added by an implicit conversion from WrappedArray[A] to Array[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Array
  152. def prefixLength(p: (A) ⇒ Boolean): Int

    Definition Classes
    GenSeqLike
  153. def prepend(elems: A*): Unit

    Definition Classes
    BufferLike
  154. def prependAll(xs: collection.TraversableOnce[A]): Unit

    Definition Classes
    BufferLike
  155. def product[B >: A](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  156. 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 information
    This member is added by an implicit conversion from WrappedArray[A] to Array[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Object
  157. 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 information
    This member is added by an implicit conversion from WrappedArray[A] to Array[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Array
  158. def readOnly: collection.Seq[A]

    Definition Classes
    BufferLike
  159. def reduce[A1 >: A](op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  160. def reduceLeft[B >: A](op: (B, A) ⇒ B): B

    Definition Classes
    IndexedSeqOptimized → TraversableOnce
  161. def reduceLeftOption[B >: A](op: (B, A) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  162. def reduceOption[A1 >: A](op: (A1, A1) ⇒ A1): Option[A1]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  163. def reduceRight[B >: A](op: (A, B) ⇒ B): B

    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableOnce → GenTraversableOnce
  164. def reduceRightOption[B >: A](op: (A, B) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  165. def remove(n: Int, count: Int): Unit

    Definition Classes
    WrappedArray → BufferLike
    Annotations
    @inline()
  166. def remove(n: Int): A

    Definition Classes
    WrappedArray → BufferLike
    Annotations
    @inline()
  167. def repr: WrappedArray[A]

    Definition Classes
    TraversableLike → GenTraversableLike
  168. def result(): WrappedArray[A]

    Definition Classes
    WrappedArray → Builder
    Annotations
    @inline()
  169. def reverse: WrappedArray[A]

    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  170. 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 information
    This member is added by an implicit conversion from WrappedArray[A] to Array[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Array
    Annotations
    @JSName( name = "reverse" )
  171. def reverseIterator: collection.Iterator[A]

    Definition Classes
    IndexedSeqOptimized → SeqLike
  172. def reverseMap[B, That](f: (A) ⇒ B)(implicit bf: CanBuildFrom[WrappedArray[A], B, That]): That

    Definition Classes
    SeqLike → GenSeqLike
  173. def reversed: List[A]

    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  174. def runWith[U](action: (A) ⇒ U): (Int) ⇒ Boolean

    Definition Classes
    PartialFunction
  175. def sameElements[B >: A](that: GenIterable[B]): Boolean

    Definition Classes
    IndexedSeqOptimized → IterableLike → GenIterableLike
  176. def scan[B >: A, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[WrappedArray[A], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  177. def scanLeft[B, That](z: B)(op: (B, A) ⇒ B)(implicit bf: CanBuildFrom[WrappedArray[A], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  178. def scanRight[B, That](z: B)(op: (A, B) ⇒ B)(implicit bf: CanBuildFrom[WrappedArray[A], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  179. def segmentLength(p: (A) ⇒ Boolean, from: Int): Int

    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  180. def seq: collection.mutable.IndexedSeq[A]

    Definition Classes
    IndexedSeq → IndexedSeq → IndexedSeqLike → Seq → Seq → GenSeq → GenSeqLike → Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  181. 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 information
    This member is added by an implicit conversion from WrappedArray[A] to Array[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Array
  182. def size: Int

    Definition Classes
    SeqLike → GenTraversableLike → TraversableOnce → GenTraversableOnce
  183. def sizeHint(coll: TraversableLike[_, _], delta: Int): Unit

    Definition Classes
    Builder
  184. def sizeHint(coll: TraversableLike[_, _]): Unit

    Definition Classes
    Builder
  185. def sizeHint(size: Int): Unit

    Definition Classes
    Builder
  186. def sizeHintBounded(size: Int, boundingColl: TraversableLike[_, _]): Unit

    Definition Classes
    Builder
  187. def slice(from: Int, until: Int): WrappedArray[A]

    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  188. def sliding(size: Int, step: Int): collection.Iterator[WrappedArray[A]]

    Definition Classes
    IterableLike
  189. def sliding(size: Int): collection.Iterator[WrappedArray[A]]

    Definition Classes
    IterableLike
  190. 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 information
    This member is added by an implicit conversion from WrappedArray[A] to Array[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Array
  191. def sortBy[B](f: (A) ⇒ B)(implicit ord: math.Ordering[B]): WrappedArray[A]

    Definition Classes
    SeqLike
  192. def sortWith(lt: (A, A) ⇒ Boolean): WrappedArray[A]

    Definition Classes
    SeqLike
  193. def sorted[B >: A](implicit ord: math.Ordering[B]): WrappedArray[A]

    Definition Classes
    SeqLike
  194. def span(p: (A) ⇒ Boolean): (WrappedArray[A], WrappedArray[A])

    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  195. 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 information
    This member is added by an implicit conversion from WrappedArray[A] to Array[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Array
  196. def splitAt(n: Int): (WrappedArray[A], WrappedArray[A])

    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  197. def startsWith[B](that: GenSeq[B], offset: Int): Boolean

    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  198. def startsWith[B](that: GenSeq[B]): Boolean

    Definition Classes
    GenSeqLike
  199. def stringPrefix: String

    Definition Classes
    WrappedArray → BufferLike → TraversableLike → GenTraversableLike
    Annotations
    @inline()
  200. def subSequence(arg0: Int, arg1: Int): CharSequence

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to CharSequence performed by method seqToCharSequence in scala.Predef. This conversion will take place only if A is a subclass of Char (A <: Char).
    Definition Classes
    CharSequence
  201. def sum[B >: A](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  202. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  203. def tail: WrappedArray[A]

    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  204. def tails: collection.Iterator[WrappedArray[A]]

    Definition Classes
    TraversableLike
  205. def take(n: Int): WrappedArray[A]

    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  206. def takeRight(n: Int): WrappedArray[A]

    Definition Classes
    IndexedSeqOptimized → IterableLike
  207. def takeWhile(p: (A) ⇒ Boolean): WrappedArray[A]

    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  208. def thisCollection: collection.mutable.IndexedSeq[A]

    Attributes
    protected[this]
    Definition Classes
    IndexedSeqLike → IndexedSeqLike → SeqLike → IterableLike → TraversableLike
  209. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, A, Col[A]]): Col[A]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  210. def toArray[B >: A](implicit arg0: ClassTag[B]): scala.Array[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  211. def toBuffer[A1 >: A]: Buffer[A1]

    Definition Classes
    IndexedSeqLike → TraversableOnce → GenTraversableOnce
  212. def toCollection(repr: WrappedArray[A]): collection.mutable.IndexedSeq[A]

    Attributes
    protected[this]
    Definition Classes
    IndexedSeqLike → IndexedSeqLike → SeqLike → IterableLike → TraversableLike
  213. def toIndexedSeq: collection.immutable.IndexedSeq[A]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  214. def toIterable: collection.Iterable[A]

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  215. def toIterator: collection.Iterator[A]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  216. def toList: List[A]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  217. def toLocaleString(): String

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to Array[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Object
  218. def toMap[T, U](implicit ev: <:<[A, (T, U)]): Map[T, U]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  219. def toParArray: ParArray[A]

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to TraversableOps[A] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  220. def toSeq: collection.Seq[A]

    Definition Classes
    SeqLike → GenSeqLike → TraversableOnce → GenTraversableOnce
  221. def toSet[B >: A]: Set[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  222. def toStream: collection.immutable.Stream[A]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  223. def toString(): String

    Definition Classes
    SeqLike → TraversableLike → Any
  224. def toTraversable: collection.Traversable[A]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  225. def toVector: Vector[A]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  226. def transform(f: (A) ⇒ A): WrappedArray.this.type

    Definition Classes
    SeqLike
  227. def transpose[B](implicit asTraversable: (A) ⇒ GenTraversableOnce[B]): WrappedArray[WrappedArray[B]]

    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.

  228. def trimEnd(n: Int): Unit

    Definition Classes
    BufferLike
  229. def trimStart(n: Int): Unit

    Definition Classes
    BufferLike
  230. def union[B >: A, That](that: GenSeq[B])(implicit bf: CanBuildFrom[WrappedArray[A], B, That]): That

    Definition Classes
    SeqLike → GenSeqLike
  231. 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 information
    This member is added by an implicit conversion from WrappedArray[A] to Array[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Array
  232. def unzip[A1, A2](implicit asPair: (A) ⇒ (A1, A2)): (WrappedArray[A1], WrappedArray[A2])

    Definition Classes
    GenericTraversableTemplate
  233. def unzip3[A1, A2, A3](implicit asTriple: (A) ⇒ (A1, A2, A3)): (WrappedArray[A1], WrappedArray[A2], WrappedArray[A3])

    Definition Classes
    GenericTraversableTemplate
  234. def update(index: Int, elem: A): Unit

    Definition Classes
    WrappedArray → IndexedSeqLike → BufferLike → SeqLike
    Annotations
    @inline()
  235. def updated[B >: A, That](index: Int, elem: B)(implicit bf: CanBuildFrom[WrappedArray[A], B, That]): That

    Definition Classes
    SeqLike → GenSeqLike
  236. def valueOf(): scala.Any

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to Array[A] performed by method toJSArray in scala.scalajs.js.WrappedArray.
    Definition Classes
    Object
  237. def view(from: Int, until: Int): IndexedSeqView[A, WrappedArray[A]]

    Definition Classes
    IndexedSeqLike → SeqLike → IterableLike → TraversableLike
  238. def view: IndexedSeqView[A, WrappedArray[A]]

    Definition Classes
    IndexedSeqLike → SeqLike → IterableLike → TraversableLike
  239. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  240. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  241. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  242. def withFilter(p: (A) ⇒ Boolean): FilterMonadic[A, WrappedArray[A]]

    Definition Classes
    TraversableLike → FilterMonadic
  243. def zip[A1 >: A, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[WrappedArray[A], (A1, B), That]): That

    Definition Classes
    IndexedSeqOptimized → IterableLike → GenIterableLike
  244. def zipAll[B, A1 >: A, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[WrappedArray[A], (A1, B), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  245. def zipWithIndex[A1 >: A, That](implicit bf: CanBuildFrom[WrappedArray[A], (A1, Int), That]): That

    Definition Classes
    IndexedSeqOptimized → IterableLike → GenIterableLike
  246. def [B](y: B): (WrappedArray[A], B)

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to ArrowAssoc[WrappedArray[A]] performed by method any2ArrowAssoc 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 information
    This member is added by an implicit conversion from WrappedArray[A] to Array[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 filter(p: (A) ⇒ Boolean): collection.TraversableOnce[A]

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to MonadOps[A] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: MonadOps[A]).filter(p)
    Definition Classes
    MonadOps
  3. def flatMap[B](f: (A) ⇒ GenTraversableOnce[B]): collection.TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to MonadOps[A] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: MonadOps[A]).flatMap(f)
    Definition Classes
    MonadOps
  4. def length(): Int

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to CharSequence performed by method seqToCharSequence 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: CharSequence).length()
    Definition Classes
    CharSequence
  5. def length: Int

    Length of the array.

    Length of the array.

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to Array[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
  6. def map[B](f: (A) ⇒ B): collection.TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to MonadOps[A] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: MonadOps[A]).map(f)
    Definition Classes
    MonadOps
  7. val self: scala.Any

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (wrappedArray: StringAdd).self
    Definition Classes
    StringAdd
  8. val self: scala.Any

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (wrappedArray: StringFormat).self
    Definition Classes
    StringFormat
  9. def update(index: Int, value: A): Unit

    Set the element at the given index.

    Set the element at the given index.

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to Array[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()
  10. def withFilter(p: (A) ⇒ Boolean): collection.Iterator[A]

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to MonadOps[A] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (wrappedArray: MonadOps[A]).withFilter(p)
    Definition Classes
    MonadOps

Deprecated Value Members

  1. def /:\[A1 >: A](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use fold instead

  2. def x: WrappedArray[A]

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to ArrowAssoc[WrappedArray[A]] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (wrappedArray: ArrowAssoc[WrappedArray[A]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  3. def x: WrappedArray[A]

    Implicit information
    This member is added by an implicit conversion from WrappedArray[A] to Ensuring[WrappedArray[A]] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (wrappedArray: Ensuring[WrappedArray[A]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Builder[A, WrappedArray[A]]

Inherited from ArrayLike[A, WrappedArray[A]]

Inherited from IndexedSeqOptimized[A, WrappedArray[A]]

Inherited from IndexedSeqOptimized[A, WrappedArray[A]]

Inherited from collection.mutable.IndexedSeq[A]

Inherited from IndexedSeqLike[A, WrappedArray[A]]

Inherited from collection.IndexedSeq[A]

Inherited from IndexedSeqLike[A, WrappedArray[A]]

Inherited from AbstractBuffer[A]

Inherited from Buffer[A]

Inherited from BufferLike[A, WrappedArray[A]]

Inherited from Subtractable[A, WrappedArray[A]]

Inherited from Scriptable[A]

Inherited from Shrinkable[A]

Inherited from Growable[A]

Inherited from Clearable

Inherited from AbstractSeq[A]

Inherited from collection.mutable.Seq[A]

Inherited from SeqLike[A, WrappedArray[A]]

Inherited from collection.mutable.Cloneable[WrappedArray[A]]

Inherited from Cloneable

Inherited from java.lang.Cloneable

Inherited from collection.mutable.Iterable[A]

Inherited from collection.mutable.Traversable[A]

Inherited from Mutable

Inherited from AbstractSeq[A]

Inherited from collection.Seq[A]

Inherited from SeqLike[A, WrappedArray[A]]

Inherited from GenSeq[A]

Inherited from GenSeqLike[A, WrappedArray[A]]

Inherited from PartialFunction[Int, A]

Inherited from (Int) ⇒ A

Inherited from AbstractIterable[A]

Inherited from collection.Iterable[A]

Inherited from IterableLike[A, WrappedArray[A]]

Inherited from Equals

Inherited from GenIterable[A]

Inherited from GenIterableLike[A, WrappedArray[A]]

Inherited from AbstractTraversable[A]

Inherited from collection.Traversable[A]

Inherited from GenTraversable[A]

Inherited from GenericTraversableTemplate[A, WrappedArray]

Inherited from TraversableLike[A, WrappedArray[A]]

Inherited from GenTraversableLike[A, WrappedArray[A]]

Inherited from Parallelizable[A, ParSeq[A]]

Inherited from collection.TraversableOnce[A]

Inherited from GenTraversableOnce[A]

Inherited from FilterMonadic[A, WrappedArray[A]]

Inherited from HasNewBuilder[A, scala.scalajs.js.WrappedArray[A] @scala.annotation.unchecked.uncheckedVariance]

Inherited from AnyRef

Inherited from scala.Any

Inherited by implicit conversion seqToCharSequence from WrappedArray[A] to CharSequence

Inherited by implicit conversion toJSArray from WrappedArray[A] to Array[A]

Inherited by implicit conversion traversable2ops from WrappedArray[A] to TraversableOps[A]

Inherited by implicit conversion MonadOps from WrappedArray[A] to MonadOps[A]

Inherited by implicit conversion any2stringadd from WrappedArray[A] to StringAdd

Inherited by implicit conversion any2stringfmt from WrappedArray[A] to StringFormat

Inherited by implicit conversion any2ArrowAssoc from WrappedArray[A] to ArrowAssoc[WrappedArray[A]]

Inherited by implicit conversion any2Ensuring from WrappedArray[A] to Ensuring[WrappedArray[A]]

Inherited by implicit conversion alternateImplicit from WrappedArray[A] to ForceImplicitAmbiguity

Ungrouped