Dbl7SeqDefCompanion

ostrat.Dbl7SeqDefCompanion
abstract class Dbl7SeqDefCompanion[A <: Dbl7Elem, ArrA <: Dbl7SeqLike[A]] extends DblNSeqLikeCompanion[A, ArrA]

Helper class for companion objects of final Dbl7SeqSpec sequence-defined classes.

Attributes

Graph
Supertypes
trait DblNSeqLikeCompanion[A, ArrA]
class Object
trait Matchable
class Any
Known subtypes
object CurveSegDists.type
object ShapeGenOld.type

Members list

Concise view

Value members

Concrete methods

def apply(length: Int): ArrA
def apply(elems: A*): ArrA
def doubles(elems: Double*): ArrA
override def elemNumDbls: 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
def fromList(list: List[A]): ArrA

Inherited methods

def empty: AA

Attributes

Inherited from:
DblNSeqLikeCompanion
def fromArray(array: Array[Double]): AA

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:
DblNSeqLikeCompanion
def fromDbls(elems: Double*): AA

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:
DblNSeqLikeCompanion
def uninitialised(length: Int): AA

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