Packages

  • package root
    Definition Classes
    root
  • package akka
    Definition Classes
    root
  • package http
    Definition Classes
    akka
  • package ccompat

    INTERNAL API

    INTERNAL API

    Partly based on https://github.com/scala/scala-collection-compat/blob/master/compat/src/main/scala-2.11_2.12/scala/collection/compat/PackageShared.scala but reproduced here so we don't need to add a dependency on this library. It contains much more than we need right now, and is not promising binary compatibility yet at the time of writing.

    Definition Classes
    http
  • package imm

    INTERNAL API

    INTERNAL API

    Definition Classes
    ccompat
  • Builder
  • MapHelpers
  • QuerySeqOptimized

trait Builder[-Elem, +To] extends scala.collection.mutable.Builder[Elem, To]

Self Type
Builder[Elem, To]
Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Builder
  2. Builder
  3. Growable
  4. Clearable
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def clear(): Unit
    Definition Classes
    Builder → Growable → Clearable
  2. abstract def result(): To
    Definition Classes
    Builder

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Builder[Elem, To] to any2stringadd[Builder[Elem, To]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++=(xs: TraversableOnce[Elem]): Builder.this.type
    Definition Classes
    Growable
  5. final def +=(elem: Elem): Builder.this.type
    Definition Classes
    Builder → Builder → Growable
  6. def +=(elem1: Elem, elem2: Elem, elems: Elem*): Builder.this.type
    Definition Classes
    Growable
  7. def ->[B](y: B): (Builder[Elem, To], B)
    Implicit
    This member is added by an implicit conversion from Builder[Elem, To] to ArrowAssoc[Builder[Elem, To]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def addOne(elem: Elem): Builder.this.type
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. def ensuring(cond: (Builder[Elem, To]) ⇒ Boolean, msg: ⇒ Any): Builder[Elem, To]
    Implicit
    This member is added by an implicit conversion from Builder[Elem, To] to Ensuring[Builder[Elem, To]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (Builder[Elem, To]) ⇒ Boolean): Builder[Elem, To]
    Implicit
    This member is added by an implicit conversion from Builder[Elem, To] to Ensuring[Builder[Elem, To]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): Builder[Elem, To]
    Implicit
    This member is added by an implicit conversion from Builder[Elem, To] to Ensuring[Builder[Elem, To]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): Builder[Elem, To]
    Implicit
    This member is added by an implicit conversion from Builder[Elem, To] to Ensuring[Builder[Elem, To]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Builder[Elem, To] to StringFormat[Builder[Elem, To]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  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 mapResult[NewTo](f: (To) ⇒ NewTo): scala.collection.mutable.Builder[Elem, NewTo]
    Definition Classes
    Builder
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def sizeHint(coll: TraversableLike[_, _], delta: Int): Unit
    Definition Classes
    Builder
  28. def sizeHint(coll: TraversableLike[_, _]): Unit
    Definition Classes
    Builder
  29. def sizeHint(size: Int): Unit
    Definition Classes
    Builder
  30. def sizeHintBounded(size: Int, boundingColl: TraversableLike[_, _]): Unit
    Definition Classes
    Builder
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. def [B](y: B): (Builder[Elem, To], B)
    Implicit
    This member is added by an implicit conversion from Builder[Elem, To] to ArrowAssoc[Builder[Elem, To]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from scala.collection.mutable.Builder[Elem, To]

Inherited from Growable[Elem]

Inherited from Clearable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Builder[Elem, To] to any2stringadd[Builder[Elem, To]]

Inherited by implicit conversion StringFormat from Builder[Elem, To] to StringFormat[Builder[Elem, To]]

Inherited by implicit conversion Ensuring from Builder[Elem, To] to Ensuring[Builder[Elem, To]]

Inherited by implicit conversion ArrowAssoc from Builder[Elem, To] to ArrowAssoc[Builder[Elem, To]]

Ungrouped