CompanionSlInt1
ostrat.CompanionSlInt1
trait CompanionSlInt1[A <: Int1Elem, ArrA <: SeqLikeInt1Imut[A]] extends CompanionSlIntN[A, ArrA]
Helper trait for companion objects of SeqLikeImuts, with Int1Elems.
Attributes
- Graph
-
- Supertypes
- Known subtypes
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- CompanionSlIntN
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:
- CompanionSlIntN
Attributes
- Inherited from:
- CompanionSlIntN
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:
- CompanionSlIntN
Inherited and Abstract 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:
- CompanionSlIntN
In this article