scala.scalajs.js.typedarray

Uint16Array

class Uint16Array extends Object with TypedArray[Int, Uint16Array]

ECMAScript 6 A TypedArray of unsigned 16-bit integers

Annotations
@RawJSType() @native() @JSGlobal()
Linear Supertypes
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 any2stringfmt
  5. by any2ArrowAssoc
  6. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
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: 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 Uint16Array to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ++[B >: A, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[collection.Iterable[Int], B, That]): That

    Implicit information
    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
  6. def ++:[B >: A, That](that: collection.Traversable[B])(implicit bf: CanBuildFrom[collection.Iterable[Int], B, That]): That

    Implicit information
    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 >: A, That](that: collection.TraversableOnce[B])(implicit bf: CanBuildFrom[collection.Iterable[Int], B, That]): That

    Implicit information
    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
  8. def ->[B](y: B): (Uint16Array, B)

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

    Implicit information
    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. def :\[B](z: B)(op: (Int, B) ⇒ B): B

    Implicit information
    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
  11. final def ==(arg0: AnyRef): Boolean

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

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

    Implicit information
    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 addString(b: StringBuilder, sep: String): StringBuilder

    Implicit information
    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
  15. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Implicit information
    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
  16. def aggregate[B](z: B)(seqop: (B, Int) ⇒ B, combop: (B, B) ⇒ B): B

    Implicit information
    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
  17. def apply(index: Int): Int

    Retrieve element at index

    Retrieve element at index

    Definition Classes
    TypedArray
    Annotations
    @JSBracketAccess()
  18. val array: Uint16Array

    Implicit information
    This member is added by an implicit conversion from Uint16Array to TA2AC performed by method TA2AC in scala.scalajs.js.typedarray.
    Definition Classes
    TA2AC
  19. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  20. val buffer: ArrayBuffer

    The underlying buffer of this ArrayBufferView

    The underlying buffer of this ArrayBufferView

    Definition Classes
    ArrayBufferView
  21. val byteLength: Int

    The number of bytes of this ArrayBufferView

    The number of bytes of this ArrayBufferView

    Definition Classes
    ArrayBufferView
  22. val byteOffset: Int

    The offset of this ArrayBufferView in the underlying buffer

    The offset of this ArrayBufferView in the underlying buffer

    Definition Classes
    ArrayBufferView
  23. def canEqual(that: scala.Any): Boolean

    Implicit information
    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
  24. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. def collect[B, That](pf: PartialFunction[Int, B])(implicit bf: CanBuildFrom[collection.Iterable[Int], B, That]): That

    Implicit information
    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
  26. def collectFirst[B](pf: PartialFunction[Int, B]): Option[B]

    Implicit information
    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
  27. def companion: GenericCompanion[collection.Iterable]

    Implicit information
    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
  28. def copyToArray[B >: A](xs: scala.Array[B], start: Int, len: Int): Unit

    Implicit information
    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
  29. def copyToArray[B >: A](xs: scala.Array[B]): Unit

    Implicit information
    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 copyToArray[B >: A](xs: scala.Array[B], start: Int): Unit

    Implicit information
    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
  31. def copyToBuffer[B >: A](dest: Buffer[B]): Unit

    Implicit information
    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
  32. def count(p: (Int) ⇒ Boolean): Int

    Implicit information
    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
  33. def drop(n: Int): collection.Iterable[Int]

    Implicit information
    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
  34. def dropRight(n: Int): collection.Iterable[Int]

    Implicit information
    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
  35. def dropWhile(p: (Int) ⇒ Boolean): collection.Iterable[Int]

    Implicit information
    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
  36. def ensuring(cond: (Uint16Array) ⇒ Boolean, msg: ⇒ scala.Any): Uint16Array

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

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

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

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

    Definition Classes
    AnyRef
  41. def equals(arg0: scala.Any): Boolean

    Definition Classes
    AnyRef → Any
  42. def exists(p: (Int) ⇒ Boolean): Boolean

    Implicit information
    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
  43. def filter(p: (Int) ⇒ Boolean): collection.Iterable[Int]

    Implicit information
    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
  44. def filterNot(p: (Int) ⇒ Boolean): collection.Iterable[Int]

    Implicit information
    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
  45. def finalize(): Unit

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

    Implicit information
    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
  47. def flatMap[B, That](f: (Int) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[collection.Iterable[Int], B, That]): That

    Implicit information
    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
  48. def flatten[B](implicit asTraversable: (Int) ⇒ GenTraversableOnce[B]): collection.Iterable[B]

    Implicit information
    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
  49. def fold[A1 >: A](z: A1)(op: (A1, A1) ⇒ A1): A1

    Implicit information
    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
  50. def foldLeft[B](z: B)(op: (B, Int) ⇒ B): B

    Implicit information
    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
  51. def foldRight[B](z: B)(op: (Int, B) ⇒ B): B

    Implicit information
    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
  52. def forall(p: (Int) ⇒ Boolean): Boolean

    Implicit information
    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
  53. def foreach[U](f: (Int) ⇒ U): Unit

    Implicit information
    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
  54. def formatted(fmtstr: String): String

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

    Implicit information
    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
  56. def get(index: Int): Int

    Retrieve element at index

    Retrieve element at index

    Definition Classes
    TypedArray
    Annotations
    @JSBracketAccess()
  57. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  58. def groupBy[K](f: (Int) ⇒ K): Map[K, collection.Iterable[Int]]

    Implicit information
    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
  59. def grouped(size: Int): collection.Iterator[collection.Iterable[Int]]

    Implicit information
    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
  60. def hasDefiniteSize: Boolean

    Implicit information
    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
  61. 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
  62. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  63. def head: Int

    Implicit information
    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
  64. def headOption: Option[Int]

    Implicit information
    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
  65. def init: collection.Iterable[Int]

    Implicit information
    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
  66. def inits: collection.Iterator[collection.Iterable[Int]]

    Implicit information
    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
  67. def isEmpty: Boolean

    Implicit information
    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
  68. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  69. 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
  70. final def isTraversableAgain: Boolean

    Implicit information
    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
  71. def iterator: collection.Iterator[Int]

    Implicit information
    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()
  72. def jsIterator(): Iterator[Int]

    JavaScript Iterator for this Iterable.

    JavaScript Iterator for this Iterable.

    Definition Classes
    TypedArrayIterable
    Annotations
    @JSName( symbol = js.Symbol.iterator )
  73. def last: Int

    Implicit information
    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
  74. def lastOption: Option[Int]

    Implicit information
    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
  75. val length: Int

    The number of elements in this TypedArray

    The number of elements in this TypedArray

    Definition Classes
    TypedArray
  76. def map[B, That](f: (Int) ⇒ B)(implicit bf: CanBuildFrom[collection.Iterable[Int], B, That]): That

    Implicit information
    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
  77. def max[B >: A](implicit cmp: Ordering[B]): Int

    Implicit information
    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 maxBy[B](f: (Int) ⇒ B)(implicit cmp: Ordering[B]): Int

    Implicit information
    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 min[B >: A](implicit cmp: Ordering[B]): Int

    Implicit information
    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 minBy[B](f: (Int) ⇒ B)(implicit cmp: Ordering[B]): Int

    Implicit information
    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. def mkString: String

    Implicit information
    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
  82. def mkString(sep: String): String

    Implicit information
    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. def mkString(start: String, sep: String, end: String): String

    Implicit information
    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
  84. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  85. def nonEmpty: Boolean

    Implicit information
    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
  86. final def notify(): Unit

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

    Definition Classes
    AnyRef
  88. def par: ParIterable[Int]

    Implicit information
    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
  89. def partition(p: (Int) ⇒ Boolean): (collection.Iterable[Int], collection.Iterable[Int])

    Implicit information
    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
  90. def product[B >: A](implicit num: Numeric[B]): B

    Implicit information
    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
  91. 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
  92. def reduce[A1 >: A](op: (A1, A1) ⇒ A1): A1

    Implicit information
    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 reduceLeft[B >: A](op: (B, Int) ⇒ B): B

    Implicit information
    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
  94. def reduceLeftOption[B >: A](op: (B, Int) ⇒ B): Option[B]

    Implicit information
    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 reduceOption[A1 >: A](op: (A1, A1) ⇒ A1): Option[A1]

    Implicit information
    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
  96. def reduceRight[B >: A](op: (Int, B) ⇒ B): B

    Implicit information
    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
  97. def reduceRightOption[B >: A](op: (Int, B) ⇒ B): Option[B]

    Implicit information
    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
  98. def repr: collection.Iterable[Int]

    Implicit information
    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 sameElements[B >: A](that: GenIterable[B]): Boolean

    Implicit information
    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
  100. def scan[B >: A, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[collection.Iterable[Int], B, That]): That

    Implicit information
    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
  101. def scanLeft[B, That](z: B)(op: (B, Int) ⇒ B)(implicit bf: CanBuildFrom[collection.Iterable[Int], B, That]): That

    Implicit information
    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
  102. def scanRight[B, That](z: B)(op: (Int, B) ⇒ B)(implicit bf: CanBuildFrom[collection.Iterable[Int], B, That]): That

    Implicit information
    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.

  103. def seq: collection.Iterable[Int]

    Implicit information
    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
  104. 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
  105. def set(array: Iterable[_]): Unit

    Set the values from array in this TypedArray

    Set the values from array in this TypedArray

    Definition Classes
    TypedArray
  106. 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
  107. def set(typedArray: TypedArray[_, _]): Unit

    Set the values of typedArray in this TypedArray

    Set the values of typedArray in this TypedArray

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

    Set element at index

    Set element at index

    Definition Classes
    TypedArray
    Annotations
    @JSBracketAccess()
  109. def size: Int

    Implicit information
    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
  110. def slice(from: Int, until: Int): collection.Iterable[Int]

    Implicit information
    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
  111. def sliding(size: Int, step: Int): collection.Iterator[collection.Iterable[Int]]

    Implicit information
    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
  112. def sliding(size: Int): collection.Iterator[collection.Iterable[Int]]

    Implicit information
    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
  113. def span(p: (Int) ⇒ Boolean): (collection.Iterable[Int], collection.Iterable[Int])

    Implicit information
    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
  114. def splitAt(n: Int): (collection.Iterable[Int], collection.Iterable[Int])

    Implicit information
    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
  115. def stringPrefix: String

    Implicit information
    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
  116. 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
  117. def sum[B >: A](implicit num: Numeric[B]): B

    Implicit information
    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
  118. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  119. def tail: collection.Iterable[Int]

    Implicit information
    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
  120. def tails: collection.Iterator[collection.Iterable[Int]]

    Implicit information
    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
  121. def take(n: Int): collection.Iterable[Int]

    Implicit information
    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
  122. def takeRight(n: Int): collection.Iterable[Int]

    Implicit information
    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
  123. def takeWhile(p: (Int) ⇒ Boolean): collection.Iterable[Int]

    Implicit information
    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
  124. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, Int, Col[Int]]): Col[Int]

    Implicit information
    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
  125. def toArray[B >: A](implicit arg0: ClassTag[B]): scala.Array[B]

    Implicit information
    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 toArray: scala.Array[Char]

    Implicit information
    This member is added by an implicit conversion from Uint16Array to TA2AC performed by method TA2AC in scala.scalajs.js.typedarray.
    Definition Classes
    TA2AC
  127. def toBuffer[B >: A]: Buffer[B]

    Implicit information
    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
  128. def toIndexedSeq: collection.immutable.IndexedSeq[Int]

    Implicit information
    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 toIterable: collection.Iterable[Int]

    Implicit information
    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
  130. def toIterator: collection.Iterator[Int]

    Implicit information
    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
  131. def toList: List[Int]

    Implicit information
    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 toLocaleString(): String

    Definition Classes
    Object
  133. def toMap[T, U](implicit ev: <:<[Int, (T, U)]): Map[T, U]

    Implicit information
    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
  134. def toSeq: collection.Seq[Int]

    Implicit information
    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
  135. def toSet[B >: A]: Set[B]

    Implicit information
    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
  136. def toStream: collection.immutable.Stream[Int]

    Implicit information
    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
  137. def toString(): String

    Definition Classes
    AnyRef → Any
  138. def toTraversable: collection.Traversable[Int]

    Implicit information
    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
  139. def toVector: Vector[Int]

    Implicit information
    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
  140. def transpose[B](implicit asTraversable: (Int) ⇒ GenTraversableOnce[B]): collection.Iterable[collection.Iterable[B]]

    Implicit information
    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.

  141. def unzip[A1, A2](implicit asPair: (Int) ⇒ (A1, A2)): (collection.Iterable[A1], collection.Iterable[A2])

    Implicit information
    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
  142. def unzip3[A1, A2, A3](implicit asTriple: (Int) ⇒ (A1, A2, A3)): (collection.Iterable[A1], collection.Iterable[A2], collection.Iterable[A3])

    Implicit information
    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
  143. def update(index: Int, value: Int): Unit

    Set element at index

    Set element at index

    Definition Classes
    TypedArray
    Annotations
    @JSBracketAccess()
  144. def valueOf(): scala.Any

    Definition Classes
    Object
  145. def view(from: Int, until: Int): IterableView[Int, collection.Iterable[Int]]

    Implicit information
    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
  146. def view: IterableView[Int, collection.Iterable[Int]]

    Implicit information
    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
  147. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  150. def withFilter(p: (Int) ⇒ Boolean): FilterMonadic[Int, collection.Iterable[Int]]

    Implicit information
    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
  151. def zip[A1 >: A, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[collection.Iterable[Int], (A1, B), That]): That

    Implicit information
    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
  152. def zipAll[B, A1 >: A, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[collection.Iterable[Int], (A1, B), That]): That

    Implicit information
    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
  153. def zipWithIndex[A1 >: A, That](implicit bf: CanBuildFrom[collection.Iterable[Int], (A1, Int), That]): That

    Implicit information
    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
  154. def [B](y: B): (Uint16Array, B)

    Implicit information
    This member is added by an implicit conversion from Uint16Array to ArrowAssoc[Uint16Array] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: scala.Any

    Implicit information
    This member is added by an implicit conversion from Uint16Array 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:
    (uint16Array: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: scala.Any

    Implicit information
    This member is added by an implicit conversion from Uint16Array 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:
    (uint16Array: StringFormat).self
    Definition Classes
    StringFormat
  3. def toString(): String

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

Deprecated Value Members

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

    Implicit information
    This member is added by an implicit conversion from Uint16Array to IterableOps[Int] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use fold instead

  2. def x: Uint16Array

    Implicit information
    This member is added by an implicit conversion from Uint16Array to ArrowAssoc[Uint16Array] 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:
    (uint16Array: ArrowAssoc[Uint16Array]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  3. def x: Uint16Array

    Implicit information
    This member is added by an implicit conversion from Uint16Array to Ensuring[Uint16Array] 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:
    (uint16Array: Ensuring[Uint16Array]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

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 StringAdd

Inherited by implicit conversion any2stringfmt from Uint16Array to StringFormat

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

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

Ungrouped