LSeg2ArrMapBuilder

ostrat.geom.LSeg2ArrMapBuilder

BuilderArrMap for constructing LSeg2Arrs via the flatMap method.

Attributes

Graph
Supertypes

Members list

Type members

Inherited types

type BuffT = LSeg2Buff

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

Value members

Inherited methods

def buffContains(buff: BuffT, newElem: LSeg2): Boolean

Attributes

Inherited from:
BuilderArrMap

Attributes

Inherited from:
LSeg2ArrBuilder
final override def buffGrow(buff: BuffT, newElem: LSeg2): Unit

A mutable operation that extends the ArrayBuffer by a single element of type B.

A mutable operation that extends the ArrayBuffer by a single element of type B.

Attributes

Definition Classes
Inherited from:
BuilderMapSeqLikeDblN
def buffGrowIter(buff: BuffT, newElems: Iterable[LSeg2]): Unit

A mutable operation that extends the Buff with the elements of the Iterable operand.

A mutable operation that extends the Buff with the elements of the Iterable operand.

Attributes

Inherited from:
BuilderMapSeqLike
final override def buffToSeqLike(buff: BuffT): LSeg2Arr

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 elemProdSize: Int

Attributes

Definition Classes
Inherited from:
BuilderArrDbl4
override def empty: LSeg2Arr

Creates a new empty SeqLike of type BB.

Creates a new empty SeqLike of type BB.

Attributes

Definition Classes
Inherited from:
BuilderMapSeqLike
override def fromDblArray(array: Array[Double]): LSeg2Arr

Attributes

Definition Classes
Inherited from:
LSeg2ArrBuilder
final override def indexSet(seqLike: LSeg2Arr, index: Int, newElem: LSeg2): Unit

Sets the value in a SeqLike of type BB. This is usually used in conjunction with uninitialised method.

Sets the value in a SeqLike of type BB. This is usually used in conjunction with uninitialised method.

Attributes

Definition Classes
Inherited from:
BuilderArrDbl4Map
def iterMap[A](inp: Iterable[A], f: A => LSeg2): LSeg2Arr

Attributes

Inherited from:
BuilderArrMap
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
final override def uninitialised(length: Int): LSeg2Arr

Creates a new uninitialised SeqLike of type BB of the given length.

Creates a new uninitialised SeqLike of type BB of the given length.

Attributes

Definition Classes
Inherited from:
BuilderMapSeqLikeDblN