object Collector
- Companion:
- class
- Source:
- Collector.scala
Type members
Classlikes
Builds a value of type X
from zero or more Chunk[A]
.
Builds a value of type X
from zero or more Chunk[A]
.
- Companion:
- object
- Source:
- Collector.scala
Value members
Concrete methods
Inherited methods
Implicits
Implicits
Inherited implicits
Use ArraySeq.untagged
to build a Collector
where a ClassTag
is not available.
Use ArraySeq.untagged
to build a Collector
where a ClassTag
is not available.
- Inherited from:
- CollectorPlatform (hidden)
- Source:
- CollectorPlatform.scala