scala.collection.generic

trait BuilderFactory

[source: scala/collection/generic/BuilderFactory.scala]

trait BuilderFactory[-Elem, +To, -From]
extends AnyRef
A base class for builder factories
Direct Known Subclasses:
MapFactory.MapBuilderFactory, SortedMapFactory.SortedMapBuilderFactory, SortedSetFactory.SortedSetBuilderFactory, TraversableFactory.VirtualBuilderFactory

Method Summary
abstract def apply (from : From) : Builder[Elem, To]
Creates a new builder
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
abstract def apply(from : From) : Builder[Elem, To]
Creates a new builder