CompanionSeqLikeInt1
ostrat.CompanionSeqLikeInt1
trait CompanionSeqLikeInt1[A <: Int1Elem, ArrA <: SeqLikeInt1[A]] extends CompanionSeqLikeIntN[A, ArrA]
Helper class for companion objects of final SeqLikeInt1 classes.
Attributes
- Graph
-
- Supertypes
- Known subtypes
Members list
Value members
Inherited methods
This method allows a flat Array[Int] based collection class of type M, the final type, to be created from an Array[Int].
This method allows a flat Array[Int] based collection class of type M, the final type, to be created from an Array[Int].
Attributes
- Inherited from:
- CompanionSeqLikeIntN
Attributes
- Inherited from:
- CompanionSeqLikeIntN
This method allows a flat Array[Int] based collection class of type M, the final type, to be created from an ArrayBuffer[Int].
This method allows a flat Array[Int] based collection class of type M, the final type, to be created from an ArrayBuffer[Int].
Attributes
- Inherited from:
- CompanionSeqLikeIntN
Attributes
- Inherited from:
- CompanionSeqLikeIntN
returns a collection class of type ArrA, whose backing Array[Int] is uninitialised.
returns a collection class of type ArrA, whose backing Array[Int] is uninitialised.
Attributes
- Inherited from:
- CompanionSeqLikeIntN
In this article