Packages

case class ImmutableArrayProxyBuilder[A]() extends Builder[A, ImmutableArrayProxy[A]] with Product with Serializable

Build array first then vector as needed

Linear Supertypes
Serializable, Product, Equals, Builder[A, ImmutableArrayProxy[A]], Growable[A], Clearable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImmutableArrayProxyBuilder
  2. Serializable
  3. Product
  4. Equals
  5. Builder
  6. Growable
  7. Clearable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ImmutableArrayProxyBuilder()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ++=(xs: IterableOnce[A]): ImmutableArrayProxyBuilder.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  4. final def +=(elem: A): ImmutableArrayProxyBuilder.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def addAll(xs: IterableOnce[A]): ImmutableArrayProxyBuilder.this.type
    Definition Classes
    ImmutableArrayProxyBuilder → Growable
  7. def addOne(elem: A): ImmutableArrayProxyBuilder.this.type
    Definition Classes
    ImmutableArrayProxyBuilder → Growable
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. final def checkVB(): Unit
    Attributes
    protected
    Annotations
    @inline()
  10. def clear(): Unit
    Definition Classes
    ImmutableArrayProxyBuilder → Builder → Clearable
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def knownSize: Int
    Definition Classes
    Growable
  17. def mapResult[NewTo](f: (ImmutableArrayProxy[A]) => NewTo): Builder[A, NewTo]
    Definition Classes
    Builder
  18. def moveToVector(): Unit
    Attributes
    protected
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def productElementNames: Iterator[String]
    Definition Classes
    Product
  23. def result(): ImmutableArrayProxy[A]
    Definition Classes
    ImmutableArrayProxyBuilder → Builder
  24. def sizeHint(size: Int): Unit
    Definition Classes
    ImmutableArrayProxyBuilder → Builder
  25. final def sizeHint(coll: IterableOnce[_], delta: Int): Unit
    Definition Classes
    Builder
  26. final def sizeHintBounded(size: Int, boundingColl: Iterable[_]): Unit
    Definition Classes
    Builder
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. final def +=(elem1: A, elem2: A, elems: A*): ImmutableArrayProxyBuilder.this.type
    Definition Classes
    Growable
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use ++= aka addAll instead of varargs +=; infix operations with an operand of multiple args will be deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Builder[A, ImmutableArrayProxy[A]]

Inherited from Growable[A]

Inherited from Clearable

Inherited from AnyRef

Inherited from Any

Ungrouped