FlatMap

com.thoughtworks.dsl.keywords.FlatMap
See theFlatMap companion object
final case class FlatMap[+Upstream, +Mapped](upstream: Upstream, flatMapper: () => Mapped) extends Trait

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Trait
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product