zio.ChunkBuilder
See theChunkBuilder companion object
sealed abstract class ChunkBuilder[A] extends Builder[A, Chunk[A]]
A ChunkBuilder[A] can build a Chunk[A] given elements of type A. ChunkBuilder is a mutable data structure that is implemented to efficiently build chunks of unboxed primitives and for compatibility with the Scala collection library.
Attributes
- Companion
- object
- Graph
-
- Supertypes
- Known subtypes
Members list
In this article