Object/Class

scala.scalajs.js

WrappedArray

Related Docs: class WrappedArray | package js

Permalink

object WrappedArray extends SeqFactory[WrappedArray]

Factory for WrappedArray. Mainly provides the relevant CanBuildFromss and implicit conversions.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WrappedArray
  2. SeqFactory
  3. TraversableFactory
  4. GenericSeqCompanion
  5. GenSeqFactory
  6. GenTraversableFactory
  7. GenericCompanion
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Coll = WrappedArray[_]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    GenericCompanion
  2. class GenericCanBuildFrom[A] extends CanBuildFrom[CC[_], A, CC[A]]

    Permalink
    Definition Classes
    GenTraversableFactory

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def ReusableCBF: GenericCanBuildFrom[Nothing]

    Permalink
    Definition Classes
    GenTraversableFactory
  5. def apply[A](elems: A*): WrappedArray[A]

    Permalink
    Definition Classes
    GenericCompanion
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. implicit def canBuildFrom[A]: CanBuildFrom[Coll, A, WrappedArray[A]]

    Permalink

    Standard CBF for WrappedArray

  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def concat[A](xss: collection.Traversable[A]*): WrappedArray[A]

    Permalink
    Definition Classes
    GenTraversableFactory
  10. def empty[A]: WrappedArray[A]

    Permalink
    Definition Classes
    GenericCompanion
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def fill[A](n1: Int, n2: Int, n3: Int, n4: Int, n5: Int)(elem: ⇒ A): WrappedArray[WrappedArray[WrappedArray[WrappedArray[WrappedArray[A]]]]]

    Permalink
    Definition Classes
    GenTraversableFactory
  14. def fill[A](n1: Int, n2: Int, n3: Int, n4: Int)(elem: ⇒ A): WrappedArray[WrappedArray[WrappedArray[WrappedArray[A]]]]

    Permalink
    Definition Classes
    GenTraversableFactory
  15. def fill[A](n1: Int, n2: Int, n3: Int)(elem: ⇒ A): WrappedArray[WrappedArray[WrappedArray[A]]]

    Permalink
    Definition Classes
    GenTraversableFactory
  16. def fill[A](n1: Int, n2: Int)(elem: ⇒ A): WrappedArray[WrappedArray[A]]

    Permalink
    Definition Classes
    GenTraversableFactory
  17. def fill[A](n: Int)(elem: ⇒ A): WrappedArray[A]

    Permalink
    Definition Classes
    GenTraversableFactory
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def iterate[A](start: A, len: Int)(f: (A) ⇒ A): WrappedArray[A]

    Permalink
    Definition Classes
    GenTraversableFactory
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def newBuilder[A]: Builder[A, WrappedArray[A]]

    Permalink
    Definition Classes
    WrappedArray → GenericCompanion
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def range[T](start: T, end: T, step: T)(implicit arg0: Integral[T]): WrappedArray[T]

    Permalink
    Definition Classes
    GenTraversableFactory
  28. def range[T](start: T, end: T)(implicit arg0: Integral[T]): WrappedArray[T]

    Permalink
    Definition Classes
    GenTraversableFactory
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def tabulate[A](n1: Int, n2: Int, n3: Int, n4: Int, n5: Int)(f: (Int, Int, Int, Int, Int) ⇒ A): WrappedArray[WrappedArray[WrappedArray[WrappedArray[WrappedArray[A]]]]]

    Permalink
    Definition Classes
    GenTraversableFactory
  31. def tabulate[A](n1: Int, n2: Int, n3: Int, n4: Int)(f: (Int, Int, Int, Int) ⇒ A): WrappedArray[WrappedArray[WrappedArray[WrappedArray[A]]]]

    Permalink
    Definition Classes
    GenTraversableFactory
  32. def tabulate[A](n1: Int, n2: Int, n3: Int)(f: (Int, Int, Int) ⇒ A): WrappedArray[WrappedArray[WrappedArray[A]]]

    Permalink
    Definition Classes
    GenTraversableFactory
  33. def tabulate[A](n1: Int, n2: Int)(f: (Int, Int) ⇒ A): WrappedArray[WrappedArray[A]]

    Permalink
    Definition Classes
    GenTraversableFactory
  34. def tabulate[A](n: Int)(f: (Int) ⇒ A): WrappedArray[A]

    Permalink
    Definition Classes
    GenTraversableFactory
  35. implicit def toJSArray[A](wrappedArray: WrappedArray[A]): Array[A]

    Permalink
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. def unapplySeq[A](x: WrappedArray[A]): Some[WrappedArray[A]]

    Permalink
    Definition Classes
    SeqFactory
  38. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SeqFactory[WrappedArray]

Inherited from GenSeqFactory[WrappedArray]

Inherited from GenericCompanion[WrappedArray]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped