BuilderFlatArrPairDbl4

ostrat.BuilderFlatArrPairDbl4
trait BuilderFlatArrPairDbl4[B1 <: Dbl4Elem, ArrB1 <: ArrDbl4[B1], B2, ArrB <: ArrPairDbl4[B1, ArrB1, B2, _]] extends BuilderArrPairDbl4[B1, ArrB1, B2, ArrB], BuilderArrPairDblNFlat[B1, ArrB1, B2, ArrB]

BuilderFlat trait to construct Arrs of PairElems, where the first component of each of the pairs is a Dbl4Elem, via the flatMap method.

Attributes

Graph
Supertypes
trait BuilderArrPairDblNFlat[B1, ArrB1, B2, ArrB]
trait BuilderFlatArrPair[B1, ArrB1, B2, ArrB]
trait BuilderArrFlat[ArrB]
trait BuilderFlatSeqLike[ArrB]
trait BuilderArrPairDbl4[B1, ArrB1, B2, ArrB]
trait BuilderArrPairDblN[B1, ArrB1, B2, ArrB]
trait BuilderArrPair[B1, ArrB1, B2, ArrB]
trait BuilderSeqLike[ArrB]
trait BuilderBoth[ArrB]
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Type members

Inherited and Abstract types

type B1BuffT <: BuffDblN[B1]

The type of the Buff for accumulating B1s.

The type of the Buff for accumulating B1s.

Attributes

Inherited from:
BuilderArrPairDblN
type BuffT <: BuffPairDbl4[B1, B2, _]

BuffT can be inbuilt Jvm type like ArrayBuffer[Int] for B = Int and BB = IntArr, or it can be a compile time wrapped Arraybuffer inheriting from Buff.

BuffT can be inbuilt Jvm type like ArrayBuffer[Int] for B = Int and BB = IntArr, or it can be a compile time wrapped Arraybuffer inheriting from Buff.

Attributes

Inherited from:
BuilderArrPairDbl4

Value members

Inherited methods

final override def arrFromBuffs(b1Buff: B1BuffT, b2Buffer: ArrayBuffer[B2]): ArrB

Constructs an Arr of B from the Buffs of the B1 and B2 components.

Constructs an Arr of B from the Buffs of the B1 and B2 components.

Attributes

Definition Classes
Inherited from:
BuilderArrPairDblN
final override def b1BuffGrow(buff: B1BuffT, newElem: B1): Unit

Expands / appends the B1 Buff with a single element of B1.

Expands / appends the B1 Buff with a single element of B1.

Attributes

Definition Classes
Inherited from:
BuilderArrPairDblN
final override def buffGrowArr(buff: BuffT, arr: ArrB): Unit

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

Definition Classes
Inherited from:
BuilderArrPairDblNFlat
final override def buffToSeqLike(buff: BuffT): ArrB

converts a buffer of the given type to the target compound class.

converts a buffer of the given type to the target compound class.

Attributes

Definition Classes
Inherited from:
BuilderArrPairDblN

Attributes

Inherited from:
BuilderArrPair
final override def newBuff(length: Int): BuffT

Creates a new empty Buff with a default capacity of 4 elements.

Creates a new empty Buff with a default capacity of 4 elements.

Attributes

Definition Classes
Inherited from:
BuilderArrPairDblN

Inherited and Abstract methods

def arrFromArrays(b1ArrayDbl: Array[Double], b2Array: Array[B2]): ArrB

Constructs the Arr class from an Array[Double] object for the first components of the pairs and an Array[B2] for the second components of the pairs.

Constructs the Arr class from an Array[Double] object for the first components of the pairs and an Array[B2] for the second components of the pairs.

Attributes

Inherited from:
BuilderArrPairDblN
def buffFromBuffers(b1Buffer: ArrayBuffer[Double], b2Buffer: ArrayBuffer[B2]): BuffT

Constructs the Buff class from an ArrayBuffer[Double] object for the first components of the pairs and an ArrayBuffer[B2] for the second components of the pairs.

Constructs the Buff class from an ArrayBuffer[Double] object for the first components of the pairs and an ArrayBuffer[B2] for the second components of the pairs.

Attributes

Inherited from:
BuilderArrPairDblN

Constructs a new empty Buff for the B1 components of the pairs.

Constructs a new empty Buff for the B1 components of the pairs.

Attributes

Inherited from:
BuilderArrPair

Implicits

Inherited and Abstract implicits

implicit def b2ClassTag: ClassTag[B2]

ClassTag for building Arrays and ArrayBuffers of B2s.

ClassTag for building Arrays and ArrayBuffers of B2s.

Attributes

Inherited from:
BuilderArrPair