Package

kantan.codecs

collection

Permalink

package collection

Visibility
  1. Public
  2. All

Type Members

  1. trait HasBuilder[F[_], A] extends AnyRef

    Permalink

    Provides ways to create instances of Builder for arbitrary collection types.

    Provides ways to create instances of Builder for arbitrary collection types.

    This is a bit like CanBuildFrom (and instances of HasBuilder can be derived automatically for any type that has a CanBuildFrom), but simpler (no From type parameter, no variance, ...) and with one critical difference: all the default instances are Serializable, meaning that type classes that depend on HasBuilder can be used with Apache Spark and other framework that, unfortunately, rely on serialisation.

  2. trait LowPriorityHasBuilderInstances extends AnyRef

    Permalink

Value Members

  1. object HasBuilder extends LowPriorityHasBuilderInstances

    Permalink

Ungrouped