LinePathDbl3sBuilder
trait LinePathDbl3sBuilder[B <: ElemDbl3, BB <: LinePathDbl3s[B]] extends LinePathDblNsBuilder[B, BB]
Trait for creating the line path type class instances for LinePathDbl3s final classes. Instances for the LinePathDbl3sBuilder type class,
for classes / traits you control, should go in the companion object of type B, which will extend ElemDbl3. The first type parameter is called
B, because it corresponds to the B in
map[B](f: A => B)(implicit build: ArrTBuilder[B, ArrB]): ArrB
function.
Value members
Concrete methods
Inherited methods
A mutable operation that extends the ArrayBuffer with the elements of the Iterable operand.
A mutable operation that extends the ArrayBuffer with the elements of the Iterable operand.
- Inherited from:
- LinePathBuilder