Object/Trait

scales.utils.collection

ImmutableArrayProxy

Related Docs: trait ImmutableArrayProxy | package collection

Permalink

object ImmutableArrayProxy extends SeqFactory[ImmutableArrayProxy]

Starts an ImmutableArrayProxy and provides the CanBuildFrom

Linear Supertypes
SeqFactory[ImmutableArrayProxy], TraversableFactory[ImmutableArrayProxy], GenericSeqCompanion[ImmutableArrayProxy], GenSeqFactory[ImmutableArrayProxy], GenTraversableFactory[ImmutableArrayProxy], GenericCompanion[ImmutableArrayProxy], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImmutableArrayProxy
  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 = ImmutableArrayProxy[_]

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

    Permalink
    Definition Classes
    GenTraversableFactory
  3. trait ImmutableArrayProxyCBF[T] extends CanBuildFrom[ImmutableArrayProxy[_], T, ImmutableArrayProxy[T]]

    Permalink

Value Members

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  7. implicit def canBuildFrom[T](implicit ma: ClassManifest[T]): CanBuildFrom[ImmutableArrayProxy[_], T, ImmutableArrayProxy[T]]

    Permalink
    Annotations
    @inline()
  8. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    ImmutableArrayProxy → GenericCompanion
    Annotations
    @inline()
  11. val emptyImmutableArray: IAEmpty[Nothing]

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def newBuilder[A]: Builder[A, ImmutableArrayProxy[A]]

    Permalink
    Definition Classes
    ImmutableArrayProxy → GenericCompanion
    Annotations
    @inline()
  26. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  28. def one[A](a: A): ImmutableArrayProxy[A]

    Permalink

    Convenience constructor creates a single cell array

  29. def range[T](start: T, end: T, step: T)(implicit arg0: Integral[T]): ImmutableArrayProxy[T]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    GenTraversableFactory
  37. def toString(): String

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

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

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

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

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

Inherited from SeqFactory[ImmutableArrayProxy]

Inherited from TraversableFactory[ImmutableArrayProxy]

Inherited from GenericSeqCompanion[ImmutableArrayProxy]

Inherited from GenSeqFactory[ImmutableArrayProxy]

Inherited from GenTraversableFactory[ImmutableArrayProxy]

Inherited from GenericCompanion[ImmutableArrayProxy]

Inherited from AnyRef

Inherited from Any

Ungrouped