ChunkBuilder

zio.ChunkBuilder$
See theChunkBuilder companion class

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

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.

Attributes

Graph
Supertypes
trait Clearable
class Object
trait Matchable
class Any
Self type
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.

Attributes

Graph
Supertypes
trait Growable[Byte]
trait Clearable
class Object
trait Matchable
class Any
Self type
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.

Attributes

Graph
Supertypes
trait Growable[Char]
trait Clearable
class Object
trait Matchable
class Any
Self type
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.

Attributes

Graph
Supertypes
trait Clearable
class Object
trait Matchable
class Any
Self type
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.

Attributes

Graph
Supertypes
trait Clearable
class Object
trait Matchable
class Any
Self type
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.

Attributes

Graph
Supertypes
trait Builder[Int, Chunk[Int]]
trait Growable[Int]
trait Clearable
class Object
trait Matchable
class Any
Self type
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.

Attributes

Graph
Supertypes
trait Growable[Long]
trait Clearable
class Object
trait Matchable
class Any
Self type
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.

Attributes

Graph
Supertypes
trait Clearable
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

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

Constructs a generic ChunkBuilder.

Constructs a generic ChunkBuilder.

Attributes

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

Constructs a generic ChunkBuilder with size hint.

Constructs a generic ChunkBuilder with size hint.

Attributes