Single

decrel.Relation$.Composed$.Single
case class Single[LeftTree, LeftIn, LeftOut, RightTree, RightIn, RightOut](left: LeftTree, right: RightTree)(implicit composeOneEv: LeftOut <:< RightIn, leftRel: LeftTree <:< Single[LeftIn, LeftOut], rightRel: RightTree <:< Relation[RightIn, RightOut]) extends Composed[LeftTree, LeftIn, LeftOut, RightTree, RightIn, RightOut, RightOut]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Composed[LeftTree, LeftIn, LeftOut, RightTree, RightIn, RightOut, RightOut]
trait Relation[LeftIn, RightOut]
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