CategorySyntax

trait CategorySyntax[F[_, _]] extends ComposeSyntax[F]
class Object
trait Matchable
class Any

Value members

Abstract methods

def F: Category[F]

Implicits

Implicits

implicit
def ToCategoryOps[A, B](v: F[A, B]): CategoryOps[F, A, B]

Inherited implicits

implicit
def ToComposeOps[A, B](v: F[A, B]): ComposeOps[F, A, B]
Inherited from
ComposeSyntax