DiffableLowImplicits

org.specs2.matcher.describe.DiffableLowImplicits

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Diffable.type

Members list

Value members

Inherited methods

inline def derived[T](using p: ProductOf[T]): Diffable[T]

Attributes

Inherited from:
DiffableLowImplicits2
inline def summonAll[T <: Tuple]: List[Diffable[_]]

Attributes

Inherited from:
DiffableLowImplicits2

Givens

Givens

given eitherDiffable[L, R, T <: Either[L, R]](using evidence$10: Diffable[L], evidence$11: Diffable[R]): Diffable[T]
given optionDiffable[T, S <: Option[T]](using evidence$9: Diffable[T]): Diffable[S]

Inherited givens

given fallbackDiffable[T]: Diffable[T]

Attributes

Inherited from:
DiffableLowImplicits3
inline given product[T](using m: ProductOf[T]): Diffable[T]

this Diff instance addresses case classes differences

this Diff instance addresses case classes differences

Attributes

Inherited from:
DiffableLowImplicits2