ChunkBuilder

zio.ChunkBuilder
See theChunkBuilder companion class
object ChunkBuilder

Attributes

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

Members list

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

Supertypes
trait Growable[Boolean]
trait Clearable
class Object
trait Matchable
class Any
Show all
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

Supertypes
trait Builder[Byte, Chunk[Byte]]
trait Growable[Byte]
trait Clearable
class Object
trait Matchable
class Any
Show all
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

Supertypes
trait Builder[Char, Chunk[Char]]
trait Growable[Char]
trait Clearable
class Object
trait Matchable
class Any
Show all
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

Supertypes
trait Growable[Double]
trait Clearable
class Object
trait Matchable
class Any
Show all
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

Supertypes
trait Growable[Float]
trait Clearable
class Object
trait Matchable
class Any
Show all
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

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

Supertypes
trait Builder[Long, Chunk[Long]]
trait Growable[Long]
trait Clearable
class Object
trait Matchable
class Any
Show all
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

Supertypes
trait Growable[Short]
trait Clearable
class Object
trait Matchable
class Any
Show all
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