FlatMap

final case
class FlatMap[Upstream, UpstreamElement, Mapped <: Container[Element], Element](upstream: Upstream, flatMapper: UpstreamElement => Mapped) extends Container[Element]
trait Serializable
trait Product
trait Equals
trait Container[Element]
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product