class Uint8Array extends Object with TypedArray[Short, Uint8Array]
ECMAScript 6 A TypedArray of unsigned 8-bit integers
- Alphabetic
- By Inheritance
- Uint8Array
- TypedArray
- Iterable
- ArrayBufferView
- Object
- Any
- AnyRef
- Any
- by iterableOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
Uint8Array(buffer: ArrayBuffer, byteOffset: Int = 0, length: Int = ???)
Creates a Uint8Array view on the given ArrayBuffer
-
new
Uint8Array(array: Iterable[Short])
Creates a new Uint8Array with the elements in the given array
-
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.
-
new
Uint8Array(length: Int)
Constructs a Uint8Array with the given length.
Constructs a Uint8Array with the given length. Initialized to all 0
Value Members
-
final
def
!=(arg0: scala.Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from Uint8Array to any2stringadd[Uint8Array] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
++[B >: A, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[collection.Iterable[Short], B, That]): That
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
++:[B >: A, That](that: collection.Traversable[B])(implicit bf: CanBuildFrom[collection.Iterable[Short], B, That]): That
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike
-
def
++:[B >: A, That](that: collection.TraversableOnce[B])(implicit bf: CanBuildFrom[collection.Iterable[Short], B, That]): That
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike
-
def
->[B](y: B): (Uint8Array, B)
- Implicit
- This member is added by an implicit conversion from Uint8Array to ArrowAssoc[Uint8Array] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: scala.Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addString(b: StringBuilder): StringBuilder
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce
-
def
addString(b: StringBuilder, sep: String): StringBuilder
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce
-
def
addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce
-
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 to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
apply(index: Int): Short
Retrieve element at index
Retrieve element at index
- Definition Classes
- TypedArray
- Annotations
- @JSBracketAccess()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
buffer: ArrayBuffer
The underlying buffer of this ArrayBufferView
The underlying buffer of this ArrayBufferView
- Definition Classes
- ArrayBufferView
-
val
byteLength: Int
The number of bytes of this ArrayBufferView
The number of bytes of this ArrayBufferView
- Definition Classes
- ArrayBufferView
-
val
byteOffset: Int
The offset of this ArrayBufferView in the underlying buffer
The offset of this ArrayBufferView in the underlying buffer
- Definition Classes
- ArrayBufferView
-
def
canEqual(that: scala.Any): Boolean
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike → Equals
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
collect[B, That](pf: PartialFunction[Short, B])(implicit bf: CanBuildFrom[collection.Iterable[Short], B, That]): That
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
collectFirst[B](pf: PartialFunction[Short, B]): Option[B]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce
-
def
companion: GenericCompanion[collection.Iterable]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
-
def
copyToArray[B >: A](xs: scala.Array[B], start: Int, len: Int): Unit
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
-
def
copyToArray[B >: A](xs: scala.Array[B]): Unit
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
copyToArray[B >: A](xs: scala.Array[B], start: Int): Unit
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
copyToBuffer[B >: A](dest: Buffer[B]): Unit
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce
-
def
count(p: (Short) ⇒ Boolean): Int
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
drop(n: Int): collection.Iterable[Short]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike → TraversableLike → GenTraversableLike
-
def
dropRight(n: Int): collection.Iterable[Short]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike
-
def
dropWhile(p: (Short) ⇒ Boolean): collection.Iterable[Short]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
ensuring(cond: (Uint8Array) ⇒ Boolean, msg: ⇒ scala.Any): Uint8Array
- Implicit
- This member is added by an implicit conversion from Uint8Array to Ensuring[Uint8Array] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (Uint8Array) ⇒ Boolean): Uint8Array
- Implicit
- This member is added by an implicit conversion from Uint8Array to Ensuring[Uint8Array] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ scala.Any): Uint8Array
- Implicit
- This member is added by an implicit conversion from Uint8Array to Ensuring[Uint8Array] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): Uint8Array
- Implicit
- This member is added by an implicit conversion from Uint8Array to Ensuring[Uint8Array] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: scala.Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
exists(p: (Short) ⇒ Boolean): Boolean
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
-
def
fill(value: Short): Unit
Fills this entire TypedArray with a given value.
Fills this entire TypedArray with a given value.
- Definition Classes
- TypedArray
-
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
-
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
-
def
filter(p: (Short) ⇒ Boolean): collection.Iterable[Short]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
filterNot(p: (Short) ⇒ Boolean): collection.Iterable[Short]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
find(p: (Short) ⇒ Boolean): Option[Short]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
-
def
flatMap[B, That](f: (Short) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[collection.Iterable[Short], B, That]): That
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike → GenTraversableLike → FilterMonadic
-
def
flatten[B](implicit asTraversable: (Short) ⇒ GenTraversableOnce[B]): collection.Iterable[B]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- GenericTraversableTemplate
-
def
fold[A1 >: A](z: A1)(op: (A1, A1) ⇒ A1): A1
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
foldLeft[B](z: B)(op: (B, Short) ⇒ B): B
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
foldRight[B](z: B)(op: (Short, B) ⇒ B): B
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike → TraversableOnce → GenTraversableOnce
-
def
forall(p: (Short) ⇒ Boolean): Boolean
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
-
def
foreach[U](f: (Short) ⇒ U): Unit
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from Uint8Array to StringFormat[Uint8Array] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
def
genericBuilder[B]: Builder[B, collection.Iterable[B]]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- GenericTraversableTemplate
-
def
get(index: Int): Short
Retrieve element at index
Retrieve element at index
- Definition Classes
- TypedArray
- Annotations
- @JSBracketAccess()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
groupBy[K](f: (Short) ⇒ K): collection.immutable.Map[K, collection.Iterable[Short]]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
grouped(size: Int): collection.Iterator[collection.Iterable[Short]]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike
-
def
hasDefiniteSize: Boolean
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike → TraversableOnce → GenTraversableOnce
-
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
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
head: Short
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike → TraversableLike → GenTraversableLike
-
def
headOption: Option[Short]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
init: collection.Iterable[Short]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
inits: collection.Iterator[collection.Iterable[Short]]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike
-
def
isEmpty: Boolean
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
-
final
def
isTraversableAgain: Boolean
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike → GenTraversableLike → GenTraversableOnce
-
def
iterator: collection.Iterator[Short]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableOps → IterableLike → GenIterableLike
- Annotations
- @inline()
-
def
jsIterator(): Iterator[Short]
JavaScript Iterator for this Iterable.
JavaScript Iterator for this Iterable.
- Definition Classes
- TypedArray → Iterable
- Annotations
- @JSName( symbol = js.Symbol.iterator )
-
def
last: Short
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
lastOption: Option[Short]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike → GenTraversableLike
-
val
length: Int
The number of elements in this TypedArray
The number of elements in this TypedArray
- Definition Classes
- TypedArray
-
def
map[B, That](f: (Short) ⇒ B)(implicit bf: CanBuildFrom[collection.Iterable[Short], B, That]): That
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike → GenTraversableLike → FilterMonadic
-
def
max[B >: A](implicit cmp: Ordering[B]): Short
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
maxBy[B](f: (Short) ⇒ B)(implicit cmp: Ordering[B]): Short
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
min[B >: A](implicit cmp: Ordering[B]): Short
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
minBy[B](f: (Short) ⇒ B)(implicit cmp: Ordering[B]): Short
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
mkString: String
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
mkString(sep: String): String
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
mkString(start: String, sep: String, end: String): String
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nonEmpty: Boolean
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
par: ParIterable[Short]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- Parallelizable
-
def
partition(p: (Short) ⇒ Boolean): (collection.Iterable[Short], collection.Iterable[Short])
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
product[B >: A](implicit num: Numeric[B]): B
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
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
-
def
reduce[A1 >: A](op: (A1, A1) ⇒ A1): A1
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
reduceLeft[B >: A](op: (B, Short) ⇒ B): B
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce
-
def
reduceLeftOption[B >: A](op: (B, Short) ⇒ B): Option[B]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
reduceOption[A1 >: A](op: (A1, A1) ⇒ A1): Option[A1]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
reduceRight[B >: A](op: (Short, B) ⇒ B): B
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike → TraversableOnce → GenTraversableOnce
-
def
reduceRightOption[B >: A](op: (Short, B) ⇒ B): Option[B]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
repr: collection.Iterable[Short]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
sameElements[B >: A](that: GenIterable[B]): Boolean
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike → GenIterableLike
-
def
scan[B >: A, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[collection.Iterable[Short], B, That]): That
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
scanLeft[B, That](z: B)(op: (B, Short) ⇒ B)(implicit bf: CanBuildFrom[collection.Iterable[Short], B, That]): That
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
scanRight[B, That](z: B)(op: (Short, B) ⇒ B)(implicit bf: CanBuildFrom[collection.Iterable[Short], B, That]): That
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] 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.
-
def
seq: collection.Iterable[Short]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
-
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
-
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
-
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
-
def
set(typedArray: Uint8Array): Unit
Set the values of typedArray in this TypedArray
Set the values of typedArray in this TypedArray
- Definition Classes
- TypedArray
-
def
set(index: Int, value: Short): Unit
Set element at index
Set element at index
- Definition Classes
- TypedArray
- Annotations
- @JSBracketAccess()
-
def
size: Int
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
slice(from: Int, until: Int): collection.Iterable[Short]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike → TraversableLike → GenTraversableLike
-
def
sliding(size: Int, step: Int): collection.Iterator[collection.Iterable[Short]]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike
-
def
sliding(size: Int): collection.Iterator[collection.Iterable[Short]]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike
-
def
span(p: (Short) ⇒ Boolean): (collection.Iterable[Short], collection.Iterable[Short])
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
splitAt(n: Int): (collection.Iterable[Short], collection.Iterable[Short])
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
stringPrefix: String
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike → GenTraversableLike
-
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
-
def
sum[B >: A](implicit num: Numeric[B]): B
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
tail: collection.Iterable[Short]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
tails: collection.Iterator[collection.Iterable[Short]]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike
-
def
take(n: Int): collection.Iterable[Short]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike → TraversableLike → GenTraversableLike
-
def
takeRight(n: Int): collection.Iterable[Short]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike
-
def
takeWhile(p: (Short) ⇒ Boolean): collection.Iterable[Short]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike → TraversableLike → GenTraversableLike
-
def
to[Col[_]](implicit cbf: CanBuildFrom[Nothing, Short, Col[Short]]): Col[Short]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike → TraversableOnce → GenTraversableOnce
-
def
toArray[B >: A](implicit arg0: ClassTag[B]): scala.Array[B]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
toBuffer[B >: A]: Buffer[B]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
toIndexedSeq: collection.immutable.IndexedSeq[Short]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
toIterable: collection.Iterable[Short]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike → TraversableOnce → GenTraversableOnce
-
def
toIterator: collection.Iterator[Short]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike → TraversableLike → GenTraversableOnce
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
-
def
toList: List[Short]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toMap[T, U](implicit ev: <:<[Short, (T, U)]): collection.immutable.Map[T, U]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
toSeq: collection.Seq[Short]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
toSet[B >: A]: collection.immutable.Set[B]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
toStream: collection.immutable.Stream[Short]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike → TraversableLike → GenTraversableOnce
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
toTraversable: collection.Traversable[Short]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike → TraversableOnce → GenTraversableOnce
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
-
def
toVector: Vector[Short]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
transpose[B](implicit asTraversable: (Short) ⇒ GenTraversableOnce[B]): collection.Iterable[collection.Iterable[B]]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- GenericTraversableTemplate
- Annotations
- @migration
- Migration
(Changed in version 2.9.0)
transpose
throws anIllegalArgumentException
if collections are not uniformly sized.
-
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 to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- GenericTraversableTemplate
-
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 to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- GenericTraversableTemplate
-
def
update(index: Int, value: Short): Unit
Set element at index
Set element at index
- Definition Classes
- TypedArray
- Annotations
- @JSBracketAccess()
-
def
valueOf(): scala.Any
- Definition Classes
- Object
-
def
view(from: Int, until: Int): IterableView[Short, collection.Iterable[Short]]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike → TraversableLike
-
def
view: IterableView[Short, collection.Iterable[Short]]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike → TraversableLike
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
withFilter(p: (Short) ⇒ Boolean): FilterMonadic[Short, collection.Iterable[Short]]
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableLike → FilterMonadic
-
def
zip[A1 >: A, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[collection.Iterable[Short], (A1, B), That]): That
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike → GenIterableLike
-
def
zipAll[B, A1 >: A, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[collection.Iterable[Short], (A1, B), That]): That
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike → GenIterableLike
-
def
zipWithIndex[A1 >: A, That](implicit bf: CanBuildFrom[collection.Iterable[Short], (A1, Int), That]): That
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- IterableLike → GenIterableLike
-
def
→[B](y: B): (Uint8Array, B)
- Implicit
- This member is added by an implicit conversion from Uint8Array to ArrowAssoc[Uint8Array] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Shadowed Implicit Value Members
-
def
toString(): String
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[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
- TraversableLike → Any
Deprecated Value Members
-
def
/:[B](z: B)(op: (B, Short) ⇒ B): B
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
- Annotations
- @deprecated
- Deprecated
(Since version 2.12.10) Use foldLeft instead of /:
-
def
:\[B](z: B)(op: (Short, B) ⇒ B): B
- Implicit
- This member is added by an implicit conversion from Uint8Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
- Definition Classes
- TraversableOnce → GenTraversableOnce
- Annotations
- @deprecated
- Deprecated
(Since version 2.12.10) Use foldRight instead of :\