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]): slamdata.Predef.Option[DiffT[T, F]]
  2. abstract def getClass(): Class[_]
    Definition Classes
    Any

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    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]]

    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
    Definition Classes
    Any
  7. def hashCode(): Int
    Definition Classes
    Any
  8. final def isInstanceOf[T0]: Boolean
    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]
  10. def toString(): String
    Definition Classes
    Any

Inherited from Serializable

Inherited from Serializable

Inherited from Any

Ungrouped