Map

final case class Map[Upstream, UpstreamElement, Element](upstream: Upstream, mapper: UpstreamElement => Element) extends Yield[Element]
trait Serializable
trait Product
trait Equals
trait Yield[Element]
trait For
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product