difflicious.DiffResult$.ValueResult$
See theValueResult companion trait
object ValueResult
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ValueResult.type
Members list
Type members
Classlikes
final case class Both(obtained: String, expected: String, isSame: Boolean, isIgnored: Boolean) extends ValueResult
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ValueResulttrait DiffResultclass Objecttrait Matchableclass AnyShow all
final case class ExpectedOnly(expected: String, isIgnored: Boolean) extends ValueResult
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ValueResulttrait DiffResultclass Objecttrait Matchableclass AnyShow all
final case class ObtainedOnly(obtained: String, isIgnored: Boolean) extends ValueResult
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ValueResulttrait DiffResultclass Objecttrait Matchableclass AnyShow all
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