package collection
- Alphabetic
- Public
- All
Type Members
-
trait
Factory[A, C] extends AnyRef
Provides ways to create instances of
Builderfor arbitrary collection types.Provides ways to create instances of
Builderfor arbitrary collection types.This is a bit like
CanBuildFrom(and instances of Factory can be derived automatically for any type that has aCanBuildFrom), but simpler (noFromtype parameter, no variance, ...) and with one critical difference: all the default instances areSerializable, meaning that type classes that depend onFactorycan be used with Apache Spark and other framework that, unfortunately, rely on serialisation. - trait LowPriorityFactoryInstances extends AnyRef
Value Members
- object Factory extends LowPriorityFactoryInstances