DataBuilderCommon
A Common base trait for Arrbuilder, ArrFlatBuilder and other builders like Polygon and LinePath builders.
class Object
trait Matchable
class Any
trait ArrFlatBuilder[ArrB]
class AnyBuild[B]
object BooleansBuild.type
object DblsBuild.type
object FloatsBuild.type
object IntsBuild.type
object LongsBuild.type
object StringsBuild.type
Type members
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.
Value members
Abstract 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.