nonInheritedOps

cats.Apply$.nonInheritedOps$
object nonInheritedOps extends ToApplyOps

Attributes

Deprecated
true
Source
Apply.scala
Graph
Supertypes
trait ToApplyOps
trait Serializable
class Object
trait Matchable
class Any
Self type

Members list

Implicits

Inherited implicits

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

Attributes

Inherited from:
ToApplyOps
Source
Apply.scala