Packages

t

fs2.internal.jsdeps.std

Uint16ArrayConstructor

trait Uint16ArrayConstructor extends scala.scalajs.js.Object with StObject with Instantiable0[scala.scalajs.js.typedarray.Uint16Array] with Instantiable1[|[|[|[ArrayBufferLike, ArrayLike[Double]], Double], scala.scalajs.js.Iterable[Double]], scala.scalajs.js.typedarray.Uint16Array] with Instantiable2[ArrayBufferLike, Double, scala.scalajs.js.typedarray.Uint16Array] with Instantiable3[ArrayBufferLike, |[Double, Unit], Double, scala.scalajs.js.typedarray.Uint16Array]

Annotations
@JSType() @native()
Source
Uint16ArrayConstructor.scala
Linear Supertypes
Instantiable3[ArrayBufferLike, |[Double, Unit], Double, scala.scalajs.js.typedarray.Uint16Array], Instantiable2[ArrayBufferLike, Double, scala.scalajs.js.typedarray.Uint16Array], Instantiable1[|[|[|[ArrayBufferLike, ArrayLike[Double]], Double], scala.scalajs.js.Iterable[Double]], scala.scalajs.js.typedarray.Uint16Array], Instantiable0[scala.scalajs.js.typedarray.Uint16Array], StObject, scala.scalajs.js.Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Uint16ArrayConstructor
  2. Instantiable3
  3. Instantiable2
  4. Instantiable1
  5. Instantiable0
  6. StObject
  7. Object
  8. Any
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  4. val BYTES_PER_ELEMENT: Double

    The size in bytes of each element in the array.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef → Any
  9. def from[T](arrayLike: ArrayLike[T], mapfn: Function2[T, Double, Double], thisArg: Any): scala.scalajs.js.typedarray.Uint16Array
  10. def from[T](arrayLike: ArrayLike[T], mapfn: Function2[T, Double, Double]): scala.scalajs.js.typedarray.Uint16Array

    Creates an array from an array-like or iterable object.

    Creates an array from an array-like or iterable object.

    arrayLike

    An array-like or iterable object to convert to an array.

    mapfn

    A mapping function to call on every element of the array.

  11. def from(arrayLike: scala.scalajs.js.Iterable[Double], mapfn: Unit, thisArg: Any): scala.scalajs.js.typedarray.Uint16Array
  12. def from(arrayLike: scala.scalajs.js.Iterable[Double], mapfn: Function2[Double, Double, Double], thisArg: Any): scala.scalajs.js.typedarray.Uint16Array
  13. def from(arrayLike: scala.scalajs.js.Iterable[Double], mapfn: Function2[Double, Double, Double]): scala.scalajs.js.typedarray.Uint16Array
  14. def from(arrayLike: scala.scalajs.js.Iterable[Double]): scala.scalajs.js.typedarray.Uint16Array

    Creates an array from an array-like or iterable object.

    Creates an array from an array-like or iterable object.

    arrayLike

    An array-like or iterable object to convert to an array.

  15. def from(arrayLike: ArrayLike[Double]): scala.scalajs.js.typedarray.Uint16Array

    Creates an array from an array-like or iterable object.

    Creates an array from an array-like or iterable object.

    arrayLike

    An array-like or iterable object to convert to an array.

  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def hasOwnProperty(v: scala.Predef.String): scala.Boolean
    Definition Classes
    Object
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  20. def isPrototypeOf(v: scala.scalajs.js.Object): scala.Boolean
    Definition Classes
    Object
  21. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. def of(items: Double*): scala.scalajs.js.typedarray.Uint16Array

    Returns a new array from a set of elements.

    Returns a new array from a set of elements.

    items

    A set of elements to include in the new array object.

  25. def propertyIsEnumerable(v: scala.Predef.String): scala.Boolean
    Definition Classes
    Object
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  28. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  29. def valueOf(): Any
    Definition Classes
    Object
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Instantiable3[ArrayBufferLike, |[Double, Unit], Double, scala.scalajs.js.typedarray.Uint16Array]

Inherited from Instantiable2[ArrayBufferLike, Double, scala.scalajs.js.typedarray.Uint16Array]

Inherited from Instantiable1[|[|[|[ArrayBufferLike, ArrayLike[Double]], Double], scala.scalajs.js.Iterable[Double]], scala.scalajs.js.typedarray.Uint16Array]

Inherited from Instantiable0[scala.scalajs.js.typedarray.Uint16Array]

Inherited from StObject

Inherited from scala.scalajs.js.Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped