AllDifferences

return all the differences

trait Seq[LineComparison] => Seq[LineComparison]
class Object
trait Matchable
class Any

Value members

Inherited methods

@unspecialized
def andThen[A](g: Seq[LineComparison] => A): Seq[LineComparison] => A
Inherited from:
Function1
def apply(diffs: Seq[LineComparison]): Seq[LineComparison]
Inherited from:
SomeDifferences
@unspecialized
def compose[A](g: A => Seq[LineComparison]): A => Seq[LineComparison]
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1