CollectorK

fs2.CollectorK
See theCollectorK companion object
trait CollectorK[+C[_]]

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

Attributes

Companion
object
Source
Collector.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Chunk.type

Members list

Value members

Abstract methods

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

Attributes

Source
Collector.scala