package collection
- Alphabetic
- Public
- All
Type Members
-
trait
HasBuilder[F[_], A] 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 HasBuilder 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 onHasBuildercan be used with Apache Spark and other framework that, unfortunately, rely on serialisation. - trait LowPriorityHasBuilderInstances extends AnyRef
Value Members
- object HasBuilder extends LowPriorityHasBuilderInstances