DiffInput

sealed trait DiffInput[A]

Input for diffing. We can either have both the left side (obtained) and right side (expected), or just one side.

Companion
object
class Object
trait Matchable
class Any
class ObtainedOnly[A]
class ExpectedOnly[A]
class Both[A]

Value members

Concrete methods

def map[B](f: A => B): DiffInput[B]