arrowChoice

cats.syntax.`package`.arrowChoice

Attributes

Source
package.scala
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Members list

Implicits

Inherited implicits

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

Attributes

Inherited from:
ToArrowChoiceOps
Source
ArrowChoice.scala