nonInheritedOps

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

Implicits

Inherited implicits

implicit def toMonadOps[F[_], A](target: F[A])(tc: Monad[F]): Ops[F, A] { type TypeClassType = Monad[F]; }
Inherited from
ToMonadOps