libretto.lambda.Sink.Join
case class Join[-->[_, _], <+>[_, _], A1, A2, B](s1: Sink[-->, <+>, A1, B], s2: Sink[-->, <+>, A2, B]) extends Sink[-->, <+>, A1 <+> A2, B]
Attributes
-
Graph
-
-
Supertypes
-
trait Serializable
trait Product
trait Equals
trait
Sink[
-->,
<+>,
A1 <+> A2,
B]
class Object
trait Matchable
class Any
Show all
Members list
Attributes
-
Inherited from:
-
Sink
Attributes
-
Inherited from:
-
Sink
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Sink
Attributes
-
Inherited from:
-
Sink
Attributes
-
Inherited from:
-
Sink