Class/Object

scala.scalajs.js.typedarray

Int16Array

Related Docs: object Int16Array | package typedarray

Permalink

class Int16Array extends Object with TypedArray[Short, Int16Array]

ECMAScript 6 A TypedArray of signed 16-bit integers

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

Instance Constructors

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

    Permalink

    Creates a Int16Array view on the given ArrayBuffer

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

    Permalink

    Creates a new Int16Array with the elements in the given array

  3. new Int16Array(typedArray: Int16Array)

    Permalink

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

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

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

  4. new Int16Array(length: Int)

    Permalink

    Constructs a Int16Array with the given length.

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

Value Members

  1. final def !=(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to any2stringadd[Int16Array] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++[B >: A, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[collection.Iterable[Short], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  5. def ++:[B >: A, That](that: collection.Traversable[B])(implicit bf: CanBuildFrom[collection.Iterable[Short], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike
  6. def ++:[B >: A, That](that: collection.TraversableOnce[B])(implicit bf: CanBuildFrom[collection.Iterable[Short], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike
  7. def ->[B](y: B): (Int16Array, B)

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  9. def :\[B](z: B)(op: (Short, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  10. final def ==(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def addString(b: StringBuilder): StringBuilder

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce
  12. def addString(b: StringBuilder, sep: String): StringBuilder

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce
  13. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce
  14. def aggregate[B](z: ⇒ B)(seqop: (B, Short) ⇒ B, combop: (B, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  15. def apply(index: Int): Short

    Permalink

    Retrieve element at index

    Retrieve element at index

    Definition Classes
    TypedArray
    Annotations
    @JSBracketAccess()
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. val buffer: ArrayBuffer

    Permalink

    The underlying buffer of this ArrayBufferView

    The underlying buffer of this ArrayBufferView

    Definition Classes
    ArrayBufferView
  18. val byteLength: Int

    Permalink

    The number of bytes of this ArrayBufferView

    The number of bytes of this ArrayBufferView

    Definition Classes
    ArrayBufferView
  19. val byteOffset: Int

    Permalink

    The offset of this ArrayBufferView in the underlying buffer

    The offset of this ArrayBufferView in the underlying buffer

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → Equals
  21. def clone(): AnyRef

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  23. def collectFirst[B](pf: PartialFunction[Short, B]): Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce
  24. def companion: GenericCompanion[collection.Iterable]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  25. def copyToArray[B >: A](xs: scala.Array[B], start: Int, len: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  26. def copyToArray[B >: A](xs: scala.Array[B]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  27. def copyToArray[B >: A](xs: scala.Array[B], start: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  28. def copyToBuffer[B >: A](dest: Buffer[B]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce
  29. def count(p: (Short) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  30. def drop(n: Int): collection.Iterable[Short]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  31. def dropRight(n: Int): collection.Iterable[Short]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike
  32. def dropWhile(p: (Short) ⇒ Boolean): collection.Iterable[Short]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  33. def ensuring(cond: (Int16Array) ⇒ Boolean, msg: ⇒ scala.Any): Int16Array

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  39. def exists(p: (Short) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  40. def fill(value: Short): Unit

    Permalink

    Fills this entire TypedArray with a given value.

    Fills this entire TypedArray with a given value.

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

    Permalink

    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
  42. def fill(value: Short, start: Int, end: Int): Unit

    Permalink

    Fills a subrange of this TypedArray with a given value.

    Fills a subrange of this TypedArray with a given value.

    Definition Classes
    TypedArray
  43. def filter(p: (Short) ⇒ Boolean): collection.Iterable[Short]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  44. def filterNot(p: (Short) ⇒ Boolean): collection.Iterable[Short]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  45. def finalize(): Unit

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  47. def flatMap[B, That](f: (Short) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[collection.Iterable[Short], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  48. def flatten[B](implicit asTraversable: (Short) ⇒ GenTraversableOnce[B]): collection.Iterable[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    GenericTraversableTemplate
  49. def fold[A1 >: A](z: A1)(op: (A1, A1) ⇒ A1): A1

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  50. def foldLeft[B](z: B)(op: (B, Short) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  51. def foldRight[B](z: B)(op: (Short, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  52. def forall(p: (Short) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  53. def foreach[U](f: (Short) ⇒ U): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  54. def formatted(fmtstr: String): String

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    GenericTraversableTemplate
  56. def get(index: Int): Short

    Permalink

    Retrieve element at index

    Retrieve element at index

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  59. def grouped(size: Int): collection.Iterator[collection.Iterable[Short]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike
  60. def hasDefiniteSize: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  61. def hasOwnProperty(v: String): Boolean

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef → Any
  63. def head: Short

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  64. def headOption: Option[Short]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  65. def init: collection.Iterable[Short]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  66. def inits: collection.Iterator[collection.Iterable[Short]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike
  67. def isEmpty: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  68. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  69. def isPrototypeOf(v: Object): Boolean

    Permalink

    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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  71. def iterator: collection.Iterator[Short]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps → IterableLike → GenIterableLike
    Annotations
    @inline()
  72. def jsIterator(): Iterator[Short]

    Permalink

    JavaScript Iterator for this Iterable.

    JavaScript Iterator for this Iterable.

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  74. def lastOption: Option[Short]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  75. val length: Int

    Permalink

    The number of elements in this TypedArray

    The number of elements in this TypedArray

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  77. def max[B >: A](implicit cmp: Ordering[B]): Short

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  78. def maxBy[B](f: (Short) ⇒ B)(implicit cmp: Ordering[B]): Short

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  79. def min[B >: A](implicit cmp: Ordering[B]): Short

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  80. def minBy[B](f: (Short) ⇒ B)(implicit cmp: Ordering[B]): Short

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  81. def mkString: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  82. def mkString(sep: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  83. def mkString(start: String, sep: String, end: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  84. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  85. def nonEmpty: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  86. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  88. def par: ParIterable[Short]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    Parallelizable
  89. def partition(p: (Short) ⇒ Boolean): (collection.Iterable[Short], collection.Iterable[Short])

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  90. def product[B >: A](implicit num: Numeric[B]): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  91. def propertyIsEnumerable(v: String): Boolean

    Permalink

    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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  93. def reduceLeft[B >: A](op: (B, Short) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce
  94. def reduceLeftOption[B >: A](op: (B, Short) ⇒ B): Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  95. def reduceOption[A1 >: A](op: (A1, A1) ⇒ A1): Option[A1]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  96. def reduceRight[B >: A](op: (Short, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  97. def reduceRightOption[B >: A](op: (Short, B) ⇒ B): Option[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  98. def repr: collection.Iterable[Short]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  99. def sameElements[B >: A](that: GenIterable[B]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] 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[Short], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  101. def scanLeft[B, That](z: B)(op: (B, Short) ⇒ B)(implicit bf: CanBuildFrom[collection.Iterable[Short], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  102. def scanRight[B, That](z: B)(op: (Short, B) ⇒ B)(implicit bf: CanBuildFrom[collection.Iterable[Short], B, That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array 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.

  103. def seq: collection.Iterable[Short]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  104. def set(array: Array[_ <: Short], offset: Int): Unit

    Permalink

    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: Array[_ <: Short]): Unit

    Permalink

    Set the values from array in this TypedArray

    Set the values from array in this TypedArray

    Definition Classes
    TypedArray
  106. def set(typedArray: Int16Array, offset: Int): Unit

    Permalink

    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: Int16Array): Unit

    Permalink

    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: Short): Unit

    Permalink

    Set element at index

    Set element at index

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  110. def slice(from: Int, until: Int): collection.Iterable[Short]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] 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[Short]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike
  112. def sliding(size: Int): collection.Iterator[collection.Iterable[Short]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike
  113. def span(p: (Short) ⇒ Boolean): (collection.Iterable[Short], collection.Iterable[Short])

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  114. def splitAt(n: Int): (collection.Iterable[Short], collection.Iterable[Short])

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  115. def stringPrefix: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  116. def subarray(begin: Int, end: Int = ???): Int16Array

    Permalink

    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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  118. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  120. def tails: collection.Iterator[collection.Iterable[Short]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike
  121. def take(n: Int): collection.Iterable[Short]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  122. def takeRight(n: Int): collection.Iterable[Short]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike
  123. def takeWhile(p: (Short) ⇒ Boolean): collection.Iterable[Short]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  124. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, Short, Col[Short]]): Col[Short]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] 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]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  126. def toArray: scala.Array[Short]

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  128. def toIndexedSeq: collection.immutable.IndexedSeq[Short]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  129. def toIterable: collection.Iterable[Short]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  130. def toIterator: collection.Iterator[Short]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  131. def toList: List[Short]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  132. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  133. def toMap[T, U](implicit ev: <:<[Short, (T, U)]): collection.immutable.Map[T, U]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  134. def toSeq: collection.Seq[Short]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  135. def toSet[B >: A]: collection.immutable.Set[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  136. def toStream: collection.immutable.Stream[Short]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  137. def toString(): String

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  139. def toVector: Vector[Short]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  140. def transpose[B](implicit asTraversable: (Short) ⇒ GenTraversableOnce[B]): collection.Iterable[collection.Iterable[B]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array 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 an IllegalArgumentException if collections are not uniformly sized.

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    GenericTraversableTemplate
  142. def unzip3[A1, A2, A3](implicit asTriple: (Short) ⇒ (A1, A2, A3)): (collection.Iterable[A1], collection.Iterable[A2], collection.Iterable[A3])

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    GenericTraversableTemplate
  143. def update(index: Int, value: Short): Unit

    Permalink

    Set element at index

    Set element at index

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike
  146. def view: IterableView[Short, collection.Iterable[Short]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike
  147. final def wait(): Unit

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] 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[Short], (A1, B), That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] 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[Short], (A1, B), That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → GenIterableLike
  153. def zipWithIndex[A1 >: A, That](implicit bf: CanBuildFrom[collection.Iterable[Short], (A1, Int), That]): That

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → GenIterableLike
  154. def [B](y: B): (Int16Array, B)

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

Shadowed Implicit Value Members

  1. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Int16Array 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:
    (int16Array: IterableOps[Short]).toString()
    Definition Classes
    TraversableLike → Any

Inherited from TypedArray[Short, Int16Array]

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 from Int16Array to IterableOps[Short]

Inherited by implicit conversion TA2AS from Int16Array to TA2AS

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

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

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

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

Ungrouped