Optional

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

Attributes

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