trait Int32ArrayConstructor extends scala.scalajs.js.Object with StObject with Instantiable0[scala.scalajs.js.typedarray.Int32Array] with Instantiable1[|[|[|[ArrayBufferLike, ArrayLike[Double]], Double], scala.scalajs.js.Iterable[Double]], scala.scalajs.js.typedarray.Int32Array] with Instantiable2[ArrayBufferLike, Double, scala.scalajs.js.typedarray.Int32Array] with Instantiable3[ArrayBufferLike, |[Double, Unit], Double, scala.scalajs.js.typedarray.Int32Array]
- Annotations
- @JSType() @native()
- Source
- Int32ArrayConstructor.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Int32ArrayConstructor
- Instantiable3
- Instantiable2
- Instantiable1
- Instantiable0
- StObject
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- val BYTES_PER_ELEMENT: Double
The size in bytes of each element in the array.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef → Any
- def from[T](arrayLike: ArrayLike[T], mapfn: Function2[T, Double, Double], thisArg: Any): scala.scalajs.js.typedarray.Int32Array
- def from[T](arrayLike: ArrayLike[T], mapfn: Function2[T, Double, Double]): scala.scalajs.js.typedarray.Int32Array
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.
- def from(arrayLike: scala.scalajs.js.Iterable[Double], mapfn: Unit, thisArg: Any): scala.scalajs.js.typedarray.Int32Array
- def from(arrayLike: scala.scalajs.js.Iterable[Double], mapfn: Function2[Double, Double, Double], thisArg: Any): scala.scalajs.js.typedarray.Int32Array
- def from(arrayLike: scala.scalajs.js.Iterable[Double], mapfn: Function2[Double, Double, Double]): scala.scalajs.js.typedarray.Int32Array
- def from(arrayLike: scala.scalajs.js.Iterable[Double]): scala.scalajs.js.typedarray.Int32Array
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.
- def from(arrayLike: ArrayLike[Double]): scala.scalajs.js.typedarray.Int32Array
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.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hasOwnProperty(v: scala.Predef.String): scala.Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: scala.scalajs.js.Object): scala.Boolean
- Definition Classes
- Object
- final def ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def of(items: Double*): scala.scalajs.js.typedarray.Int32Array
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.
- def propertyIsEnumerable(v: scala.Predef.String): scala.Boolean
- Definition Classes
- Object
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): scala.Predef.String
- Definition Classes
- Object
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated