Builder

object Builder extends BuilderPlatform
Companion:
class
trait BuilderPlatform
class Object
trait Matchable
class Any
Builder.type

Value members

Concrete methods

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

Inherited methods

def fromCollectionFactory[A, C](f: Factory[A, C]): Builder[A, C]
Inherited from:
BuilderPlatform
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
Inherited from:
BuilderPlatform