BuilderSeqLikeDbl3

ostrat.BuilderSeqLikeDbl3

BuilderBoth trait for SeqLikeImut objects, with Dbl3Elems via map and flatMap methods.

Attributes

Graph
Supertypes
trait BuilderSeqLikeDblN[BB]
trait BuilderSeqLike[BB]
trait BuilderBoth[BB]
class Object
trait Matchable
class Any
Show all
Known subtypes
trait BuilderFlatArrDbl3[ArrB]
trait BuilderMapSeqLikeDbl3[B, BB]
trait LinePathDbl3MapBuilder[B, BB]
trait PolygonDbl3BuilderMap[B, BB]
trait BuilderMapArrDbl3[B, ArrB]

Members list

Type members

Types

type BuffT <: Dbl3Buff[_]

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

Value members

Concrete methods

final override def elemProdSize: Int

Attributes

Definition Classes

Inherited methods

final override def buffToSeqLike(buff: BuffT): BB

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
def fromDblArray(array: Array[Double]): BB

Attributes

Inherited from:
BuilderSeqLikeDblN