ProChoiceSyntax

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

Value members

Abstract methods

def F: ProChoice[F]

Implicits

Implicits

implicit
def ToProChoiceOps[A, B](v: F[A, B]): ProChoiceOps[F, A, B]

Inherited implicits

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