StrongSyntax

trait StrongSyntax[F[_, _]] extends ProfunctorSyntax[F]
class Object
trait Matchable
class Any
trait ArrowSyntax[F]

Value members

Abstract methods

def F: Strong[F]

Implicits

Implicits

implicit
def ToStrongOps[A, B](v: F[A, B]): StrongOps[F, A, B]

Inherited implicits

implicit
def ToProfunctorOps[A, B](v: F[A, B]): ProfunctorOps[F, A, B]
Inherited from
ProfunctorSyntax