DiffResultString

case class DiffResultString(diffs: List[DiffResult]) extends DiffResult
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def isIdentical: Boolean
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def show()(implicit sc: ShowConfig): String
Inherited from:
DiffResult