DiffResult

difflicious.DiffResult$
See theDiffResult companion trait
object DiffResult

Attributes

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

Members list

Type members

Classlikes

final case class ListResult(typeName: SomeTypeName, items: Vector[DiffResult], pairType: PairType, isIgnored: Boolean, isOk: Boolean) extends DiffResult

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait DiffResult
class Object
trait Matchable
class Any
Show all
final case class MapResult(typeName: SomeTypeName, entries: Vector[Entry], pairType: PairType, isIgnored: Boolean, isOk: Boolean) extends DiffResult

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait DiffResult
class Object
trait Matchable
class Any
Show all
object MapResult

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
MapResult.type
final case class MismatchTypeResult(obtained: DiffResult, obtainedTypeName: SomeTypeName, expected: DiffResult, expectedTypeName: SomeTypeName, pairType: PairType, isIgnored: Boolean) extends DiffResult

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait DiffResult
class Object
trait Matchable
class Any
Show all
final case class RecordResult(typeName: SomeTypeName, fields: ListMap[String, DiffResult], pairType: PairType, isIgnored: Boolean, isOk: Boolean) extends DiffResult

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait DiffResult
class Object
trait Matchable
class Any
Show all
object ValueResult

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait ValueResult extends DiffResult

Attributes

Companion
object
Supertypes
trait DiffResult
class Object
trait Matchable
class Any
Known subtypes
class Both
class ExpectedOnly
class ObtainedOnly

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