case class DiffContext(overrides: Tree[(Diff[Any]) => Diff[Any]], path: List[ModifyPath], matcherOverrides: Tree[ObjectMatcher[_]]) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DiffContext
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DiffContext(overrides: Tree[(Diff[Any]) => Diff[Any]], path: List[ModifyPath], matcherOverrides: Tree[ObjectMatcher[_]])

Value Members

  1. def getMatcherOverride[T]: Option[ObjectMatcher[T]]
  2. def getNextStep(label: ModifyPath): DiffContext
  3. def getOverride(nextPath: ModifyPath): Option[(Diff[Any]) => Diff[Any]]
  4. val matcherOverrides: Tree[ObjectMatcher[_]]
  5. def merge(other: DiffContext): DiffContext
  6. val overrides: Tree[(Diff[Any]) => Diff[Any]]
  7. val path: List[ModifyPath]
  8. def productElementNames: Iterator[String]
    Definition Classes
    Product