Packages

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[_]
    Attributes
    protected[this]
    Definition Classes
    GenericCompanion
  2. class GenericCanBuildFrom[A] extends CanBuildFrom[CC[_], A, CC[A]]
    Definition Classes
    GenTraversableFactory
  3. trait ImmutableArrayProxyCBF[T] extends CanBuildFrom[ImmutableArrayProxy[_], T, ImmutableArrayProxy[T]]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def ReusableCBF: GenericCanBuildFrom[Nothing]
    Definition Classes
    GenTraversableFactory
  5. def apply[A](elems: A*): ImmutableArrayProxy[A]
    Definition Classes
    GenericCompanion
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. implicit def canBuildFrom[T](implicit ma: ClassManifest[T]): CanBuildFrom[ImmutableArrayProxy[_], T, ImmutableArrayProxy[T]]
    Annotations
    @inline()
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def concat[A](xss: Traversable[A]*): ImmutableArrayProxy[A]
    Definition Classes
    GenTraversableFactory
  10. final def empty[A]: ImmutableArrayProxy[A]
    Definition Classes
    ImmutableArrayProxy → GenericCompanion
    Annotations
    @inline()
  11. val emptyImmutableArray: IAEmpty[Nothing]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    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]]]]]
    Definition Classes
    GenTraversableFactory
  15. def fill[A](n1: Int, n2: Int, n3: Int, n4: Int)(elem: ⇒ A): ImmutableArrayProxy[ImmutableArrayProxy[ImmutableArrayProxy[ImmutableArrayProxy[A]]]]
    Definition Classes
    GenTraversableFactory
  16. def fill[A](n1: Int, n2: Int, n3: Int)(elem: ⇒ A): ImmutableArrayProxy[ImmutableArrayProxy[ImmutableArrayProxy[A]]]
    Definition Classes
    GenTraversableFactory
  17. def fill[A](n1: Int, n2: Int)(elem: ⇒ A): ImmutableArrayProxy[ImmutableArrayProxy[A]]
    Definition Classes
    GenTraversableFactory
  18. def fill[A](n: Int)(elem: ⇒ A): ImmutableArrayProxy[A]
    Definition Classes
    GenTraversableFactory
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def iterate[A](start: A, len: Int)(f: (A) ⇒ A): ImmutableArrayProxy[A]
    Definition Classes
    GenTraversableFactory
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def newBuilder[A]: Builder[A, ImmutableArrayProxy[A]]
    Definition Classes
    ImmutableArrayProxy → GenericCompanion
    Annotations
    @inline()
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def one[A](a: A): ImmutableArrayProxy[A]

    Convenience constructor creates a single cell array

  29. def range[T](start: T, end: T, step: T)(implicit arg0: Integral[T]): ImmutableArrayProxy[T]
    Definition Classes
    GenTraversableFactory
  30. def range[T](start: T, end: T)(implicit arg0: Integral[T]): ImmutableArrayProxy[T]
    Definition Classes
    GenTraversableFactory
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    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]]]]]
    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]]]]
    Definition Classes
    GenTraversableFactory
  34. def tabulate[A](n1: Int, n2: Int, n3: Int)(f: (Int, Int, Int) ⇒ A): ImmutableArrayProxy[ImmutableArrayProxy[ImmutableArrayProxy[A]]]
    Definition Classes
    GenTraversableFactory
  35. def tabulate[A](n1: Int, n2: Int)(f: (Int, Int) ⇒ A): ImmutableArrayProxy[ImmutableArrayProxy[A]]
    Definition Classes
    GenTraversableFactory
  36. def tabulate[A](n: Int)(f: (Int) ⇒ A): ImmutableArrayProxy[A]
    Definition Classes
    GenTraversableFactory
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def unapplySeq[A](x: ImmutableArrayProxy[A]): Some[ImmutableArrayProxy[A]]
    Definition Classes
    SeqFactory
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

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