MyersDiff

app.tulz.diff.MyersDiff
object MyersDiff

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
MyersDiff.type

Members list

Type members

Classlikes

object Operation

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Operation.type
sealed trait Operation extends Product, Serializable

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class Delete
object End
class Insert
object Start

Value members

Concrete methods

def diff[A](ss1: IndexedSeq[A], ss2: IndexedSeq[A]): Seq[Operation]