BuilderFlatArrDblN

ostrat.BuilderFlatArrDblN
trait BuilderFlatArrDblN[ArrB <: ArrDblN[_]] extends BuilderSeqLikeDblN[ArrB], BuilderFlatArrValueN[ArrB]

BuilderFlat Trait for constructing Arrs with DblNElems via the flatMap method. Instances for the BuilderArrMap type class, for classes / traits you control, should go in the companion object of the final Arr class.

Attributes

Graph
Supertypes
trait BuilderFlatArrValueN[ArrB]
trait BuilderArrFlat[ArrB]
trait BuilderFlatSeqLike[ArrB]
trait BuilderSeqLikeDblN[ArrB]
trait BuilderSeqLikeValueN[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 BuffT <: BuffDblN[_]

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:
BuilderSeqLikeDblN

Value members

Concrete methods

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 methods

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:
BuilderSeqLikeDblN
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:
BuilderSeqLikeDblN

Inherited and Abstract methods

Attributes

Inherited from:
BuilderSeqLikeDblN

Attributes

Inherited from:
BuilderSeqLikeValueN
def fromDblArray(array: Array[Double]): ArrB

Attributes

Inherited from:
BuilderSeqLikeDblN