FlatMap

object FlatMap
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Givens

Givens

given IsKeyword_FlatMap_MappedValue[Upstream, UpstreamValue, Mapped, MappedValue](using val x$1: IsKeyword[Mapped, MappedValue]): IsKeyword[FlatMap[Upstream, UpstreamValue, Mapped], MappedValue]
given PolyCont_FlatMap_Domain_MappedValue[Upstream, UpstreamValue, Mapped, MappedValue, Domain](using val upstreamDsl: PolyCont[Upstream, Domain, UpstreamValue], val nestedDsl: PolyCont[Mapped, Domain, MappedValue]): PolyCont[FlatMap[Upstream, UpstreamValue, Mapped], Domain, MappedValue]