trait DiffInstances extends LowPriDiff
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- DiffInstances
- LowPriDiff
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def anyDiff[A]: Diff[A]
- Definition Classes
- LowPriDiff
- implicit def anyValDiff[A <: AnyVal]: Diff[A]
- Definition Classes
- LowPriDiff
- implicit def arrayBufferDiff[A](implicit arg0: Diff[A]): Diff[ArrayBuffer[A]]
- implicit def arrayDiff[A](implicit arg0: Diff[A]): Diff[Array[A]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def chunkDiff[A](implicit arg0: Diff[A]): Diff[Chunk[A]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def listBufferDiff[A](implicit arg0: Diff[A]): Diff[ListBuffer[A]]
- implicit def listDiff[A](implicit arg0: Diff[A]): Diff[List[A]]
- implicit def mapDiff[K, V](implicit arg0: Diff[V]): Diff[Map[K, V]]
- def mkSeqDiff[F[_], A](name: String)(f: (F[A]) => Seq[A])(implicit arg0: Diff[A]): Diff[F[A]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- implicit def nonEmptyChunk[A](implicit arg0: Diff[A]): Diff[NonEmptyChunk[A]]
- implicit val nothingDiff: Diff[Nothing]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def optionDiff[A](implicit arg0: Diff[A]): Diff[Option[A]]
- implicit def seqDiff[A](implicit arg0: Diff[A]): Diff[Seq[A]]
- implicit def setDiff[A](implicit arg0: Diff[A]): Diff[Set[A]]
- implicit val stringDiff: Diff[String]
The default String renderer attempts to clever render the resulting diff according to its inputs.
The default String renderer attempts to clever render the resulting diff according to its inputs.
- Short strings are rendered as: "this" was not equal to "something else"
- Single line strings are determined (based on word to length ratio) to
be either structured word-based sentences or less structured dat.
- Sentence-like strings are diffed per word
- Unstructured strings are diffed per character
- Multi-line strings are diffed per line
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- implicit def vectorDiff[A](implicit arg0: Diff[A]): Diff[Vector[A]]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()