CoflatMapSyntax

cats.syntax.CoflatMapSyntax

Attributes

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

Members list

Implicits

Inherited implicits

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

Attributes

Inherited from:
ToCoflatMapOps
Source
CoflatMap.scala