Packages

class Uint8Array extends Object with TypedArray[Short, Uint8Array]

ECMAScript 6 A TypedArray of unsigned 8-bit integers

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

Instance Constructors

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

    Creates a Uint8Array view on the given ArrayBuffer

  2. new Uint8Array(array: Iterable[Short])

    Creates a new Uint8Array with the elements in the given array

  3. new Uint8Array(typedArray: Uint8Array)

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

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

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

  4. new Uint8Array(length: Int)

    Constructs a Uint8Array with the given length.

    Constructs a Uint8Array 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 Uint8Array toany2stringadd[Uint8Array] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. final def ++[B >: A](suffix: collection.IterableOnce[B]): collection.Iterable[B]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
    Annotations
    @inline()
  5. def ->[B](y: B): (Uint8Array, B)
    Implicit
    This member is added by an implicit conversion from Uint8Array toArrowAssoc[Uint8Array] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  7. final def addString(b: collection.mutable.StringBuilder): collection.mutable.StringBuilder
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  8. final def addString(b: collection.mutable.StringBuilder, sep: String): collection.mutable.StringBuilder
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  9. def addString(b: collection.mutable.StringBuilder, start: String, sep: String, end: String): collection.mutable.StringBuilder
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  10. def apply(index: Int): Short

    Retrieve element at index

    Retrieve element at index

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

    The underlying buffer of this ArrayBufferView

    The underlying buffer of this ArrayBufferView

    Definition Classes
    ArrayBufferView
  13. val byteLength: Int

    The number of bytes of this ArrayBufferView

    The number of bytes of this ArrayBufferView

    Definition Classes
    ArrayBufferView
  14. val byteOffset: Int

    The offset of this ArrayBufferView in the underlying buffer

    The offset of this ArrayBufferView in the underlying buffer

    Definition Classes
    ArrayBufferView
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  16. def collect[B](pf: PartialFunction[Short, B]): collection.Iterable[B]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps → IterableOnceOps
  17. def collectFirst[B](pf: PartialFunction[Short, B]): Option[B]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  18. def concat[B >: A](suffix: collection.IterableOnce[B]): collection.Iterable[B]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  19. def copyToArray[B >: A](xs: scala.Array[B], start: Int, len: Int): Int
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  20. def copyToArray[B >: A](xs: scala.Array[B], start: Int): Int
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  21. def copyToArray[B >: A](xs: scala.Array[B]): Int
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  22. def corresponds[B](that: collection.IterableOnce[B])(p: (Short, B) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  23. def count(p: (Short) => Boolean): Int
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  24. def drop(n: Int): collection.Iterable[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps → IterableOnceOps
  25. def dropRight(n: Int): collection.Iterable[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  26. def dropWhile(p: (Short) => Boolean): collection.Iterable[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps → IterableOnceOps
  27. def empty: collection.Iterable[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableFactoryDefaults → IterableOps
  28. def ensuring(cond: (Uint8Array) => Boolean, msg: => scala.Any): Uint8Array
    Implicit
    This member is added by an implicit conversion from Uint8Array toEnsuring[Uint8Array] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: (Uint8Array) => Boolean): Uint8Array
    Implicit
    This member is added by an implicit conversion from Uint8Array toEnsuring[Uint8Array] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. def ensuring(cond: Boolean, msg: => scala.Any): Uint8Array
    Implicit
    This member is added by an implicit conversion from Uint8Array toEnsuring[Uint8Array] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. def ensuring(cond: Boolean): Uint8Array
    Implicit
    This member is added by an implicit conversion from Uint8Array toEnsuring[Uint8Array] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  34. def exists(p: (Short) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  35. def fill(value: Short): Unit

    Fills this entire TypedArray with a given value.

    Fills this entire TypedArray with a given value.

    Definition Classes
    TypedArray
  36. def fill(value: Short, start: Int): Unit

    Fills a subrange of this TypedArray with a given value, until then end of the array.

    Fills a subrange of this TypedArray with a given value, until then end of the array.

    Definition Classes
    TypedArray
  37. def fill(value: Short, start: Int, end: Int): Unit

    Fills a subrange of this TypedArray with a given value.

    Fills a subrange of this TypedArray with a given value.

    Definition Classes
    TypedArray
  38. def filter(pred: (Short) => Boolean): collection.Iterable[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps → IterableOnceOps
  39. def filterNot(pred: (Short) => Boolean): collection.Iterable[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps → IterableOnceOps
  40. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  41. def find(p: (Short) => Boolean): Option[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  42. def flatMap[B](f: (Short) => collection.IterableOnce[B]): collection.Iterable[B]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps → IterableOnceOps
  43. def flatten[B](implicit asIterable: (Short) => collection.IterableOnce[B]): collection.Iterable[B]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps → IterableOnceOps
  44. def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  45. def foldLeft[B](z: B)(op: (B, Short) => B): B
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  46. def foldRight[B](z: B)(op: (Short, B) => B): B
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  47. def forall(p: (Short) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  48. def foreach[U](f: (Short) => U): Unit
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  49. def get(index: Int): Short

    Retrieve element at index

    Retrieve element at index

    Definition Classes
    TypedArray
    Annotations
    @JSBracketAccess()
  50. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  51. def groupBy[K](f: (Short) => K): collection.immutable.Map[K, collection.Iterable[Short]]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  52. def groupMap[K, B](key: (Short) => K)(f: (Short) => B): collection.immutable.Map[K, collection.Iterable[B]]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  53. def groupMapReduce[K, B](key: (Short) => K)(f: (Short) => B)(reduce: (B, B) => B): collection.immutable.Map[K, B]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  54. def grouped(size: Int): collection.Iterator[collection.Iterable[Short]]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  55. 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
  56. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  57. def head: Short
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  58. def headOption: Option[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  59. def init: collection.Iterable[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  60. def inits: collection.Iterator[collection.Iterable[Short]]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  61. def isEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  62. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  63. 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
  64. def isTraversableAgain: Boolean
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps → IterableOnceOps
  65. def iterableFactory: IterableFactory[collection.Iterable]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    Iterable → IterableOps
  66. def iterator: collection.Iterator[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps → IterableOnce
    Annotations
    @inline()
  67. def jsIterator(): Iterator[Short]

    JavaScript Iterator for this Iterable.

    JavaScript Iterator for this Iterable.

    Definition Classes
    TypedArrayIterable
    Annotations
    @JSName(symbol = js.Symbol.iterator)
  68. def knownSize: Int
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnce
  69. def last: Short
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  70. def lastOption: Option[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  71. def lazyZip[B]: ([B](that: Iterable[B]): scala.collection.LazyZip2[Short,B,_1.type]) forSome {val _1: IterableOps[Short]}
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    Iterable
  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](f: (Short) => B): collection.Iterable[B]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps → IterableOnceOps
  74. def max[B >: A](implicit ord: math.Ordering[B]): Short
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  75. def maxBy[B](f: (Short) => B)(implicit cmp: math.Ordering[B]): Short
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  76. def maxByOption[B](f: (Short) => B)(implicit cmp: math.Ordering[B]): Option[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  77. def maxOption[B >: A](implicit ord: math.Ordering[B]): Option[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  78. def min[B >: A](implicit ord: math.Ordering[B]): Short
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  79. def minBy[B](f: (Short) => B)(implicit cmp: math.Ordering[B]): Short
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  80. def minByOption[B](f: (Short) => B)(implicit cmp: math.Ordering[B]): Option[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  81. def minOption[B >: A](implicit ord: math.Ordering[B]): Option[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  82. final def mkString: String
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  83. final def mkString(sep: String): String
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  84. final def mkString(start: String, sep: String, end: String): String
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  85. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  86. def nonEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  87. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  88. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  89. def partition(p: (Short) => Boolean): (collection.Iterable[Short], collection.Iterable[Short])
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  90. def partitionMap[A1, A2](f: (Short) => Either[A1, A2]): (collection.Iterable[A1], collection.Iterable[A2])
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  91. def product[B >: A](implicit num: math.Numeric[B]): B
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  92. 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
  93. def reduce[B >: A](op: (B, B) => B): B
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  94. def reduceLeft[B >: A](op: (B, Short) => B): B
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  95. def reduceLeftOption[B >: A](op: (B, Short) => B): Option[B]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  96. def reduceOption[B >: A](op: (B, B) => B): Option[B]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  97. def reduceRight[B >: A](op: (Short, B) => B): B
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  98. def reduceRightOption[B >: A](op: (Short, B) => B): Option[B]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  99. def scan[B >: A](z: B)(op: (B, B) => B): collection.Iterable[B]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  100. def scanLeft[B](z: B)(op: (B, Short) => B): collection.Iterable[B]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps → IterableOnceOps
  101. def scanRight[B](z: B)(op: (Short, B) => B): collection.Iterable[B]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  102. def set(array: Array[_ <: Short], 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
  103. def set(array: Array[_ <: Short]): Unit

    Set the values from array in this TypedArray

    Set the values from array in this TypedArray

    Definition Classes
    TypedArray
  104. def set(typedArray: Uint8Array, 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
  105. def set(typedArray: Uint8Array): Unit

    Set the values of typedArray in this TypedArray

    Set the values of typedArray in this TypedArray

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

    Set element at index

    Set element at index

    Definition Classes
    TypedArray
    Annotations
    @JSBracketAccess()
  107. def size: Int
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  108. def sizeCompare(that: collection.Iterable[_]): Int
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  109. def sizeCompare(otherSize: Int): Int
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  110. final def sizeIs: SizeCompareOps
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
    Annotations
    @inline()
  111. def slice(from: Int, until: Int): collection.Iterable[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps → IterableOnceOps
  112. def sliding(size: Int, step: Int): collection.Iterator[collection.Iterable[Short]]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  113. def sliding(size: Int): collection.Iterator[collection.Iterable[Short]]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  114. def span(p: (Short) => Boolean): (collection.Iterable[Short], collection.Iterable[Short])
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps → IterableOnceOps
  115. def splitAt(n: Int): (collection.Iterable[Short], collection.Iterable[Short])
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps → IterableOnceOps
  116. def stepper[S <: Stepper[_]](implicit shape: StepperShape[Short, S]): S
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnce
  117. def subarray(begin: Int, end: Int = ???): Uint8Array

    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
  118. def sum[B >: A](implicit num: math.Numeric[B]): B
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  119. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  120. def tail: collection.Iterable[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  121. def tails: collection.Iterator[collection.Iterable[Short]]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  122. def take(n: Int): collection.Iterable[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps → IterableOnceOps
  123. def takeRight(n: Int): collection.Iterable[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  124. def takeWhile(p: (Short) => Boolean): collection.Iterable[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps → IterableOnceOps
  125. def tapEach[U](f: (Short) => U): collection.Iterable[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps → IterableOnceOps
  126. def to[C1](factory: Factory[Short, C1]): C1
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  127. def toArray[B >: A](implicit arg0: ClassTag[B]): scala.Array[B]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  128. final def toBuffer[B >: A]: Buffer[B]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  129. def toIndexedSeq: collection.immutable.IndexedSeq[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  130. def toList: collection.immutable.List[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  131. def toLocaleString(): String
    Definition Classes
    Object
  132. def toMap[K, V](implicit ev: <:<[Short, (K, V)]): collection.immutable.Map[K, V]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  133. def toSeq: collection.immutable.Seq[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  134. def toSet[B >: A]: collection.immutable.Set[B]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  135. def toString(): String
    Definition Classes
    AnyRef → Any
  136. def toVector: collection.immutable.Vector[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
  137. def transpose[B](implicit asIterable: (Short) => collection.Iterable[B]): collection.Iterable[collection.Iterable[B]]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  138. def unzip[A1, A2](implicit asPair: (Short) => (A1, A2)): (collection.Iterable[A1], collection.Iterable[A2])
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  139. def unzip3[A1, A2, A3](implicit asTriple: (Short) => (A1, A2, A3)): (collection.Iterable[A1], collection.Iterable[A2], collection.Iterable[A3])
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  140. def update(index: Int, value: Short): 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: View[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  143. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  144. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  145. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  146. def withFilter(p: (Short) => Boolean): WithFilter[Short, collection.Iterable]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  147. def zip[B](that: collection.IterableOnce[B]): collection.Iterable[(Short, B)]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  148. def zipAll[A1 >: A, B](that: collection.Iterable[B], thisElem: A1, thatElem: B): collection.Iterable[(A1, B)]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
  149. def zipWithIndex: collection.Iterable[(Short, Int)]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps → IterableOnceOps

Shadowed Implicit Value Members

  1. def toString(): String
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] 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:
    (uint8Array: IterableOps[Short]).toString()
    Definition Classes
    Iterable → AnyRef → Any

Deprecated Value Members

  1. def ++:[B >: A](that: collection.IterableOnce[B]): collection.Iterable[B]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ++ instead of ++: for collections of type Iterable

  2. final def /:[B](z: B)(op: (B, Short) => B): B
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  3. final def :\[B](z: B)(op: (Short, B) => B): B
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

  4. def aggregate[B](z: => B)(seqop: (B, Short) => B, combop: (B, B) => B): B
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) aggregate is not relevant for sequential collections. Use foldLeft(z)(seqop) instead.

  5. def companion: IterableFactory[collection.Iterable]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
    Annotations
    @deprecated @deprecatedOverriding() @inline()
    Deprecated

    (Since version 2.13.0) Use iterableFactory instead

  6. final def copyToBuffer[B >: A](dest: Buffer[B]): Unit
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use dest ++= coll instead

  7. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Uint8Array toStringFormat[Uint8Array] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  8. def hasDefiniteSize: Boolean
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)

  9. final def repr: collection.Iterable[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

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

  10. def seq: IterableOps[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Iterable.seq always returns the iterable itself

  11. final def toIterable: IterableOps[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    Iterable → IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.7) toIterable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

  12. final def toIterator: collection.Iterator[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

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

  13. final def toStream: collection.immutable.Stream[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .to(LazyList) instead of .toStream

  14. final def toTraversable: collection.Traversable[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) toTraversable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

  15. def view(from: Int, until: Int): View[Short]
    Implicit
    This member is added by an implicit conversion from Uint8Array toIterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

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

  16. def [B](y: B): (Uint8Array, B)
    Implicit
    This member is added by an implicit conversion from Uint8Array toArrowAssoc[Uint8Array] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from TypedArray[Short, Uint8Array]

Inherited from Iterable[Short]

Inherited from ArrayBufferView

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from scala.Any

Inherited by implicit conversion iterableOps fromUint8Array to IterableOps[Short]

Inherited by implicit conversion any2stringadd fromUint8Array to any2stringadd[Uint8Array]

Inherited by implicit conversion StringFormat fromUint8Array to StringFormat[Uint8Array]

Inherited by implicit conversion Ensuring fromUint8Array to Ensuring[Uint8Array]

Inherited by implicit conversion ArrowAssoc fromUint8Array to ArrowAssoc[Uint8Array]

Ungrouped