difflicious.Differ$
See theDiffer companion trait
object Differ extends DifferTupleInstances, DifferGen, DifferTimeInstances
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait DifferTimeInstancestrait DifferGentrait Derivation[Differ]trait CommonDerivation[Differ]trait DifferTupleInstancesclass Objecttrait Matchableclass AnyShow all
- Self type
-
Differ.type
Members list
Type members
Inherited classlikes
final class SealedTraitDiffer[T](ctx: SealedTrait[Differ, T], isIgnored: Boolean) extends Differ[T]
Attributes
- Inherited from:
- DifferGen
- Supertypes
Inherited types
Attributes
- Inherited from:
- CommonDerivation
Value members
Concrete methods
A Differ that always return an Ignored result. Useful when you can't really diff something
A Differ that always return an Ignored result. Useful when you can't really diff something
Attributes
Inherited methods
Attributes
- Inherited from:
- Derivation
Attributes
- Inherited from:
- Derivation
Attributes
- Inherited from:
- CommonDerivation
Attributes
- Inherited from:
- Derivation
inline def getParams[T, Labels <: Tuple, Params <: Tuple](annotations: Map[String, List[Any]], typeAnnotations: Map[String, List[Any]], repeated: Map[String, Boolean], idx: Int): List[Param[Typeclass, T]]
Attributes
- Inherited from:
- CommonDerivation
transparent inline def subtypes[T, SubtypeTuple <: Tuple](m: SumOf[T], idx: Int): List[Subtype[Typeclass, T, _]]
Attributes
- Inherited from:
- Derivation
Implicits
Implicits
Inherited implicits
Attributes
- Inherited from:
- DifferTimeInstances
Attributes
- Inherited from:
- DifferTimeInstances
Attributes
- Inherited from:
- DifferTimeInstances
Attributes
- Inherited from:
- DifferTimeInstances
Attributes
- Inherited from:
- DifferTimeInstances
Attributes
- Inherited from:
- DifferTimeInstances
Attributes
- Inherited from:
- DifferTimeInstances
Attributes
- Inherited from:
- DifferTimeInstances
Attributes
- Inherited from:
- DifferTimeInstances
Attributes
- Inherited from:
- DifferTimeInstances
Attributes
- Inherited from:
- DifferTimeInstances
implicit def tuple10[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10](implicit a1Diff: Differ[A1], a2Diff: Differ[A2], a3Diff: Differ[A3], a4Diff: Differ[A4], a5Diff: Differ[A5], a6Diff: Differ[A6], a7Diff: Differ[A7], a8Diff: Differ[A8], a9Diff: Differ[A9], a10Diff: Differ[A10], typeName: TypeName[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)]): RecordDiffer[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)]
Attributes
- Inherited from:
- DifferTupleInstances
implicit def tuple11[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11](implicit a1Diff: Differ[A1], a2Diff: Differ[A2], a3Diff: Differ[A3], a4Diff: Differ[A4], a5Diff: Differ[A5], a6Diff: Differ[A6], a7Diff: Differ[A7], a8Diff: Differ[A8], a9Diff: Differ[A9], a10Diff: Differ[A10], a11Diff: Differ[A11], typeName: TypeName[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11)]): RecordDiffer[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11)]
Attributes
- Inherited from:
- DifferTupleInstances
implicit def tuple12[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12](implicit a1Diff: Differ[A1], a2Diff: Differ[A2], a3Diff: Differ[A3], a4Diff: Differ[A4], a5Diff: Differ[A5], a6Diff: Differ[A6], a7Diff: Differ[A7], a8Diff: Differ[A8], a9Diff: Differ[A9], a10Diff: Differ[A10], a11Diff: Differ[A11], a12Diff: Differ[A12], typeName: TypeName[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12)]): RecordDiffer[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12)]
Attributes
- Inherited from:
- DifferTupleInstances
implicit def tuple13[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13](implicit a1Diff: Differ[A1], a2Diff: Differ[A2], a3Diff: Differ[A3], a4Diff: Differ[A4], a5Diff: Differ[A5], a6Diff: Differ[A6], a7Diff: Differ[A7], a8Diff: Differ[A8], a9Diff: Differ[A9], a10Diff: Differ[A10], a11Diff: Differ[A11], a12Diff: Differ[A12], a13Diff: Differ[A13], typeName: TypeName[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13)]): RecordDiffer[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13)]
Attributes
- Inherited from:
- DifferTupleInstances
implicit def tuple14[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14](implicit a1Diff: Differ[A1], a2Diff: Differ[A2], a3Diff: Differ[A3], a4Diff: Differ[A4], a5Diff: Differ[A5], a6Diff: Differ[A6], a7Diff: Differ[A7], a8Diff: Differ[A8], a9Diff: Differ[A9], a10Diff: Differ[A10], a11Diff: Differ[A11], a12Diff: Differ[A12], a13Diff: Differ[A13], a14Diff: Differ[A14], typeName: TypeName[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14)]): RecordDiffer[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14)]
Attributes
- Inherited from:
- DifferTupleInstances
implicit def tuple15[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15](implicit a1Diff: Differ[A1], a2Diff: Differ[A2], a3Diff: Differ[A3], a4Diff: Differ[A4], a5Diff: Differ[A5], a6Diff: Differ[A6], a7Diff: Differ[A7], a8Diff: Differ[A8], a9Diff: Differ[A9], a10Diff: Differ[A10], a11Diff: Differ[A11], a12Diff: Differ[A12], a13Diff: Differ[A13], a14Diff: Differ[A14], a15Diff: Differ[A15], typeName: TypeName[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15)]): RecordDiffer[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15)]
Attributes
- Inherited from:
- DifferTupleInstances
implicit def tuple16[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16](implicit a1Diff: Differ[A1], a2Diff: Differ[A2], a3Diff: Differ[A3], a4Diff: Differ[A4], a5Diff: Differ[A5], a6Diff: Differ[A6], a7Diff: Differ[A7], a8Diff: Differ[A8], a9Diff: Differ[A9], a10Diff: Differ[A10], a11Diff: Differ[A11], a12Diff: Differ[A12], a13Diff: Differ[A13], a14Diff: Differ[A14], a15Diff: Differ[A15], a16Diff: Differ[A16], typeName: TypeName[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16)]): RecordDiffer[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16)]
Attributes
- Inherited from:
- DifferTupleInstances
implicit def tuple17[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17](implicit a1Diff: Differ[A1], a2Diff: Differ[A2], a3Diff: Differ[A3], a4Diff: Differ[A4], a5Diff: Differ[A5], a6Diff: Differ[A6], a7Diff: Differ[A7], a8Diff: Differ[A8], a9Diff: Differ[A9], a10Diff: Differ[A10], a11Diff: Differ[A11], a12Diff: Differ[A12], a13Diff: Differ[A13], a14Diff: Differ[A14], a15Diff: Differ[A15], a16Diff: Differ[A16], a17Diff: Differ[A17], typeName: TypeName[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17)]): RecordDiffer[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17)]
Attributes
- Inherited from:
- DifferTupleInstances
implicit def tuple18[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18](implicit a1Diff: Differ[A1], a2Diff: Differ[A2], a3Diff: Differ[A3], a4Diff: Differ[A4], a5Diff: Differ[A5], a6Diff: Differ[A6], a7Diff: Differ[A7], a8Diff: Differ[A8], a9Diff: Differ[A9], a10Diff: Differ[A10], a11Diff: Differ[A11], a12Diff: Differ[A12], a13Diff: Differ[A13], a14Diff: Differ[A14], a15Diff: Differ[A15], a16Diff: Differ[A16], a17Diff: Differ[A17], a18Diff: Differ[A18], typeName: TypeName[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18)]): RecordDiffer[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18)]
Attributes
- Inherited from:
- DifferTupleInstances
implicit def tuple19[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19](implicit a1Diff: Differ[A1], a2Diff: Differ[A2], a3Diff: Differ[A3], a4Diff: Differ[A4], a5Diff: Differ[A5], a6Diff: Differ[A6], a7Diff: Differ[A7], a8Diff: Differ[A8], a9Diff: Differ[A9], a10Diff: Differ[A10], a11Diff: Differ[A11], a12Diff: Differ[A12], a13Diff: Differ[A13], a14Diff: Differ[A14], a15Diff: Differ[A15], a16Diff: Differ[A16], a17Diff: Differ[A17], a18Diff: Differ[A18], a19Diff: Differ[A19], typeName: TypeName[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19)]): RecordDiffer[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19)]
Attributes
- Inherited from:
- DifferTupleInstances
implicit def tuple2[A1, A2](implicit a1Diff: Differ[A1], a2Diff: Differ[A2], typeName: TypeName[(A1, A2)]): RecordDiffer[(A1, A2)]
Attributes
- Inherited from:
- DifferTupleInstances
implicit def tuple20[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20](implicit a1Diff: Differ[A1], a2Diff: Differ[A2], a3Diff: Differ[A3], a4Diff: Differ[A4], a5Diff: Differ[A5], a6Diff: Differ[A6], a7Diff: Differ[A7], a8Diff: Differ[A8], a9Diff: Differ[A9], a10Diff: Differ[A10], a11Diff: Differ[A11], a12Diff: Differ[A12], a13Diff: Differ[A13], a14Diff: Differ[A14], a15Diff: Differ[A15], a16Diff: Differ[A16], a17Diff: Differ[A17], a18Diff: Differ[A18], a19Diff: Differ[A19], a20Diff: Differ[A20], typeName: TypeName[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20)]): RecordDiffer[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20)]
Attributes
- Inherited from:
- DifferTupleInstances
implicit def tuple21[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21](implicit a1Diff: Differ[A1], a2Diff: Differ[A2], a3Diff: Differ[A3], a4Diff: Differ[A4], a5Diff: Differ[A5], a6Diff: Differ[A6], a7Diff: Differ[A7], a8Diff: Differ[A8], a9Diff: Differ[A9], a10Diff: Differ[A10], a11Diff: Differ[A11], a12Diff: Differ[A12], a13Diff: Differ[A13], a14Diff: Differ[A14], a15Diff: Differ[A15], a16Diff: Differ[A16], a17Diff: Differ[A17], a18Diff: Differ[A18], a19Diff: Differ[A19], a20Diff: Differ[A20], a21Diff: Differ[A21], typeName: TypeName[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21)]): RecordDiffer[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21)]
Attributes
- Inherited from:
- DifferTupleInstances
implicit def tuple22[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22](implicit a1Diff: Differ[A1], a2Diff: Differ[A2], a3Diff: Differ[A3], a4Diff: Differ[A4], a5Diff: Differ[A5], a6Diff: Differ[A6], a7Diff: Differ[A7], a8Diff: Differ[A8], a9Diff: Differ[A9], a10Diff: Differ[A10], a11Diff: Differ[A11], a12Diff: Differ[A12], a13Diff: Differ[A13], a14Diff: Differ[A14], a15Diff: Differ[A15], a16Diff: Differ[A16], a17Diff: Differ[A17], a18Diff: Differ[A18], a19Diff: Differ[A19], a20Diff: Differ[A20], a21Diff: Differ[A21], a22Diff: Differ[A22], typeName: TypeName[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22)]): RecordDiffer[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22)]
Attributes
- Inherited from:
- DifferTupleInstances
Attributes
- Inherited from:
- DifferTupleInstances
Attributes
- Inherited from:
- DifferTupleInstances
Attributes
- Inherited from:
- DifferTupleInstances
Attributes
- Inherited from:
- DifferTupleInstances
Attributes
- Inherited from:
- DifferTupleInstances
implicit def tuple8[A1, A2, A3, A4, A5, A6, A7, A8](implicit a1Diff: Differ[A1], a2Diff: Differ[A2], a3Diff: Differ[A3], a4Diff: Differ[A4], a5Diff: Differ[A5], a6Diff: Differ[A6], a7Diff: Differ[A7], a8Diff: Differ[A8], typeName: TypeName[(A1, A2, A3, A4, A5, A6, A7, A8)]): RecordDiffer[(A1, A2, A3, A4, A5, A6, A7, A8)]
Attributes
- Inherited from:
- DifferTupleInstances
implicit def tuple9[A1, A2, A3, A4, A5, A6, A7, A8, A9](implicit a1Diff: Differ[A1], a2Diff: Differ[A2], a3Diff: Differ[A3], a4Diff: Differ[A4], a5Diff: Differ[A5], a6Diff: Differ[A6], a7Diff: Differ[A7], a8Diff: Differ[A8], a9Diff: Differ[A9], typeName: TypeName[(A1, A2, A3, A4, A5, A6, A7, A8, A9)]): RecordDiffer[(A1, A2, A3, A4, A5, A6, A7, A8, A9)]
Attributes
- Inherited from:
- DifferTupleInstances
Attributes
- Inherited from:
- DifferTimeInstances
Attributes
- Inherited from:
- DifferTimeInstances
Attributes
- Inherited from:
- DifferTimeInstances
Attributes
- Inherited from:
- DifferTimeInstances
Attributes
- Inherited from:
- DifferTimeInstances
In this article