nonInheritedOps

@deprecated("Use cats.syntax object imports", "2.2.0")
Deprecated
class Object
trait Matchable
class Any

Implicits

Inherited implicits

implicit def toArrowOps[F[_, _], A, B](target: F[A, B])(implicit tc: Arrow[F]): Ops[F, A, B] { type TypeClassType = Arrow[F]; }
Inherited from:
ToArrowOps