CompanionSeqLikeDbl3

ostrat.CompanionSeqLikeDbl3
abstract class CompanionSeqLikeDbl3[A <: Dbl3Elem, ArrA <: SeqLikeDbl3[A]] extends CompanionSeqLikeDblN[A, ArrA]

Class for the singleton companion objects of Dbl3seqLike final classes to extend.

Attributes

Graph
Supertypes
trait CompanionSeqLikeDblN[A, ArrA]
class Object
trait Matchable
class Any
Known subtypes
object LinePathM3
object PolygonM3
object PtM3Arr

Members list

Value members

Concrete methods

def apply(elems: A*): ArrA
final override def numElemDbls: Int

The number of Double values that are needed to construct an element of the defining-sequence.

The number of Double values that are needed to construct an element of the defining-sequence.

Attributes

Definition Classes

Inherited methods

def empty: ArrA

Attributes

Inherited from:
CompanionSeqLikeDblN
def fromArray(array: Array[Double]): ArrA

Method to create the final object from the backing Array[Double]. End users should rarely have to use this method.

Method to create the final object from the backing Array[Double]. End users should rarely have to use this method.

Attributes

Inherited from:
CompanionSeqLikeDblN
def fromDbls(inp: Double*): ArrA

Factory method for creating the sequence defined object from raw double values. This will throw if the number of parameter Doubles is incorrect.

Factory method for creating the sequence defined object from raw double values. This will throw if the number of parameter Doubles is incorrect.

Attributes

Inherited from:
CompanionSeqLikeDblN
def uninitialised(length: Int): ArrA

returns a collection class of type ArrA, whose backing Array is uninitialised.

returns a collection class of type ArrA, whose backing Array is uninitialised.

Attributes

Inherited from:
CompanionSeqLikeDblN