syntax

decrel.syntax
See thesyntax companion object
trait syntax

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object syntax.type

Members list

Concise view

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Implicits

Implicits

final implicit def CustomSyntax[Tree, In, Out](self: Tree & Relation[In, Out]): CustomSyntax[Tree, In, Out]
final implicit def RelationComposeSyntax[RightTree, RightIn, RightOut](right: RightTree & Relation[RightIn, RightOut]): RelationComposeSyntax[RightTree, RightIn, RightOut]
final implicit def ZipSyntax[LeftTree, LeftIn, LeftOut](self: LeftTree & Relation[LeftIn, LeftOut]): ZipSyntax[LeftTree, LeftIn, LeftOut]