Packages

p

io.bullet

spliff

package spliff

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed abstract class Diff[T] extends AnyRef

    The result of running Myers' diff algorithm against two IndexedSeq instances.

    The result of running Myers' diff algorithm against two IndexedSeq instances. Provides the basic deletes and inserts operations required to transform base into target as well as higher-level logic that refines the basic result (like detecting "move" and "replace" ops).

    Instances are created with Diff(base, target).

Value Members

  1. object Diff

Ungrouped