PolygonDblNsBuilder
trait PolygonDblNsBuilder[B <: ElemDblN, BB <: PolygonDblNs[B]]() extends PolygonValueNsBuilder[B, BB]
Trait for creating the builder type class instances for PolygonDblNs final classes. Instances for the PolygonBuilder 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.
Value members
Abstract methods
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:
- PolygonBuilder