BuilderArrInt6Map
ostrat.BuilderArrInt6Map
trait BuilderArrInt6Map[B <: Int6Elem, ArrB <: ArrInt6[B]] extends BuilderSeqLikeInt6Map[B, ArrB], BuilderArrIntNMap[B, ArrB]
Trait for creating the ArrTBuilder type class instances for ArrInt5 final classes. Instances for the BuilderArrMap type class, for classes / traits you control, should go in the companion object of B. The first type parameter is called B a sub class of Int5Elem, because to corresponds to the B in the map(f: A => B): ArrB
function.
Attributes
- Graph
-
- Supertypes
-
trait BuilderSeqLikeInt6[ArrB]trait BuilderSeqLikeIntN[ArrB]trait BuilderSeqLikeValueN[ArrB]trait BuilderSeqLike[ArrB]trait BuilderColl[ArrB]class Objecttrait Matchableclass Any
Members list
Inherited
- Not inherited
- BuilderArrMap
- BuilderArrValueNMap
- BuilderSeqLikeInt6
- BuilderSeqLikeInt6Map
- BuilderSeqLikeIntN
- BuilderSeqLikeIntNMap
- BuilderSeqLikeMap
Keywords
- no keywords
- final
- override
In this article