Packages

class Int16Array extends Object with TypedArray[Short, Int16Array]

ECMAScript 6 A TypedArray of signed 16-bit integers

Annotations
@JSType() @native() @JSGlobal()
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 = ???)

    Creates a Int16Array view on the given ArrayBuffer

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

    Creates a new Int16Array with the elements in the given array

  3. new Int16Array(typedArray: Int16Array)

    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)

    Constructs a Int16Array with the given length.

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

Value Members

  1. 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 Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  2. 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 Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike
  3. 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 Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike
  4. def addString(b: StringBuilder): StringBuilder
    Implicit
    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
  5. def addString(b: StringBuilder, sep: String): StringBuilder
    Implicit
    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
  6. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Implicit
    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
  7. def aggregate[B](z: ⇒ B)(seqop: (B, Short) ⇒ B, combop: (B, B) ⇒ B): B
    Implicit
    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
  8. def apply(index: Int): Short

    Retrieve element at index

    Retrieve element at index

    Definition Classes
    TypedArray
    Annotations
    @JSBracketAccess()
  9. val buffer: ArrayBuffer

    The underlying buffer of this ArrayBufferView

    The underlying buffer of this ArrayBufferView

    Definition Classes
    ArrayBufferView
  10. val byteLength: Int

    The number of bytes of this ArrayBufferView

    The number of bytes of this ArrayBufferView

    Definition Classes
    ArrayBufferView
  11. val byteOffset: Int

    The offset of this ArrayBufferView in the underlying buffer

    The offset of this ArrayBufferView in the underlying buffer

    Definition Classes
    ArrayBufferView
  12. def canEqual(that: scala.Any): Boolean
    Implicit
    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
  13. 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 Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  14. def collectFirst[B](pf: PartialFunction[Short, B]): Option[B]
    Implicit
    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
  15. def companion: GenericCompanion[collection.Iterable]
    Implicit
    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
  16. def copyToArray[B >: A](xs: scala.Array[B], start: Int, len: Int): Unit
    Implicit
    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
  17. def copyToArray[B >: A](xs: scala.Array[B]): Unit
    Implicit
    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
  18. def copyToArray[B >: A](xs: scala.Array[B], start: Int): Unit
    Implicit
    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
  19. def copyToBuffer[B >: A](dest: Buffer[B]): Unit
    Implicit
    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
  20. def count(p: (Short) ⇒ Boolean): Int
    Implicit
    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
  21. def drop(n: Int): collection.Iterable[Short]
    Implicit
    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
  22. def dropRight(n: Int): collection.Iterable[Short]
    Implicit
    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
  23. def dropWhile(p: (Short) ⇒ Boolean): collection.Iterable[Short]
    Implicit
    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
  24. def exists(p: (Short) ⇒ Boolean): Boolean
    Implicit
    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
  25. def fill(value: Short): Unit

    Fills this entire TypedArray with a given value.

    Fills this entire TypedArray with a given value.

    Definition Classes
    TypedArray
  26. 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
  27. 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
  28. def filter(p: (Short) ⇒ Boolean): collection.Iterable[Short]
    Implicit
    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
  29. def filterNot(p: (Short) ⇒ Boolean): collection.Iterable[Short]
    Implicit
    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
  30. def find(p: (Short) ⇒ Boolean): Option[Short]
    Implicit
    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
  31. 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 Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  32. def flatten[B](implicit asTraversable: (Short) ⇒ GenTraversableOnce[B]): collection.Iterable[B]
    Implicit
    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
  33. def fold[A1 >: A](z: A1)(op: (A1, A1) ⇒ A1): A1
    Implicit
    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
  34. def foldLeft[B](z: B)(op: (B, Short) ⇒ B): B
    Implicit
    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
  35. def foldRight[B](z: B)(op: (Short, B) ⇒ B): B
    Implicit
    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
  36. def forall(p: (Short) ⇒ Boolean): Boolean
    Implicit
    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
  37. def foreach[U](f: (Short) ⇒ U): Unit
    Implicit
    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
  38. def genericBuilder[B]: Builder[B, collection.Iterable[B]]
    Implicit
    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
  39. def get(index: Int): Short

    Retrieve element at index

    Retrieve element at index

    Definition Classes
    TypedArray
    Annotations
    @JSBracketAccess()
  40. def groupBy[K](f: (Short) ⇒ K): collection.immutable.Map[K, collection.Iterable[Short]]
    Implicit
    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
  41. def grouped(size: Int): collection.Iterator[collection.Iterable[Short]]
    Implicit
    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
  42. def hasDefiniteSize: Boolean
    Implicit
    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
  43. 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
  44. def head: Short
    Implicit
    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
  45. def headOption: Option[Short]
    Implicit
    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
  46. def init: collection.Iterable[Short]
    Implicit
    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
  47. def inits: collection.Iterator[collection.Iterable[Short]]
    Implicit
    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
  48. def isEmpty: Boolean
    Implicit
    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
  49. 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
  50. final def isTraversableAgain: Boolean
    Implicit
    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
  51. def iterator: collection.Iterator[Short]
    Implicit
    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()
  52. def jsIterator(): Iterator[Short]

    JavaScript Iterator for this Iterable.

    JavaScript Iterator for this Iterable.

    Definition Classes
    TypedArrayIterable
    Annotations
    @JSName( symbol = js.Symbol.iterator )
  53. def last: Short
    Implicit
    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
  54. def lastOption: Option[Short]
    Implicit
    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
  55. val length: Int

    The number of elements in this TypedArray

    The number of elements in this TypedArray

    Definition Classes
    TypedArray
  56. 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 Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  57. def max[B >: A](implicit cmp: Ordering[B]): Short
    Implicit
    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
  58. def maxBy[B](f: (Short) ⇒ B)(implicit cmp: Ordering[B]): Short
    Implicit
    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
  59. def min[B >: A](implicit cmp: Ordering[B]): Short
    Implicit
    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
  60. def minBy[B](f: (Short) ⇒ B)(implicit cmp: Ordering[B]): Short
    Implicit
    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
  61. def mkString: String
    Implicit
    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
  62. def mkString(sep: String): String
    Implicit
    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
  63. def mkString(start: String, sep: String, end: String): String
    Implicit
    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
  64. def nonEmpty: Boolean
    Implicit
    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
  65. def par: ParIterable[Short]
    Implicit
    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
  66. def partition(p: (Short) ⇒ Boolean): (collection.Iterable[Short], collection.Iterable[Short])
    Implicit
    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
  67. def product[B >: A](implicit num: Numeric[B]): B
    Implicit
    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
  68. 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
  69. def reduce[A1 >: A](op: (A1, A1) ⇒ A1): A1
    Implicit
    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
  70. def reduceLeft[B >: A](op: (B, Short) ⇒ B): B
    Implicit
    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
  71. def reduceLeftOption[B >: A](op: (B, Short) ⇒ B): Option[B]
    Implicit
    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
  72. def reduceOption[A1 >: A](op: (A1, A1) ⇒ A1): Option[A1]
    Implicit
    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
  73. def reduceRight[B >: A](op: (Short, B) ⇒ B): B
    Implicit
    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
  74. def reduceRightOption[B >: A](op: (Short, B) ⇒ B): Option[B]
    Implicit
    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
  75. def repr: collection.Iterable[Short]
    Implicit
    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
  76. def sameElements[B >: A](that: GenIterable[B]): Boolean
    Implicit
    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
  77. 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 Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  78. 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 Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  79. 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 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.

  80. def seq: collection.Iterable[Short]
    Implicit
    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
  81. 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
  82. 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
  83. def set(typedArray: Int16Array, 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
  84. def set(typedArray: Int16Array): Unit

    Set the values of typedArray in this TypedArray

    Set the values of typedArray in this TypedArray

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

    Set element at index

    Set element at index

    Definition Classes
    TypedArray
    Annotations
    @JSBracketAccess()
  86. def size: Int
    Implicit
    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
  87. def slice(from: Int, until: Int): collection.Iterable[Short]
    Implicit
    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
  88. def sliding(size: Int, step: Int): collection.Iterator[collection.Iterable[Short]]
    Implicit
    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
  89. def sliding(size: Int): collection.Iterator[collection.Iterable[Short]]
    Implicit
    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
  90. def span(p: (Short) ⇒ Boolean): (collection.Iterable[Short], collection.Iterable[Short])
    Implicit
    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
  91. def splitAt(n: Int): (collection.Iterable[Short], collection.Iterable[Short])
    Implicit
    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
  92. def stringPrefix: String
    Implicit
    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
  93. def subarray(begin: Int, end: Int = ???): Int16Array

    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
  94. def sum[B >: A](implicit num: Numeric[B]): B
    Implicit
    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 tail: collection.Iterable[Short]
    Implicit
    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
  96. def tails: collection.Iterator[collection.Iterable[Short]]
    Implicit
    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
  97. def take(n: Int): collection.Iterable[Short]
    Implicit
    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
  98. def takeRight(n: Int): collection.Iterable[Short]
    Implicit
    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
  99. def takeWhile(p: (Short) ⇒ Boolean): collection.Iterable[Short]
    Implicit
    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
  100. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, Short, Col[Short]]): Col[Short]
    Implicit
    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
  101. def toArray[B >: A](implicit arg0: ClassTag[B]): scala.Array[B]
    Implicit
    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
  102. def toArray: scala.Array[Short]
    Implicit
    This member is added by an implicit conversion from Int16Array to TA2AS performed by method TA2AS in scala.scalajs.js.typedarray.
    Definition Classes
    TA2AS
  103. def toBuffer[B >: A]: Buffer[B]
    Implicit
    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
  104. def toIndexedSeq: collection.immutable.IndexedSeq[Short]
    Implicit
    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
  105. def toIterable: collection.Iterable[Short]
    Implicit
    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
  106. def toIterator: collection.Iterator[Short]
    Implicit
    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" )
  107. def toList: List[Short]
    Implicit
    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
  108. def toLocaleString(): String
    Definition Classes
    Object
  109. def toMap[T, U](implicit ev: <:<[Short, (T, U)]): collection.immutable.Map[T, U]
    Implicit
    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 toSeq: collection.Seq[Short]
    Implicit
    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
  111. def toSet[B >: A]: collection.immutable.Set[B]
    Implicit
    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
  112. def toStream: collection.immutable.Stream[Short]
    Implicit
    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
  113. def toTraversable: collection.Traversable[Short]
    Implicit
    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" )
  114. def toVector: Vector[Short]
    Implicit
    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
  115. def transpose[B](implicit asTraversable: (Short) ⇒ GenTraversableOnce[B]): collection.Iterable[collection.Iterable[B]]
    Implicit
    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.

  116. 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 Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    GenericTraversableTemplate
  117. 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 Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    GenericTraversableTemplate
  118. def update(index: Int, value: Short): Unit

    Set element at index

    Set element at index

    Definition Classes
    TypedArray
    Annotations
    @JSBracketAccess()
  119. def valueOf(): scala.Any
    Definition Classes
    Object
  120. def view(from: Int, until: Int): IterableView[Short, collection.Iterable[Short]]
    Implicit
    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
  121. def view: IterableView[Short, collection.Iterable[Short]]
    Implicit
    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
  122. def withFilter(p: (Short) ⇒ Boolean): FilterMonadic[Short, collection.Iterable[Short]]
    Implicit
    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
  123. 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 Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → GenIterableLike
  124. 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 Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → GenIterableLike
  125. 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 Int16Array to IterableOps[Short] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → GenIterableLike

Shadowed Implicit Value Members

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

Deprecated Value Members

  1. def /:[B](z: B)(op: (B, Short) ⇒ B): B
    Implicit
    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
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.10) Use foldLeft instead of /:

  2. def :\[B](z: B)(op: (Short, B) ⇒ B): B
    Implicit
    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
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.10) Use foldRight instead of :\