c

ai.x.diff

DiffShowInstances

abstract class DiffShowInstances extends DiffShowInstances2

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DiffShowInstances
  2. DiffShowInstances2
  3. DiffShowInstancesLowPriority
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DiffShowInstances()

Type Members

  1. class CaseClassDiffShow[T, L <: HList] extends DiffShow[T]

    reusable class for case class instances, can be used to customize "diffable" for specific case classes

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from DiffShowInstances to any2stringadd[DiffShowInstances] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DiffShowInstances, B)
    Implicit
    This member is added by an implicit conversion from DiffShowInstances to ArrowAssoc[DiffShowInstances] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. implicit def booleanDiffShow: DiffShow[Boolean]
  8. implicit def caseClassDiffShow[T <: Product with Serializable, L <: HList](implicit arg0: CaseClass[T], ev: ![SingletonObject[T]], labelled: Aux[T, L], hlistShow: Lazy[DiffShowFields[L]]): DiffShow[T]
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def constructor(name: String, keyValues: List[(String, String)]): String
    Definition Classes
    DiffShowInstances2
  11. def constructorOption(name: String, keyValues: List[Option[(String, String)]]): String
    Definition Classes
    DiffShowInstances2
  12. implicit def coproductDiffShow[Name <: Symbol, Head, Tail <: Coproduct](implicit headShow: DiffShow[Head], tailShow: DiffShow[Tail]): DiffShow[:+:[Head, Tail]]
    Definition Classes
    DiffShowInstances2
  13. implicit val diffShow: DiffShowInstances
    Definition Classes
    DiffShowInstances2
  14. implicit def doubleDiffShow: DiffShow[Double]
  15. implicit def eitherDiffShow[L, R](implicit arg0: DiffShow[L], arg1: DiffShow[R]): DiffShow[Either[L, R]]
  16. def ensuring(cond: (DiffShowInstances) ⇒ Boolean, msg: ⇒ Any): DiffShowInstances
    Implicit
    This member is added by an implicit conversion from DiffShowInstances to Ensuring[DiffShowInstances] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (DiffShowInstances) ⇒ Boolean): DiffShowInstances
    Implicit
    This member is added by an implicit conversion from DiffShowInstances to Ensuring[DiffShowInstances] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): DiffShowInstances
    Implicit
    This member is added by an implicit conversion from DiffShowInstances to Ensuring[DiffShowInstances] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): DiffShowInstances
    Implicit
    This member is added by an implicit conversion from DiffShowInstances to Ensuring[DiffShowInstances] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. implicit def floatDiffShow: DiffShow[Float]
  24. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from DiffShowInstances to StringFormat[DiffShowInstances] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. implicit def intDiffShow: DiffShow[Int]
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. implicit def longDiffShow: DiffShow[Long]
  30. implicit def mapDiffShow[K, V](implicit arg0: DiffShow[K], arg1: DiffShow[V]): DiffShow[Map[K, V]]
    Definition Classes
    DiffShowInstances2
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. implicit def optionDiffShow[T](implicit arg0: DiffShow[T]): DiffShow[Option[T]]
  35. implicit def otherDiffShow[T](implicit arg0: ClassTag[T]): DiffShow[T]
    Definition Classes
    DiffShowInstancesLowPriority
  36. def primitive[T](show: (T) ⇒ String): $anon forSome {type $anon <: DiffShow[T] { implicit val diffShow: $anon }}
  37. implicit def sealedDiffShow[T, L <: Coproduct](implicit coproduct: Aux[T, L], coproductShow: Lazy[DiffShow[L]]): DiffShow[T]
    Definition Classes
    DiffShowInstances2
  38. implicit def setDiffShow[T](implicit arg0: DiffShow[T]): DiffShow[Set[T]]
    Definition Classes
    DiffShowInstances2
  39. implicit def singletonObjectDiffShow[T](implicit arg0: SingletonObject[T]): DiffShow[T]
  40. implicit def someDiffShow[T](implicit ds: DiffShow[T]): DiffShow[Some[T]]
  41. implicit def stringDiffShow: DiffShow[String]
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. implicit val uuidDiffShow: DiffShow[UUID]
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  48. def [B](y: B): (DiffShowInstances, B)
    Implicit
    This member is added by an implicit conversion from DiffShowInstances to ArrowAssoc[DiffShowInstances] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
  49. implicit object CNilDiffShow extends DiffShow[CNil]
    Definition Classes
    DiffShowInstances2

Inherited from DiffShowInstances2

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from DiffShowInstances to any2stringadd[DiffShowInstances]

Inherited by implicit conversion StringFormat from DiffShowInstances to StringFormat[DiffShowInstances]

Inherited by implicit conversion Ensuring from DiffShowInstances to Ensuring[DiffShowInstances]

Inherited by implicit conversion ArrowAssoc from DiffShowInstances to ArrowAssoc[DiffShowInstances]

Ungrouped