DifferencesClips

case class DifferencesClips(clipSize: Int) extends DifferenceFilter

return all only changes + some context

trait Serializable
trait Product
trait Equals
trait Seq[LineComparison] => Seq[LineComparison]
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(diffs: Seq[LineComparison]): Seq[LineComparison]

Inherited methods

def andThen[A](g: Seq[LineComparison] => A): T1 => A
Inherited from:
Function1
def compose[A](g: A => Seq[LineComparison]): A => R
Inherited from:
Function1
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1