Zipped

decrel.Relation$.Composed$.Zipped
case class Zipped[LeftTree, LeftIn, LeftOut, RightTree, RightIn, RightOut, ZippedOut](left: LeftTree & Relation[LeftIn, LeftOut], right: RightTree & Relation[RightIn, RightOut])(implicit zippedEv: LeftIn <:< RightIn) extends Composed[LeftTree, LeftIn, LeftOut, RightTree, RightIn, RightOut, ZippedOut]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Composed[LeftTree, LeftIn, LeftOut, RightTree, RightIn, RightOut, ZippedOut]
trait Relation[LeftIn, ZippedOut]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product