Diff

org.finos.morphir.util.Compare.Diff
See theDiff companion trait
object Diff

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Diff.type

Members list

Type members

Classlikes

case class Leaf(typename: String, a: Any, b: Any) extends Diff

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Diff
class Object
trait Matchable
class Any
Show all
object Leaf

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Leaf.type
case class Leaf2(typenameA: String, typenameB: String, a: Any, b: Any) extends Diff

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Diff
class Object
trait Matchable
class Any
Show all
case class MissingLeft(rightValue: Any) extends Diff

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Diff
class Object
trait Matchable
class Any
Show all
case class MissingRight(leftValue: Any) extends Diff

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Diff
class Object
trait Matchable
class Any
Show all
case class Object(typename: String, fields: ListMap[String, Diff]) extends Diff

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Diff
class Object
trait Matchable
class Any
Show all
case class Sequence(typename: String, fields: ListMap[String, Diff]) extends Diff

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Diff
class Object
trait Matchable
class Any
Show all
case class Set(typename: String, onlyLeft: Set[Any], onlyRight: Set[Any]) extends Diff

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Diff
class Object
trait Matchable
class Any
Show all
implicit class WithFieldExt(diff: Option[Diff])

Attributes

Supertypes
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

final implicit def WithFieldExt(diff: Option[Diff]): WithFieldExt