syntax

decrel.syntax$
See thesyntax companion trait
object syntax extends syntax

Attributes

Companion:
trait
Graph
Supertypes
trait syntax
class Object
trait Matchable
class Any
Self type
syntax.type

Members list

Concise view

Type members

Inherited classlikes

final implicit class CustomSyntax[Tree, In, Out](self: Tree & Relation[In, Out])

Attributes

Inherited from:
syntax
Graph
Supertypes
class Object
trait Matchable
class Any
final implicit class RelationComposeSyntax[RightTree, RightIn, RightOut](right: RightTree & Relation[RightIn, RightOut])

Attributes

Inherited from:
syntax
Graph
Supertypes
class Object
trait Matchable
class Any
final implicit class ZipSyntax[LeftTree, LeftIn, LeftOut](self: LeftTree & Relation[LeftIn, LeftOut])

Attributes

Inherited from:
syntax
Graph
Supertypes
class Object
trait Matchable
class Any

Implicits

Inherited implicits

final implicit def CustomSyntax[Tree, In, Out](self: Tree & Relation[In, Out]): CustomSyntax[Tree, In, Out]

Attributes

Inherited from:
syntax
final implicit def RelationComposeSyntax[RightTree, RightIn, RightOut](right: RightTree & Relation[RightIn, RightOut]): RelationComposeSyntax[RightTree, RightIn, RightOut]

Attributes

Inherited from:
syntax
final implicit def ZipSyntax[LeftTree, LeftIn, LeftOut](self: LeftTree & Relation[LeftIn, LeftOut]): ZipSyntax[LeftTree, LeftIn, LeftOut]

Attributes

Inherited from:
syntax