Packages

p

ai.x

diff

package diff

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

Type Members

  1. abstract class Comparison extends AnyRef
  2. abstract class DiffShow[-T] extends AnyRef
  3. abstract class DiffShowFields[-T] extends AnyRef
  4. abstract class DiffShowFieldsLowPriority extends AnyRef
  5. abstract class DiffShowInstances extends DiffShowInstances2
  6. abstract class DiffShowInstances2 extends DiffShowInstancesLowPriority
  7. abstract class DiffShowInstancesLowPriority extends AnyRef
  8. case class Different extends Comparison with Product with Serializable
  9. case class Error(string: String) extends Comparison with Product with Serializable
  10. case class Identical extends Comparison with Product with Serializable

Value Members

  1. def arrow(l: String, r: String): String
  2. def blue(s: String): String
  3. def green(s: String): String
  4. def pad(s: Any, i: Int = 5): String
  5. def red(s: String): String
  6. def showChange[L, R](l: L, r: R)(implicit arg0: DiffShow[L], arg1: DiffShow[R]): String
  7. def showChangeRaw(l: String, r: String): String
  8. object DiffShow extends DiffShowInstances
  9. object DiffShowFields
  10. object Different extends Serializable
  11. object Identical extends Serializable
  12. object conversions

Inherited from AnyRef

Inherited from Any

Ungrouped