Packages

class Int8Array extends Object with TypedArray[Byte, Int8Array]

ECMAScript 6 A TypedArray of signed 8-bit integers

Annotations
@JSType() @native() @JSGlobal()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Int8Array
  2. TypedArray
  3. Iterable
  4. ArrayBufferView
  5. Object
  6. Any
  7. AnyRef
  8. Any
Implicitly
  1. by iterableOps
  2. by TA2AB
  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 Int8Array(buffer: ArrayBuffer, byteOffset: Int = 0, length: Int = ???)

    Creates a Int8Array view on the given ArrayBuffer

  2. new Int8Array(array: Iterable[Byte])

    Creates a new Int8Array with the elements in the given array

  3. new Int8Array(typedArray: Int8Array)

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

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

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

  4. new Int8Array(length: Int)

    Constructs a Int8Array with the given length.

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

Value Members

  1. final def !=(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Int8Array to any2stringadd[Int8Array] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++[B >: A, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[collection.Iterable[Byte], B, That]): That
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] 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[Byte], B, That]): That
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] 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[Byte], B, That]): That
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike
  7. def ->[B](y: B): (Int8Array, B)
    Implicit
    This member is added by an implicit conversion from Int8Array to ArrowAssoc[Int8Array] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. final def ==(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def addString(b: StringBuilder): StringBuilder
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce
  10. def addString(b: StringBuilder, sep: String): StringBuilder
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce
  11. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce
  12. def aggregate[B](z: ⇒ B)(seqop: (B, Byte) ⇒ B, combop: (B, B) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  13. def apply(index: Int): Byte

    Retrieve element at index

    Retrieve element at index

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

    The underlying buffer of this ArrayBufferView

    The underlying buffer of this ArrayBufferView

    Definition Classes
    ArrayBufferView
  16. val byteLength: Int

    The number of bytes of this ArrayBufferView

    The number of bytes of this ArrayBufferView

    Definition Classes
    ArrayBufferView
  17. val byteOffset: Int

    The offset of this ArrayBufferView in the underlying buffer

    The offset of this ArrayBufferView in the underlying buffer

    Definition Classes
    ArrayBufferView
  18. def canEqual(that: scala.Any): Boolean
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → Equals
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  20. def collect[B, That](pf: PartialFunction[Byte, B])(implicit bf: CanBuildFrom[collection.Iterable[Byte], B, That]): That
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  21. def collectFirst[B](pf: PartialFunction[Byte, B]): Option[B]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce
  22. def companion: GenericCompanion[collection.Iterable]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  23. def copyToArray[B >: A](xs: scala.Array[B], start: Int, len: Int): Unit
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  24. def copyToArray[B >: A](xs: scala.Array[B]): Unit
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  25. def copyToArray[B >: A](xs: scala.Array[B], start: Int): Unit
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  26. def copyToBuffer[B >: A](dest: Buffer[B]): Unit
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce
  27. def count(p: (Byte) ⇒ Boolean): Int
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  28. def drop(n: Int): collection.Iterable[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  29. def dropRight(n: Int): collection.Iterable[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike
  30. def dropWhile(p: (Byte) ⇒ Boolean): collection.Iterable[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  31. def ensuring(cond: (Int8Array) ⇒ Boolean, msg: ⇒ scala.Any): Int8Array
    Implicit
    This member is added by an implicit conversion from Int8Array to Ensuring[Int8Array] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. def ensuring(cond: (Int8Array) ⇒ Boolean): Int8Array
    Implicit
    This member is added by an implicit conversion from Int8Array to Ensuring[Int8Array] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  33. def ensuring(cond: Boolean, msg: ⇒ scala.Any): Int8Array
    Implicit
    This member is added by an implicit conversion from Int8Array to Ensuring[Int8Array] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  34. def ensuring(cond: Boolean): Int8Array
    Implicit
    This member is added by an implicit conversion from Int8Array to Ensuring[Int8Array] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  35. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def equals(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  37. def exists(p: (Byte) ⇒ Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  38. def filter(p: (Byte) ⇒ Boolean): collection.Iterable[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  39. def filterNot(p: (Byte) ⇒ Boolean): collection.Iterable[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  40. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  41. def find(p: (Byte) ⇒ Boolean): Option[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  42. def flatMap[B, That](f: (Byte) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[collection.Iterable[Byte], B, That]): That
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  43. def flatten[B](implicit asTraversable: (Byte) ⇒ GenTraversableOnce[B]): collection.Iterable[B]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    GenericTraversableTemplate
  44. def fold[A1 >: A](z: A1)(op: (A1, A1) ⇒ A1): A1
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  45. def foldLeft[B](z: B)(op: (B, Byte) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  46. def foldRight[B](z: B)(op: (Byte, B) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  47. def forall(p: (Byte) ⇒ Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  48. def foreach[U](f: (Byte) ⇒ U): Unit
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  49. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Int8Array to StringFormat[Int8Array] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  50. def genericBuilder[B]: Builder[B, collection.Iterable[B]]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    GenericTraversableTemplate
  51. def get(index: Int): Byte

    Retrieve element at index

    Retrieve element at index

    Definition Classes
    TypedArray
    Annotations
    @JSBracketAccess()
  52. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  53. def groupBy[K](f: (Byte) ⇒ K): Map[K, collection.Iterable[Byte]]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  54. def grouped(size: Int): collection.Iterator[collection.Iterable[Byte]]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike
  55. def hasDefiniteSize: Boolean
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  56. 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
  57. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  58. def head: Byte
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  59. def headOption: Option[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  60. def init: collection.Iterable[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  61. def inits: collection.Iterator[collection.Iterable[Byte]]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike
  62. def isEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  63. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  64. 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
  65. final def isTraversableAgain: Boolean
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  66. def iterator: collection.Iterator[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableOps → IterableLike → GenIterableLike
    Annotations
    @inline()
  67. def jsIterator(): Iterator[Byte]

    JavaScript Iterator for this Iterable.

    JavaScript Iterator for this Iterable.

    Definition Classes
    TypedArrayIterable
    Annotations
    @JSName( symbol = js.Symbol.iterator )
  68. def last: Byte
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  69. def lastOption: Option[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  70. val length: Int

    The number of elements in this TypedArray

    The number of elements in this TypedArray

    Definition Classes
    TypedArray
  71. def map[B, That](f: (Byte) ⇒ B)(implicit bf: CanBuildFrom[collection.Iterable[Byte], B, That]): That
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  72. def max[B >: A](implicit cmp: Ordering[B]): Byte
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  73. def maxBy[B](f: (Byte) ⇒ B)(implicit cmp: Ordering[B]): Byte
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  74. def min[B >: A](implicit cmp: Ordering[B]): Byte
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  75. def minBy[B](f: (Byte) ⇒ B)(implicit cmp: Ordering[B]): Byte
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  76. def mkString: String
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  77. def mkString(sep: String): String
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  78. def mkString(start: String, sep: String, end: String): String
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  79. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  80. def nonEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  81. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  82. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  83. def par: ParIterable[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    Parallelizable
  84. def partition(p: (Byte) ⇒ Boolean): (collection.Iterable[Byte], collection.Iterable[Byte])
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  85. def product[B >: A](implicit num: Numeric[B]): B
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  86. 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
  87. def reduce[A1 >: A](op: (A1, A1) ⇒ A1): A1
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  88. def reduceLeft[B >: A](op: (B, Byte) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce
  89. def reduceLeftOption[B >: A](op: (B, Byte) ⇒ B): Option[B]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  90. def reduceOption[A1 >: A](op: (A1, A1) ⇒ A1): Option[A1]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  91. def reduceRight[B >: A](op: (Byte, B) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  92. def reduceRightOption[B >: A](op: (Byte, B) ⇒ B): Option[B]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  93. def repr: collection.Iterable[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  94. def sameElements[B >: A](that: GenIterable[B]): Boolean
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → GenIterableLike
  95. def scan[B >: A, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[collection.Iterable[Byte], B, That]): That
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  96. def scanLeft[B, That](z: B)(op: (B, Byte) ⇒ B)(implicit bf: CanBuildFrom[collection.Iterable[Byte], B, That]): That
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  97. def scanRight[B, That](z: B)(op: (Byte, B) ⇒ B)(implicit bf: CanBuildFrom[collection.Iterable[Byte], B, That]): That
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] 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.

  98. def seq: collection.Iterable[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  99. def set(array: Array[_ <: Byte], 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
  100. def set(array: Array[_ <: Byte]): Unit

    Set the values from array in this TypedArray

    Set the values from array in this TypedArray

    Definition Classes
    TypedArray
  101. def set(typedArray: Int8Array, 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
  102. def set(typedArray: Int8Array): Unit

    Set the values of typedArray in this TypedArray

    Set the values of typedArray in this TypedArray

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

    Set element at index

    Set element at index

    Definition Classes
    TypedArray
    Annotations
    @JSBracketAccess()
  104. def size: Int
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  105. def slice(from: Int, until: Int): collection.Iterable[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  106. def sliding(size: Int, step: Int): collection.Iterator[collection.Iterable[Byte]]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike
  107. def sliding(size: Int): collection.Iterator[collection.Iterable[Byte]]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike
  108. def span(p: (Byte) ⇒ Boolean): (collection.Iterable[Byte], collection.Iterable[Byte])
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  109. def splitAt(n: Int): (collection.Iterable[Byte], collection.Iterable[Byte])
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  110. def stringPrefix: String
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  111. def subarray(begin: Int, end: Int = ???): Int8Array

    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
  112. def sum[B >: A](implicit num: Numeric[B]): B
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  113. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  114. def tail: collection.Iterable[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → GenTraversableLike
  115. def tails: collection.Iterator[collection.Iterable[Byte]]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike
  116. def take(n: Int): collection.Iterable[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  117. def takeRight(n: Int): collection.Iterable[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike
  118. def takeWhile(p: (Byte) ⇒ Boolean): collection.Iterable[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  119. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, Byte, Col[Byte]]): Col[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  120. def toArray[B >: A](implicit arg0: ClassTag[B]): scala.Array[B]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  121. def toArray: scala.Array[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to TA2AB performed by method TA2AB in scala.scalajs.js.typedarray.
    Definition Classes
    TA2AB
  122. def toBuffer[B >: A]: Buffer[B]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  123. def toIndexedSeq: collection.immutable.IndexedSeq[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  124. def toIterable: collection.Iterable[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  125. def toIterator: collection.Iterator[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  126. def toList: List[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  127. def toLocaleString(): String
    Definition Classes
    Object
  128. def toMap[T, U](implicit ev: <:<[Byte, (T, U)]): Map[T, U]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  129. def toSeq: collection.Seq[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  130. def toSet[B >: A]: Set[B]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  131. def toStream: collection.immutable.Stream[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  132. def toString(): String
    Definition Classes
    AnyRef → Any
  133. def toTraversable: collection.Traversable[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  134. def toVector: Vector[Byte]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableOnce → GenTraversableOnce
  135. def transpose[B](implicit asTraversable: (Byte) ⇒ GenTraversableOnce[B]): collection.Iterable[collection.Iterable[B]]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] 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.

  136. def unzip[A1, A2](implicit asPair: (Byte) ⇒ (A1, A2)): (collection.Iterable[A1], collection.Iterable[A2])
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    GenericTraversableTemplate
  137. def unzip3[A1, A2, A3](implicit asTriple: (Byte) ⇒ (A1, A2, A3)): (collection.Iterable[A1], collection.Iterable[A2], collection.Iterable[A3])
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    GenericTraversableTemplate
  138. def update(index: Int, value: Byte): Unit

    Set element at index

    Set element at index

    Definition Classes
    TypedArray
    Annotations
    @JSBracketAccess()
  139. def valueOf(): scala.Any
    Definition Classes
    Object
  140. def view(from: Int, until: Int): IterableView[Byte, collection.Iterable[Byte]]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike
  141. def view: IterableView[Byte, collection.Iterable[Byte]]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → TraversableLike
  142. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  143. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  144. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  145. def withFilter(p: (Byte) ⇒ Boolean): FilterMonadic[Byte, collection.Iterable[Byte]]
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    TraversableLike → FilterMonadic
  146. def zip[A1 >: A, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[collection.Iterable[Byte], (A1, B), That]): That
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → GenIterableLike
  147. def zipAll[B, A1 >: A, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[collection.Iterable[Byte], (A1, B), That]): That
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → GenIterableLike
  148. def zipWithIndex[A1 >: A, That](implicit bf: CanBuildFrom[collection.Iterable[Byte], (A1, Int), That]): That
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] performed by method iterableOps in scala.scalajs.js.LowestPrioAnyImplicits.
    Definition Classes
    IterableLike → GenIterableLike
  149. def [B](y: B): (Int8Array, B)
    Implicit
    This member is added by an implicit conversion from Int8Array to ArrowAssoc[Int8Array] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def toString(): String
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] 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:
    (int8Array: IterableOps[Byte]).toString()
    Definition Classes
    TraversableLike → Any

Deprecated Value Members

  1. def /:[B](z: B)(op: (B, Byte) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] 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: (Byte, B) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from Int8Array to IterableOps[Byte] 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 :\

Inherited from TypedArray[Byte, Int8Array]

Inherited from Iterable[Byte]

Inherited from ArrayBufferView

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from scala.Any

Inherited by implicit conversion iterableOps from Int8Array to IterableOps[Byte]

Inherited by implicit conversion TA2AB from Int8Array to TA2AB

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

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

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

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

Ungrouped