ConfigureMethods

difflicious.internal.ConfigureMethods
trait ConfigureMethods[T]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Differ[T]
class MapDiffer[M, K, V]
class RecordDiffer[T]
class SeqDiffer[F, A]
class SetDiffer[F, A]
trait ValueDiffer[T]
class EqualsDiffer[T]
class NumericDiffer[T]
class TransformedDiffer[T, U]
Show all
Self type
Differ[T]

Members list

Value members

Concrete methods

inline def configure[U](inline path: T => U)(configFunc: Differ[U] => Differ[U]): Differ[T]
inline def ignoreAt[U](inline path: T => U): Differ[T]
inline def replace[U](inline path: T => U)(newDiffer: Differ[U]): Differ[T]

Concrete fields

val requiredShapeMsg: String