IterableExtensions

ostrat.geom.`package`.IterableExtensions
final implicit class IterableExtensions[A](val thisIter: Iterable[A]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def toLinePath[AA <: LinePathLike[A]](implicit builder: LinePathBuilder[A, AA]): AA

Converts to a LinePathLike with points of type A.

Converts to a LinePathLike with points of type A.

Attributes

def toPolygon[AA <: PolygonLike[A]](implicit builder: PolygonLikeMapBuilder[A, AA]): AA

Converts to a PolygonLike with points of type A.

Converts to a PolygonLike with points of type A.

Attributes

Concrete fields

val thisIter: Iterable[A]