Int1ArrMapBuilder
ostrat.Int1ArrMapBuilder
trait Int1ArrMapBuilder[A <: Int1Elem, ArrT <: Int1Arr[A]] extends Int1ArrCommonBuilder[ArrT] with IntNArrMapBuilder[A, ArrT]
Trait for creating the ArrTBuilder type class instances for Int1Arr final classes. Instances for the ArrMapBuilder type
class, for classes / traits you control, should go in the companion object of B. The first type parameter is called B, because to corresponds to
the B in
map(f: A => B): ArrB
function.
Attributes
- Graph
- Supertypes
- trait Int1ArrCommonBuilder[ArrT]trait IntNSeqLikeCommonBuilder[ArrT]trait ValueNSeqLikeCommonBuilder[ArrT]trait SeqLikeCommonBuilder[ArrT]class Objecttrait Matchableclass Any