Choice

object Choice extends ChoiceInstances
Companion:
class
class Object
trait Matchable
class Any
Choice.type

Value members

Concrete methods

def apply[P[_, _]](implicit ev: Choice[P]): Choice[P]

summon an instance of Choice for P

summon an instance of Choice for P

Implicits

Inherited implicits

final implicit val choiceFunction: Choice[Function1]
Inherited from:
ChoiceInstances
final implicit def choiceStar[F[_]](implicit ev: Applicative[F]): Choice[[_, _] =>> Kleisli[F, _$10, _$11]]
Inherited from:
ChoiceInstances