flatMap

cats.syntax.package$.flatMap$

Attributes

Source
package.scala
Graph
Supertypes
trait ToFlatMapOps
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
flatMap.type

Members list

Implicits

Inherited implicits

final implicit def catsSyntaxFlatMapIdOps[A](a: A): FlatMapIdOps[A]

Attributes

Inherited from:
FlatMapSyntax
Source
flatMap.scala
final implicit def catsSyntaxFlatMapOps[F[_] : FlatMap, A](fa: F[A]): FlatMapOps[F, A]

Attributes

Inherited from:
FlatMapSyntax
Source
flatMap.scala
final implicit def catsSyntaxFlatMapOptionOps[F[_] : FlatMap, A](foa: F[Option[A]]): FlatMapOptionOps[F, A]

Attributes

Inherited from:
FlatMapOptionSyntax
Source
flatMap.scala
final implicit def catsSyntaxFlatten[F[_] : FlatMap, A](ffa: F[F[A]]): FlattenOps[F, A]

Attributes

Inherited from:
FlatMapSyntax
Source
flatMap.scala
final implicit def catsSyntaxIfM[F[_] : FlatMap](fa: F[Boolean]): IfMOps[F]

Attributes

Inherited from:
FlatMapSyntax
Source
flatMap.scala
implicit def toFlatMapOps[F[_], A](target: F[A])(implicit tc: FlatMap[F]): Ops[F, A] { type TypeClassType = FlatMap[F]; }

Attributes

Inherited from:
ToFlatMapOps
Source
FlatMap.scala