libretto.scaletto.impl.Fun.Par
case class Par[->[_, _], A1, A2, B1, B2](f1: A1 -> B1, f2: A2 -> B2) extends Fun[->, A1 |*| A2, B1 |*| B2]
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