libretto.scaletto.impl.Fun.Choice
case class Choice[->[_, _], A, B, C](f: A -> B, g: A -> C) extends Fun[->, A, B |&| C]
Attributes
-
Graph
-
-
Supertypes
-
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
Attributes
-
Inherited from:
-
Fun
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Fun