Map

com.thoughtworks.dsl.Dsl$package$.Dsl$.For$.Yield$.Map
final case class Map[Upstream, UpstreamElement, Element](upstream: Upstream, mapper: UpstreamElement => Element) extends Yield[Element]

Attributes

Source
Dsl.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Yield[Element]
trait For
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product