Packages

t

fs2.internal.jsdeps.std

BigInt64ArrayConstructor

trait BigInt64ArrayConstructor extends scala.scalajs.js.Object with StObject with Instantiable0[BigInt64Array] with Instantiable1[|[|[ArrayBufferLike, Double], scala.scalajs.js.Iterable[scala.scalajs.js.BigInt]], BigInt64Array] with Instantiable2[ArrayBufferLike, Double, BigInt64Array] with Instantiable3[ArrayBufferLike, |[Double, Unit], Double, BigInt64Array]

Annotations
@JSType() @native()
Source
BigInt64ArrayConstructor.scala
Linear Supertypes
Instantiable3[ArrayBufferLike, |[Double, Unit], Double, BigInt64Array], Instantiable2[ArrayBufferLike, Double, BigInt64Array], Instantiable1[|[|[ArrayBufferLike, Double], scala.scalajs.js.Iterable[scala.scalajs.js.BigInt]], BigInt64Array], Instantiable0[BigInt64Array], StObject, scala.scalajs.js.Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BigInt64ArrayConstructor
  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[U](arrayLike: ArrayLike[U], mapfn: Function2[U, Double, scala.scalajs.js.BigInt], thisArg: Any): BigInt64Array
  10. def from[U](arrayLike: ArrayLike[U], mapfn: Function2[U, Double, scala.scalajs.js.BigInt]): BigInt64Array
  11. def from(arrayLike: ArrayLike[scala.scalajs.js.BigInt]): BigInt64Array

    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.

  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def hasOwnProperty(v: scala.Predef.String): scala.Boolean
    Definition Classes
    Object
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  16. def isPrototypeOf(v: scala.scalajs.js.Object): scala.Boolean
    Definition Classes
    Object
  17. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. def of(items: scala.scalajs.js.BigInt*): BigInt64Array

    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.

  21. def propertyIsEnumerable(v: scala.Predef.String): scala.Boolean
    Definition Classes
    Object
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  24. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  25. def valueOf(): Any
    Definition Classes
    Object
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. 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, BigInt64Array]

Inherited from Instantiable2[ArrayBufferLike, Double, BigInt64Array]

Inherited from Instantiable1[|[|[ArrayBufferLike, Double], scala.scalajs.js.Iterable[scala.scalajs.js.BigInt]], BigInt64Array]

Inherited from Instantiable0[BigInt64Array]

Inherited from StObject

Inherited from scala.scalajs.js.Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped