CompanionSlDbl5
ostrat.CompanionSlDbl5
abstract class CompanionSlDbl5[A <: Dbl5Elem, ArrA <: SeqLikeImutDbl5[A]] extends CompanionSlDblN[A, ArrA]
Helper class for companion objects of SeqLikeImut objects, with Dbl5Elems.
Attributes
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
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:
- CompanionSlDblN
Attributes
- Inherited from:
- CompanionSlDblN
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:
- CompanionSlDblN
Inherited and Abstract methods
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:
- CompanionSlDblN
In this article