difflicious.DiffResult$
See theDiffResult companion trait
object DiffResult
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass 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 Serializabletrait Producttrait Equalstrait DiffResultclass Objecttrait Matchableclass AnyShow all
final case class MapResult(typeName: SomeTypeName, entries: Vector[Entry], pairType: PairType, isIgnored: Boolean, isOk: Boolean) extends DiffResult
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait DiffResultclass Objecttrait Matchableclass AnyShow all
object MapResult
final case class MismatchTypeResult(obtained: DiffResult, obtainedTypeName: SomeTypeName, expected: DiffResult, expectedTypeName: SomeTypeName, pairType: PairType, isIgnored: Boolean) extends DiffResult
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait DiffResultclass Objecttrait Matchableclass AnyShow all
final case class RecordResult(typeName: SomeTypeName, fields: ListMap[String, DiffResult], pairType: PairType, isIgnored: Boolean, isOk: Boolean) extends DiffResult
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait DiffResultclass Objecttrait Matchableclass AnyShow all
object ValueResult
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ValueResult.type
sealed trait ValueResult extends DiffResult
Attributes
- Companion
- object
- Supertypes
- Known subtypes
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article