PolygonInt2BuilderMap
ostrat.geom.PolygonInt2BuilderMap
trait PolygonInt2BuilderMap[B <: Int2Elem, BB <: PolygonLikeInt2[B]] extends PolygonIntNBuilderMap[B, BB], BuilderSeqLikeInt2Map[B, BB]
Trait for creating the line path type class instances for PolygonLikeInt2 final classes. Instances for the PolygonInt2BuilderMap type class, for classes / traits you control, should go in the companion object of type B, which will extend Int2Elem. 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.
Attributes
- Graph
-
- Supertypes
-
trait BuilderSeqLikeInt2[BB]trait BuilderSeqLikeIntN[BB]trait BuilderSeqLikeValueN[BB]trait BuilderSeqLike[BB]trait BuilderColl[BB]class Objecttrait Matchableclass Any
Members list
Inherited
- Not inherited
- BuilderSeqLikeInt2
- BuilderSeqLikeInt2Map
- BuilderSeqLikeIntN
- BuilderSeqLikeIntNMap
- BuilderSeqLikeMap
Keywords
- no keywords
- final
- override
In this article