trait ArrayConstructor extends scala.scalajs.js.Object with StObject with Instantiable0[scala.scalajs.js.Array[Any]] with Instantiable1[|[Double, scala.scalajs.js.Object], scala.scalajs.js.Array[|[Any, scala.scalajs.js.Object]]]
- Annotations
- @JSType() @native()
- Source
- ArrayConstructor.scala
- Alphabetic
- By Inheritance
- ArrayConstructor
- Instantiable1
- Instantiable0
- StObject
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- 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
- def apply[T](items: T*): scala.scalajs.js.Array[T]
- def apply(arrayLength: Double): scala.scalajs.js.Array[Any]
- def apply(): scala.scalajs.js.Array[Any]
- 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, U](iterable: scala.scalajs.js.Iterable[T], mapfn: Function2[T, Double, U], thisArg: Any): scala.scalajs.js.Array[U]
- def from[T, U](iterable: scala.scalajs.js.Iterable[T], mapfn: Function2[T, Double, U]): scala.scalajs.js.Array[U]
Creates an array from an iterable object.
Creates an array from an iterable object.
- iterable
An iterable object to convert to an array.
- mapfn
A mapping function to call on every element of the array.
- def from[T, U](arrayLike: ArrayLike[T], mapfn: Function2[T, Double, U], thisArg: Any): scala.scalajs.js.Array[U]
- def from[T, U](arrayLike: ArrayLike[T], mapfn: Function2[T, Double, U]): scala.scalajs.js.Array[U]
Creates an array from an iterable object.
Creates an array from an iterable object.
- arrayLike
An array-like object to convert to an array.
- mapfn
A mapping function to call on every element of the array.
- def from[T](iterable: scala.scalajs.js.Iterable[T]): scala.scalajs.js.Array[T]
Creates an array from an iterable object.
Creates an array from an iterable object.
- iterable
An iterable object to convert to an array.
- def from[T](arrayLike: ArrayLike[T]): scala.scalajs.js.Array[T]
Creates an array from an array-like object.
Creates an array from an array-like object.
- arrayLike
An array-like 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()
- def isArray(arg: Any): scala.Boolean
- 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[T](items: T*): scala.scalajs.js.Array[T]
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
- val species: ArrayConstructor
- Annotations
- @JSName(js.Symbol.species)
- 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