Diff

final case class Diff[Repr](x: Repr, y: Repr) extends DiffElement[Repr]
trait DiffElement[Repr]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def map[B](f: Repr => B): DiffElement[B]

Inherited methods

def inFirst: Boolean
Inherited from
DiffElement
def inFirstOrSecond: Boolean
Inherited from
DiffElement
def inSecond: Boolean
Inherited from
DiffElement
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product