BuilderSeqSpecFlat

ostrat.BuilderSeqSpecFlat
trait BuilderSeqSpecFlat[ArrB <: Arr[_], BB <: SeqSpec[_]] extends BuilderSeqLike[BB]

Builds SeqSpec objects via flatMap methods. Hence the type of the element of the specifying sequence is not known at the call site.

Attributes

Graph
Supertypes
trait BuilderSeqLike[BB]
trait BuilderColl[BB]
class Object
trait Matchable
class Any

Members list

Type members

Inherited types

type BuffT <: BuffSequ[_]

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

Value members

Abstract methods

def buffGrowArr(buff: BuffT, arr: BB): 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

Inherited methods

def buffToSeqLike(buff: BuffT): BB

converts a the buffer type to the target compound class.

converts a the buffer type to the target compound class.

Attributes

Inherited from:
BuilderColl
def newBuff(length: Int): BuffT

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

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

Attributes

Inherited from:
BuilderColl