DataGenExtensions
class Object
trait Matchable
class Any
Value members
Concrete methods
def mapLinePath[B <: ElemValueN, BB <: LinePathLike[B]](f: A => B)(implicit build: LinePathBuilder[B, BB]): BB
Map this collection of data elements to LinePathLike class of type BB.
Map this collection of data elements to LinePathLike class of type BB.
def mapPolygon[B <: ElemValueN, BB <: PolygonLike[B]](f: A => B)(implicit build: PolygonBuilder[B, BB]): BB
Map this collection of data elements to PolygonLike class of type BB.
Map this collection of data elements to PolygonLike class of type BB.