Equality

scala.meta.contrib.implicits.Equality
See theEquality companion trait
object Equality extends Equality

Attributes

Companion
trait
Graph
Supertypes
trait Equality
class Object
trait Matchable
class Any
Self type
Equality.type

Members list

Type members

Inherited classlikes

implicit class XtensionTreeEquality[A <: Tree](a: A)

Attributes

Inherited from:
Equality
Supertypes
class Object
trait Matchable
class Any

Inherited types

type Structurally[A <: Tree] = Structurally[A]

Attributes

Inherited from:
Equality
type Syntactically[A <: Tree] = Syntactically[A]

Attributes

Inherited from:
Equality

Implicits

Inherited implicits

final implicit def XtensionTreeEquality[A <: Tree](a: A): XtensionTreeEquality[A]

Attributes

Inherited from:
Equality
implicit def treeToContainer(tree: Tree): Structurally[Tree]

Helper to default tree equality to use structural equality.

Helper to default tree equality to use structural equality.

Attributes

Inherited from:
Equality