AllDifferences

org.specs2.text.AllDifferences

return all the differences

Attributes

Graph
Supertypes
trait (Seq[LineComparison]) => Seq[LineComparison]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Inherited methods

def andThen[A](g: (Seq[LineComparison]) => A): Seq[LineComparison] => A

Attributes

Inherited from:
Function1
def apply(diffs: Seq[LineComparison]): Seq[LineComparison]

Attributes

Inherited from:
SomeDifferences
def compose[A](g: A => Seq[LineComparison]): A => Seq[LineComparison]

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1