Collector

fs2.Collector
See theCollector companion object
trait Collector[-A]

Supports building a result of type Out from zero or more Chunk[A].

This is similar to the standard library collection builders but optimized for building a collection from a stream.

The companion object provides implicit conversions (methods starting with supports), which adapts various collections to the Collector trait.

Attributes

Companion
object
Source
Collector.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type Out

Attributes

Source
Collector.scala

Value members

Abstract methods

Attributes

Source
Collector.scala