Trait/Object

matryoshka.patterns

Diffable

Related Docs: object Diffable | package patterns

Permalink

trait Diffable[F[_]] extends Serializable

Self Type
Diffable[F]
Linear Supertypes
Serializable, Serializable, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Diffable
  2. Serializable
  3. Serializable
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def diffImpl[T[_[_]]](l: T[F], r: T[F])(implicit arg0: BirecursiveT[T]): Option[DiffT[T, F]]

    Permalink
  2. abstract def getClass(): Class[_]

    Permalink
    Definition Classes
    Any

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def diffTraverse[T[_[_]], G[_]](left: G[T[F]], right: G[T[F]])(implicit arg0: BirecursiveT[T], arg1: Traverse[G], FF: Functor[F], FoldF: Foldable[F], FM: Merge[F]): G[DiffT[T, F]]

    Permalink

    Useful when a case class has a List[A] that isn’t the final A.

    Useful when a case class has a List[A] that isn’t the final A. This is because the normal comparison just walks over the children of the functor, so if the lists are different lengths, the default behavior will be confusing. Currently also useful when the only list _is_ the final parameter, because it allows you to explicitly use Similar rather than LocallyDifferent.

  6. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  7. def hashCode(): Int

    Permalink
    Definition Classes
    Any
  8. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  9. def localDiff[T[_[_]]](left: F[T[F]], right: F[T[F]])(implicit arg0: BirecursiveT[T], FT: Traverse[F], FM: Merge[F]): DiffT[T, F]

    Permalink
  10. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from Serializable

Inherited from Serializable

Inherited from Any

Ungrouped