ArrValueNsFlatBuilder
Trait for creating the ArrTFlatBuilder type class instances for ArrValueNs final classes. Instances for the [[ArrFlatBuilder] should go in
the companion object the ArrT final class. The first type parameter is called B, because to corresponds to the B in
map(f: A => B): ArrB
function.
Type members
Inherited types
BuffT can be inbuilt Jvm type like ArrayBuffer[Int] for B = Int and BB = Ints, or it can be a compile time wrapped Arraybuffer inheriting from BuffProdHomo.
BuffT can be inbuilt Jvm type like ArrayBuffer[Int] for B = Int and BB = Ints, or it can be a compile time wrapped Arraybuffer inheriting from BuffProdHomo.
- Inherited from:
- DataBuilderCommon
Value members
Abstract methods
Inherited methods
A mutable operation that extends the ArrayBuffer with the elements of the Immutable Array operand.
A mutable operation that extends the ArrayBuffer with the elements of the Immutable Array operand.
- Inherited from:
- DataBuilderCommon
converts a the buffer type to the target compound class.
converts a the buffer type to the target compound class.
- Inherited from:
- DataBuilderCommon