StrongSyntax

cats.syntax.StrongSyntax
trait StrongSyntax extends ToStrongOps

Attributes

Source
strong.scala
Graph
Supertypes
trait ToStrongOps
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all
object implicits
object strong

Members list

Implicits

Inherited implicits

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

Attributes

Inherited from:
ToStrongOps
Source
Strong.scala