Packages

class Uint16Array extends Object with TypedArray[Int, Uint16Array]

ECMAScript 6 A TypedArray of unsigned 16-bit integers

Annotations
@RawJSType() @native() @JSGlobal()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Uint16Array
  2. TypedArray
  3. Iterable
  4. ArrayBufferView
  5. Object
  6. Any
  7. AnyRef
  8. Any
Implicitly
  1. by iterableOps
  2. by TA2AC
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Uint16Array(buffer: ArrayBuffer, byteOffset: Int = 0, length: Int = ???)

    Creates a Uint16Array view on the given ArrayBuffer

  2. new Uint16Array(array: Iterable[_])

    Creates a new Uint16Array with the elements in the given array

  3. new Uint16Array(typedArray: TypedArray[_, _])

    Creates a new Uint16Array with the same elements than the given TypedArray

    Creates a new Uint16Array with the same elements than the given TypedArray

    The elements are converted before being stored in the new Int8Array.

  4. new Uint16Array(length: Int)

    Constructs a Uint16Array with the given length.

    Constructs a Uint16Array with the given length. Initialized to all 0

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 Uint16Array to any2stringadd[Uint16Array] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++[B >: A, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[collection.Iterable[Int], B, That]): That
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  5. def ++:[B >: A, That](that: collection.Traversable[B])(implicit bf: CanBuildFrom[collection.Iterable[Int], B, That]): That
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike
  6. def ++:[B >: A, That](that: collection.TraversableOnce[B])(implicit bf: CanBuildFrom[collection.Iterable[Int], B, That]): That
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike
  7. def ->[B](y: B): (Uint16Array, B)
    Implicit
    This member is added by an implicit conversion from Uint16Array to ArrowAssoc[Uint16Array] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. def /:[B](z: B)(op: (B, Int) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  9. def :\[B](z: B)(op: (Int, B) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  10. final def ==(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def addString(b: StringBuilder): StringBuilder
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce
  12. def addString(b: StringBuilder, sep: String): StringBuilder
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce
  13. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce
  14. def aggregate[B](z: ⇒ B)(seqop: (B, Int) ⇒ B, combop: (B, B) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  15. def apply(index: Int): Int

    Retrieve element at index

    Retrieve element at index

    Definition Classes
    TypedArray
    Annotations
    @JSBracketAccess()
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. val buffer: ArrayBuffer

    The underlying buffer of this ArrayBufferView

    The underlying buffer of this ArrayBufferView

    Definition Classes
    ArrayBufferView
  18. val byteLength: Int

    The number of bytes of this ArrayBufferView

    The number of bytes of this ArrayBufferView

    Definition Classes
    ArrayBufferView
  19. val byteOffset: Int

    The offset of this ArrayBufferView in the underlying buffer

    The offset of this ArrayBufferView in the underlying buffer

    Definition Classes
    ArrayBufferView
  20. def canEqual(that: scala.Any): Boolean
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → Equals
  21. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  22. def collect[B, That](pf: PartialFunction[Int, B])(implicit bf: CanBuildFrom[collection.Iterable[Int], B, That]): That
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  23. def collectFirst[B](pf: PartialFunction[Int, B]): Option[B]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce
  24. def companion: GenericCompanion[collection.Iterable]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  25. def copyToArray[B >: A](xs: scala.Array[B], start: Int, len: Int): Unit
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  26. def copyToArray[B >: A](xs: scala.Array[B]): Unit
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  27. def copyToArray[B >: A](xs: scala.Array[B], start: Int): Unit
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  28. def copyToBuffer[B >: A](dest: Buffer[B]): Unit
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce
  29. def count(p: (Int) ⇒ Boolean): Int
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  30. def drop(n: Int): collection.Iterable[Int]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  31. def dropRight(n: Int): collection.Iterable[Int]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike
  32. def dropWhile(p: (Int) ⇒ Boolean): collection.Iterable[Int]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  33. def ensuring(cond: (Uint16Array) ⇒ Boolean, msg: ⇒ scala.Any): Uint16Array
    Implicit
    This member is added by an implicit conversion from Uint16Array to Ensuring[Uint16Array] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  34. def ensuring(cond: (Uint16Array) ⇒ Boolean): Uint16Array
    Implicit
    This member is added by an implicit conversion from Uint16Array to Ensuring[Uint16Array] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  35. def ensuring(cond: Boolean, msg: ⇒ scala.Any): Uint16Array
    Implicit
    This member is added by an implicit conversion from Uint16Array to Ensuring[Uint16Array] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  36. def ensuring(cond: Boolean): Uint16Array
    Implicit
    This member is added by an implicit conversion from Uint16Array to Ensuring[Uint16Array] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  37. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. def equals(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  39. def exists(p: (Int) ⇒ Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  40. def filter(p: (Int) ⇒ Boolean): collection.Iterable[Int]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  41. def filterNot(p: (Int) ⇒ Boolean): collection.Iterable[Int]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  42. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  43. def find(p: (Int) ⇒ Boolean): Option[Int]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  44. def flatMap[B, That](f: (Int) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[collection.Iterable[Int], B, That]): That
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  45. def flatten[B](implicit asTraversable: (Int) ⇒ GenTraversableOnce[B]): collection.Iterable[B]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    GenericTraversableTemplate
  46. def fold[A1 >: A](z: A1)(op: (A1, A1) ⇒ A1): A1
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  47. def foldLeft[B](z: B)(op: (B, Int) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  48. def foldRight[B](z: B)(op: (Int, B) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  49. def forall(p: (Int) ⇒ Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  50. def foreach[U](f: (Int) ⇒ U): Unit
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  51. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Uint16Array to StringFormat[Uint16Array] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  52. def genericBuilder[B]: Builder[B, collection.Iterable[B]]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    GenericTraversableTemplate
  53. def get(index: Int): Int

    Retrieve element at index

    Retrieve element at index

    Definition Classes
    TypedArray
    Annotations
    @JSBracketAccess()
  54. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  55. def groupBy[K](f: (Int) ⇒ K): Map[K, collection.Iterable[Int]]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  56. def grouped(size: Int): collection.Iterator[collection.Iterable[Int]]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike
  57. def hasDefiniteSize: Boolean
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  58. 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

    Definition Classes
    Object
  59. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  60. def head: Int
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  61. def headOption: Option[Int]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  62. def init: collection.Iterable[Int]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  63. def inits: collection.Iterator[collection.Iterable[Int]]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike
  64. def isEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  65. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  66. 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.

    Definition Classes
    Object
  67. final def isTraversableAgain: Boolean
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  68. def iterator: collection.Iterator[Int]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps → IterableLike → GenIterableLike
    Annotations
    @inline()
  69. def jsIterator(): Iterator[Int]

    JavaScript Iterator for this Iterable.

    JavaScript Iterator for this Iterable.

    Definition Classes
    TypedArrayIterable
    Annotations
    @JSName( symbol = js.Symbol.iterator )
  70. def last: Int
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  71. def lastOption: Option[Int]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  72. val length: Int

    The number of elements in this TypedArray

    The number of elements in this TypedArray

    Definition Classes
    TypedArray
  73. def map[B, That](f: (Int) ⇒ B)(implicit bf: CanBuildFrom[collection.Iterable[Int], B, That]): That
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  74. def max[B >: A](implicit cmp: Ordering[B]): Int
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  75. def maxBy[B](f: (Int) ⇒ B)(implicit cmp: Ordering[B]): Int
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  76. def min[B >: A](implicit cmp: Ordering[B]): Int
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  77. def minBy[B](f: (Int) ⇒ B)(implicit cmp: Ordering[B]): Int
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  78. def mkString: String
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  79. def mkString(sep: String): String
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  80. def mkString(start: String, sep: String, end: String): String
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  81. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  82. def nonEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  83. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  84. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  85. def par: ParIterable[Int]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    Parallelizable
  86. def partition(p: (Int) ⇒ Boolean): (collection.Iterable[Int], collection.Iterable[Int])
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  87. def product[B >: A](implicit num: Numeric[B]): B
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  88. 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

    Definition Classes
    Object
  89. def reduce[A1 >: A](op: (A1, A1) ⇒ A1): A1
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  90. def reduceLeft[B >: A](op: (B, Int) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce
  91. def reduceLeftOption[B >: A](op: (B, Int) ⇒ B): Option[B]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  92. def reduceOption[A1 >: A](op: (A1, A1) ⇒ A1): Option[A1]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  93. def reduceRight[B >: A](op: (Int, B) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  94. def reduceRightOption[B >: A](op: (Int, B) ⇒ B): Option[B]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  95. def repr: collection.Iterable[Int]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  96. def sameElements[B >: A](that: GenIterable[B]): Boolean
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → GenIterableLike
  97. def scan[B >: A, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[collection.Iterable[Int], B, That]): That
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  98. def scanLeft[B, That](z: B)(op: (B, Int) ⇒ B)(implicit bf: CanBuildFrom[collection.Iterable[Int], B, That]): That
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  99. def scanRight[B, That](z: B)(op: (Int, B) ⇒ B)(implicit bf: CanBuildFrom[collection.Iterable[Int], B, That]): That
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    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.

  100. def seq: collection.Iterable[Int]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  101. def set(array: Iterable[_], offset: Int): Unit

    Set the values from array in this TypedArray at given offset

    Set the values from array in this TypedArray at given offset

    Definition Classes
    TypedArray
  102. def set(array: Iterable[_]): Unit

    Set the values from array in this TypedArray

    Set the values from array in this TypedArray

    Definition Classes
    TypedArray
  103. def set(typedArray: TypedArray[_, _], offset: Int): Unit

    Set the values of typedArray in this TypedArray at given offset

    Set the values of typedArray in this TypedArray at given offset

    Definition Classes
    TypedArray
  104. def set(typedArray: TypedArray[_, _]): Unit

    Set the values of typedArray in this TypedArray

    Set the values of typedArray in this TypedArray

    Definition Classes
    TypedArray
  105. def set(index: Int, value: Int): Unit

    Set element at index

    Set element at index

    Definition Classes
    TypedArray
    Annotations
    @JSBracketAccess()
  106. def size: Int
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  107. def slice(from: Int, until: Int): collection.Iterable[Int]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  108. def sliding(size: Int, step: Int): collection.Iterator[collection.Iterable[Int]]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike
  109. def sliding(size: Int): collection.Iterator[collection.Iterable[Int]]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike
  110. def span(p: (Int) ⇒ Boolean): (collection.Iterable[Int], collection.Iterable[Int])
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  111. def splitAt(n: Int): (collection.Iterable[Int], collection.Iterable[Int])
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  112. def stringPrefix: String
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  113. def subarray(begin: Int, end: Int = ???): Uint16Array

    Create a new TypedArray view of this TypedArray at given location

    Create a new TypedArray view of this TypedArray at given location

    Definition Classes
    TypedArray
  114. def sum[B >: A](implicit num: Numeric[B]): B
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  115. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  116. def tail: collection.Iterable[Int]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  117. def tails: collection.Iterator[collection.Iterable[Int]]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike
  118. def take(n: Int): collection.Iterable[Int]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  119. def takeRight(n: Int): collection.Iterable[Int]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike
  120. def takeWhile(p: (Int) ⇒ Boolean): collection.Iterable[Int]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  121. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, Int, Col[Int]]): Col[Int]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  122. def toArray[B >: A](implicit arg0: ClassTag[B]): scala.Array[B]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  123. def toArray: scala.Array[Char]
    Implicit
    This member is added by an implicit conversion from Uint16Array to TA2AC performed by method TA2AC in scala.scalajs.js.typedarray.
    Definition Classes
    TA2AC
  124. def toBuffer[B >: A]: Buffer[B]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  125. def toIndexedSeq: collection.immutable.IndexedSeq[Int]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  126. def toIterable: collection.Iterable[Int]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  127. def toIterator: collection.Iterator[Int]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  128. def toList: List[Int]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  129. def toLocaleString(): String
    Definition Classes
    Object
  130. def toMap[T, U](implicit ev: <:<[Int, (T, U)]): Map[T, U]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  131. def toSeq: collection.Seq[Int]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  132. def toSet[B >: A]: Set[B]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  133. def toStream: collection.immutable.Stream[Int]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  134. def toString(): String
    Definition Classes
    AnyRef → Any
  135. def toTraversable: collection.Traversable[Int]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  136. def toVector: Vector[Int]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  137. def transpose[B](implicit asTraversable: (Int) ⇒ GenTraversableOnce[B]): collection.Iterable[collection.Iterable[B]]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

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

  138. def unzip[A1, A2](implicit asPair: (Int) ⇒ (A1, A2)): (collection.Iterable[A1], collection.Iterable[A2])
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    GenericTraversableTemplate
  139. def unzip3[A1, A2, A3](implicit asTriple: (Int) ⇒ (A1, A2, A3)): (collection.Iterable[A1], collection.Iterable[A2], collection.Iterable[A3])
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    GenericTraversableTemplate
  140. def update(index: Int, value: Int): Unit

    Set element at index

    Set element at index

    Definition Classes
    TypedArray
    Annotations
    @JSBracketAccess()
  141. def valueOf(): scala.Any
    Definition Classes
    Object
  142. def view(from: Int, until: Int): IterableView[Int, collection.Iterable[Int]]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike
  143. def view: IterableView[Int, collection.Iterable[Int]]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike
  144. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  145. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  146. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  147. def withFilter(p: (Int) ⇒ Boolean): FilterMonadic[Int, collection.Iterable[Int]]
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → FilterMonadic
  148. def zip[A1 >: A, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[collection.Iterable[Int], (A1, B), That]): That
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → GenIterableLike
  149. def zipAll[B, A1 >: A, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[collection.Iterable[Int], (A1, B), That]): That
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → GenIterableLike
  150. def zipWithIndex[A1 >: A, That](implicit bf: CanBuildFrom[collection.Iterable[Int], (A1, Int), That]): That
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → GenIterableLike
  151. def [B](y: B): (Uint16Array, B)
    Implicit
    This member is added by an implicit conversion from Uint16Array to ArrowAssoc[Uint16Array] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def toString(): String
    Implicit
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    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:
    (uint16Array: IterableOps[Int]).toString()
    Definition Classes
    TraversableLike → Any

Inherited from TypedArray[Int, Uint16Array]

Inherited from Iterable[Int]

Inherited from ArrayBufferView

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from scala.Any

Inherited by implicit conversion iterableOps from Uint16Array to IterableOps[Int]

Inherited by implicit conversion TA2AC from Uint16Array to TA2AC

Inherited by implicit conversion any2stringadd from Uint16Array to any2stringadd[Uint16Array]

Inherited by implicit conversion StringFormat from Uint16Array to StringFormat[Uint16Array]

Inherited by implicit conversion Ensuring from Uint16Array to Ensuring[Uint16Array]

Inherited by implicit conversion ArrowAssoc from Uint16Array to ArrowAssoc[Uint16Array]

Ungrouped