ToFlatMapOps

cats.FlatMap.ToFlatMapOps
trait ToFlatMapOps extends Serializable

Attributes

Source
FlatMap.scala
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all
object implicits
object flatMap
Show all

Members list

Implicits

Implicits

implicit def toFlatMapOps[F[_], A](target: F[A])(implicit tc: FlatMap[F]): Ops[F, A] { type TypeClassType = FlatMap[F]; }

Attributes

Source
FlatMap.scala