scala.scalajs.js.typedarray

TypedArray

trait TypedArray[T, Repr] extends Object with ArrayBufferView

Annotations
@RawJSType()
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TypedArray
  2. ArrayBufferView
  3. Object
  4. Any
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Implicit information
    This member is added by an implicit conversion from TypedArray[T, Repr] to any2stringadd[TypedArray[T, Repr]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (TypedArray[T, Repr], B)

    Implicit information
    This member is added by an implicit conversion from TypedArray[T, Repr] to ArrowAssoc[TypedArray[T, Repr]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: scala.Any): scala.Boolean

    Definition Classes
    AnyRef → Any
  6. def apply(index: Int): T

    Retrieve element at index

    Retrieve element at index

    Annotations
    @JSBracketAccess()
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. val buffer: ArrayBuffer

    The underlying buffer of this ArrayBufferView

    The underlying buffer of this ArrayBufferView

    Definition Classes
    ArrayBufferView
  9. val byteLength: Int

    The number of bytes of this ArrayBufferView

    The number of bytes of this ArrayBufferView

    Definition Classes
    ArrayBufferView
  10. val byteOffset: Int

    The offset of this ArrayBufferView in the underlying buffer

    The offset of this ArrayBufferView in the underlying buffer

    Definition Classes
    ArrayBufferView
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def ensuring(cond: (TypedArray[T, Repr]) ⇒ scala.Boolean, msg: ⇒ scala.Any): TypedArray[T, Repr]

    Implicit information
    This member is added by an implicit conversion from TypedArray[T, Repr] to Ensuring[TypedArray[T, Repr]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (TypedArray[T, Repr]) ⇒ scala.Boolean): TypedArray[T, Repr]

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

    Implicit information
    This member is added by an implicit conversion from TypedArray[T, Repr] to Ensuring[TypedArray[T, Repr]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: scala.Boolean): TypedArray[T, Repr]

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

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

    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def formatted(fmtstr: Predef.String): Predef.String

    Implicit information
    This member is added by an implicit conversion from TypedArray[T, Repr] to StringFormat[TypedArray[T, Repr]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. def get(index: Int): T

    Retrieve element at index

    Retrieve element at index

    Annotations
    @JSBracketAccess()
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. 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
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: scala.Boolean

    Definition Classes
    Any
  25. 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
  26. val length: Int

    The number of elements in this TypedArray

  27. final def ne(arg0: AnyRef): scala.Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. 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
  31. def set(array: Array[_], offset: Int): Unit

    Set the values from array in this TypedArray at given offset

  32. def set(array: Array[_]): Unit

    Set the values from array in this TypedArray

  33. def set(typedArray: TypedArray[_, _], offset: Int): Unit

    Set the values of typedArray in this TypedArray at given offset

  34. def set(typedArray: TypedArray[_, _]): Unit

    Set the values of typedArray in this TypedArray

  35. def set(index: Int, value: T): Unit

    Set element at index

    Set element at index

    Annotations
    @JSBracketAccess()
  36. def subarray(begin: Int, end: Int = ???): Repr

    Create a new TypedArray view of this TypedArray at given location

  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toLocaleString(): String

    Definition Classes
    Object
  39. def toString(): java.lang.String

    Definition Classes
    AnyRef → Any
  40. def update(index: Int, value: T): Unit

    Set element at index

    Set element at index

    Annotations
    @JSBracketAccess()
  41. def valueOf(): scala.Any

    Definition Classes
    Object
  42. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def [B](y: B): (TypedArray[T, Repr], B)

    Implicit information
    This member is added by an implicit conversion from TypedArray[T, Repr] to ArrowAssoc[TypedArray[T, Repr]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from ArrayBufferView

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from scala.Any

Inherited by implicit conversion any2stringadd from TypedArray[T, Repr] to any2stringadd[TypedArray[T, Repr]]

Inherited by implicit conversion StringFormat from TypedArray[T, Repr] to StringFormat[TypedArray[T, Repr]]

Inherited by implicit conversion Ensuring from TypedArray[T, Repr] to Ensuring[TypedArray[T, Repr]]

Inherited by implicit conversion ArrowAssoc from TypedArray[T, Repr] to ArrowAssoc[TypedArray[T, Repr]]

Ungrouped