ostrat.PairArrFlatBuilder
Attributes Graph Reset zoom Hide graph Show graph
Supertypes class Object
trait Matchable
class Any
Known subtypes Members list Concise view
Type members
The type of the Buff for accumulating B1s.
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.
Attributes Inherited from: PairArrCommonBuilder Value members
Constructs an Arr of B from the Buff s of the B1 and B2 components.
Expands / appends the B1 Buff with a songle element of B1.
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.
Attributes Inherited from: ArrFlatBuilder
converts a the buffer type to the target compound class.
converts a the buffer type to the target compound class.
Attributes Inherited from: SeqLikeCommonBuilder
Constructs a new empty Buff for the B1 components of the pairs.
Creates a new empty Buff with a default capacity of 4 elements.
Implicits
ClassTag for building Arrays and ArrayBuffers of B2s.