BifunctorSyntax

class Object
trait Matchable
class Any
trait AllSyntax
object implicits.type
object all.type
object bifunctor.type

Implicits

Inherited implicits

implicit def toBifunctorOps[F[_, _], A, B](target: F[A, B])(implicit tc: Bifunctor[F]): Ops[F, A, B] { type TypeClassType = Bifunctor[F]; }
Inherited from:
ToBifunctorOps