nonInheritedOps

cats.Monad.nonInheritedOps
object nonInheritedOps extends ToMonadOps

Attributes

Deprecated
true
Source
Monad.scala
Graph
Supertypes
trait ToMonadOps
trait Serializable
class Object
trait Matchable
class Any
Self type

Members list

Implicits

Inherited implicits

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

Attributes

Inherited from:
ToMonadOps
Source
Monad.scala