profunctor

cats.syntax.package$.profunctor$
object profunctor extends ProfunctorSyntax

Attributes

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

Members list

Implicits

Inherited implicits

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

Attributes

Inherited from:
ToProfunctorOps
Source
Profunctor.scala