fs2.Collector
See theCollector companion object
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 Objecttrait Matchableclass Any
Members list
In this article