Packages

object Patch

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Patch
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val empty: Patch

    A patch that does no diff/rewrite

  2. def fromIterable(seq: Iterable[Patch]): Patch

    Combine a sequence of patches into a single patch

  3. def unifiedDiff(original: scala.meta.Input, revised: scala.meta.Input): String