ConfigureOp

difflicious.ConfigureOp
See theConfigureOp companion object
sealed trait ConfigureOp

The configuration change operation we want to perform on a differ. For example we might want to:

  • Mark the current differ as ignored so its comparison never fails
  • Change a Differ for Seq to pair by a field instead of index

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait PairBy[A]
class ByFunc[A, B]
object Index.type
class SetIgnored
class TransformDiffer[T]
In this article