ChunkBuilder

Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

final class Boolean extends ChunkBuilder[Boolean]

A ChunkBuilder specialized for building chunks of unboxed Boolean values.

A ChunkBuilder specialized for building chunks of unboxed Boolean values.

final class Byte extends ChunkBuilder[Byte]

A ChunkBuilder specialized for building chunks of unboxed Byte values.

A ChunkBuilder specialized for building chunks of unboxed Byte values.

final class Char extends ChunkBuilder[Char]

A ChunkBuilder specialized for building chunks of unboxed Char values.

A ChunkBuilder specialized for building chunks of unboxed Char values.

final class Double extends ChunkBuilder[Double]

A ChunkBuilder specialized for building chunks of unboxed Double values.

A ChunkBuilder specialized for building chunks of unboxed Double values.

final class Float extends ChunkBuilder[Float]

A ChunkBuilder specialized for building chunks of unboxed Float values.

A ChunkBuilder specialized for building chunks of unboxed Float values.

final class Int extends ChunkBuilder[Int]

A ChunkBuilder specialized for building chunks of unboxed Int values.

A ChunkBuilder specialized for building chunks of unboxed Int values.

final class Long extends ChunkBuilder[Long]

A ChunkBuilder specialized for building chunks of unboxed Long values.

A ChunkBuilder specialized for building chunks of unboxed Long values.

final class Short extends ChunkBuilder[Short]

A ChunkBuilder specialized for building chunks of unboxed Short values.

A ChunkBuilder specialized for building chunks of unboxed Short values.

Value members

Concrete methods

def make[A](): ChunkBuilder[A]

Constructs a generic ChunkBuilder.

Constructs a generic ChunkBuilder.

def make[A](sizeHint: Int): ChunkBuilder[A]

Constructs a generic ChunkBuilder with size hint.

Constructs a generic ChunkBuilder with size hint.