Builder

object Builder extends BuilderPlatform
Companion
class
trait BuilderPlatform
class Object
trait Matchable
class Any

Value members

Concrete methods

def array[A : ClassTag]: Builder[A, Array[A]]
def byteArray: Builder[Byte, Array[Byte]]
def byteVector: Builder[Byte, ByteVector]
def string: Builder[String, String]

Inherited methods

def fromFactory[A, C[_], B](f: Factory[A, C[B]]): Builder[A, C[B]]
Inherited from
BuilderPlatform
def fromIterableFactory[A, C[_]](f: IterableFactory[C]): Builder[A, C[A]]
Inherited from
BuilderPlatform
def fromMapFactory[K, V, C[_, _]](f: MapFactory[C]): Builder[(K, V), C[K, V]]
Inherited from
BuilderPlatform
def taggedArraySeq[A : ClassTag]: Builder[A, ArraySeq[A]]
Inherited from
BuilderPlatform