CollectorK

trait CollectorK[+C[_]]

Mixin trait for companions of collections that can build a C[A] for all A.

Mixin trait for companions of collections that can build a C[A] for all A.

Companion
object
class Object
trait Matchable
class Any
object Chunk

Value members

Abstract methods

def newBuilder[A]: Builder[A, C[A]]