DiffInput

difflicious.DiffInput
See theDiffInput companion object
sealed trait DiffInput[A]

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

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Both[A]
class ExpectedOnly[A]
class ObtainedOnly[A]

Members list

Value members

Concrete methods

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