com.softwaremill.diffx.Diff$
See theDiff companion trait
object Diff extends LowPriorityDiff with DiffTupleInstances with DiffxPlatformExtensions with DiffCompanionMacro
Attributes
- Companion:
- trait
- Graph
- Supertypes
- trait DiffCompanionMacrotrait DiffMagnoliaDerivationtrait Derivation[Diff]trait SealedTraitDerivationtrait CommonDerivation[Diff]trait DiffxPlatformExtensionstrait DiffTupleInstancestrait LowPriorityDiffclass Objecttrait Matchableclass Any
- Self type
- Diff.type
Members list
Concise view
Type members
Inherited types
Attributes
- Inherited from:
- CommonDerivation
Value members
Concrete methods
Inherited methods
inline def `getParams__`[T, Labels <: Tuple, Params <: Tuple](annotations: Map[String, List[Any]], inheritedAnnotations: Map[String, List[Any]], typeAnnotations: Map[String, List[Any]], repeated: Map[String, Boolean], defaults: Map[String, Option[() => Any]], idx: Int): List[Param[Typeclass, T]]
Attributes
- Inherited from:
- CommonDerivation
Attributes
- Definition Classes
- Derivation -> SealedTraitDerivation
- Inherited from:
- Derivation
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
inline def getParams_[T, Labels <: Tuple, Params <: Tuple](annotations: Map[String, List[Any]], inheritedAnnotations: Map[String, List[Any]], typeAnnotations: Map[String, List[Any]], repeated: Map[String, Boolean], idx: Int): List[Param[Typeclass, T]]
Attributes
- Inherited from:
- CommonDerivation
Attributes
- Inherited from:
- DiffMagnoliaDerivation
Attributes
- Inherited from:
- SealedTraitDerivation
Attributes
- Definition Classes
- DiffMagnoliaDerivation -> Derivation
- Inherited from:
- DiffMagnoliaDerivation
transparent inline def subtypes[T, SubtypeTuple <: Tuple](m: SumOf[T], idx: Int): List[Subtype[Typeclass, T, _]]
Attributes
- Inherited from:
- Derivation
transparent inline protected def subtypesFromMirror[A, SubtypeTuple <: Tuple](m: SumOf[A], idx: Int): List[Subtype[Typeclass, A, _]]
Attributes
- Inherited from:
- SealedTraitDerivation
Returns unwrapped instance of Diff[T] from implicitly summoned Derived[Diff[T]]. Use this method when you want to modify auto derived instance of diff and put it back into the implicit scope.
Returns unwrapped instance of Diff[T] from implicitly summoned Derived[Diff[T]]. Use this method when you want to modify auto derived instance of diff and put it back into the implicit scope.
Attributes
- Inherited from:
- LowPriorityDiff
Givens
Inherited givens
Attributes
- Inherited from:
- DiffCompanionMacro
Implicits
Implicits
implicit def diffForMap[C[_, _], K, V](implicit dv: Diff[V], dk: Diff[K], matcher: ObjectMatcher[MapEntry[K, V]], mapLike: MapLike[C]): Diff[C[K, V]]
implicit def diffForSeq[C[_], T](implicit dt: Diff[T], matcher: ObjectMatcher[SeqEntry[T]], seqLike: SeqLike[C]): Diff[C[T]]
implicit def diffForSet[C[_], T](implicit dt: Diff[T], matcher: ObjectMatcher[SetEntry[T]], setLike: SetLike[C]): Diff[C[T]]
Inherited implicits
Attributes
- Inherited from:
- DiffTupleInstances
Attributes
- Inherited from:
- DiffTupleInstances
implicit def dTuple12[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12](implicit d1: Diff[T1], d2: Diff[T2], d3: Diff[T3], d4: Diff[T4], d5: Diff[T5], d6: Diff[T6], d7: Diff[T7], d8: Diff[T8], d9: Diff[T9], d10: Diff[T10], d11: Diff[T11], d12: Diff[T12]): Diff[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)]
Attributes
- Inherited from:
- DiffTupleInstances
implicit def dTuple13[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13](implicit d1: Diff[T1], d2: Diff[T2], d3: Diff[T3], d4: Diff[T4], d5: Diff[T5], d6: Diff[T6], d7: Diff[T7], d8: Diff[T8], d9: Diff[T9], d10: Diff[T10], d11: Diff[T11], d12: Diff[T12], d13: Diff[T13]): Diff[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)]
Attributes
- Inherited from:
- DiffTupleInstances
implicit def dTuple14[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14](implicit d1: Diff[T1], d2: Diff[T2], d3: Diff[T3], d4: Diff[T4], d5: Diff[T5], d6: Diff[T6], d7: Diff[T7], d8: Diff[T8], d9: Diff[T9], d10: Diff[T10], d11: Diff[T11], d12: Diff[T12], d13: Diff[T13], d14: Diff[T14]): Diff[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)]
Attributes
- Inherited from:
- DiffTupleInstances
implicit def dTuple15[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15](implicit d1: Diff[T1], d2: Diff[T2], d3: Diff[T3], d4: Diff[T4], d5: Diff[T5], d6: Diff[T6], d7: Diff[T7], d8: Diff[T8], d9: Diff[T9], d10: Diff[T10], d11: Diff[T11], d12: Diff[T12], d13: Diff[T13], d14: Diff[T14], d15: Diff[T15]): Diff[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)]
Attributes
- Inherited from:
- DiffTupleInstances
implicit def dTuple16[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16](implicit d1: Diff[T1], d2: Diff[T2], d3: Diff[T3], d4: Diff[T4], d5: Diff[T5], d6: Diff[T6], d7: Diff[T7], d8: Diff[T8], d9: Diff[T9], d10: Diff[T10], d11: Diff[T11], d12: Diff[T12], d13: Diff[T13], d14: Diff[T14], d15: Diff[T15], d16: Diff[T16]): Diff[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16)]
Attributes
- Inherited from:
- DiffTupleInstances
implicit def dTuple17[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17](implicit d1: Diff[T1], d2: Diff[T2], d3: Diff[T3], d4: Diff[T4], d5: Diff[T5], d6: Diff[T6], d7: Diff[T7], d8: Diff[T8], d9: Diff[T9], d10: Diff[T10], d11: Diff[T11], d12: Diff[T12], d13: Diff[T13], d14: Diff[T14], d15: Diff[T15], d16: Diff[T16], d17: Diff[T17]): Diff[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17)]
Attributes
- Inherited from:
- DiffTupleInstances
implicit def dTuple18[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18](implicit d1: Diff[T1], d2: Diff[T2], d3: Diff[T3], d4: Diff[T4], d5: Diff[T5], d6: Diff[T6], d7: Diff[T7], d8: Diff[T8], d9: Diff[T9], d10: Diff[T10], d11: Diff[T11], d12: Diff[T12], d13: Diff[T13], d14: Diff[T14], d15: Diff[T15], d16: Diff[T16], d17: Diff[T17], d18: Diff[T18]): Diff[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18)]
Attributes
- Inherited from:
- DiffTupleInstances
implicit def dTuple19[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19](implicit d1: Diff[T1], d2: Diff[T2], d3: Diff[T3], d4: Diff[T4], d5: Diff[T5], d6: Diff[T6], d7: Diff[T7], d8: Diff[T8], d9: Diff[T9], d10: Diff[T10], d11: Diff[T11], d12: Diff[T12], d13: Diff[T13], d14: Diff[T14], d15: Diff[T15], d16: Diff[T16], d17: Diff[T17], d18: Diff[T18], d19: Diff[T19]): Diff[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19)]
Attributes
- Inherited from:
- DiffTupleInstances
Attributes
- Inherited from:
- DiffTupleInstances
implicit def dTuple20[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20](implicit d1: Diff[T1], d2: Diff[T2], d3: Diff[T3], d4: Diff[T4], d5: Diff[T5], d6: Diff[T6], d7: Diff[T7], d8: Diff[T8], d9: Diff[T9], d10: Diff[T10], d11: Diff[T11], d12: Diff[T12], d13: Diff[T13], d14: Diff[T14], d15: Diff[T15], d16: Diff[T16], d17: Diff[T17], d18: Diff[T18], d19: Diff[T19], d20: Diff[T20]): Diff[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20)]
Attributes
- Inherited from:
- DiffTupleInstances
implicit def dTuple21[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21](implicit d1: Diff[T1], d2: Diff[T2], d3: Diff[T3], d4: Diff[T4], d5: Diff[T5], d6: Diff[T6], d7: Diff[T7], d8: Diff[T8], d9: Diff[T9], d10: Diff[T10], d11: Diff[T11], d12: Diff[T12], d13: Diff[T13], d14: Diff[T14], d15: Diff[T15], d16: Diff[T16], d17: Diff[T17], d18: Diff[T18], d19: Diff[T19], d20: Diff[T20], d21: Diff[T21]): Diff[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21)]
Attributes
- Inherited from:
- DiffTupleInstances
implicit def dTuple22[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22](implicit d1: Diff[T1], d2: Diff[T2], d3: Diff[T3], d4: Diff[T4], d5: Diff[T5], d6: Diff[T6], d7: Diff[T7], d8: Diff[T8], d9: Diff[T9], d10: Diff[T10], d11: Diff[T11], d12: Diff[T12], d13: Diff[T13], d14: Diff[T14], d15: Diff[T15], d16: Diff[T16], d17: Diff[T17], d18: Diff[T18], d19: Diff[T19], d20: Diff[T20], d21: Diff[T21], d22: Diff[T22]): Diff[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22)]
Attributes
- Inherited from:
- DiffTupleInstances
Attributes
- Inherited from:
- DiffTupleInstances
Attributes
- Inherited from:
- DiffTupleInstances
Attributes
- Inherited from:
- DiffTupleInstances
Attributes
- Inherited from:
- DiffTupleInstances
Attributes
- Inherited from:
- DiffTupleInstances
Attributes
- Inherited from:
- DiffTupleInstances
Attributes
- Inherited from:
- DiffTupleInstances
Implicit instance of Diff[T] created from implicit Derived[Diff[T]]. Should not be called explicitly from clients
code. Use summon
instead.
Implicit instance of Diff[T] created from implicit Derived[Diff[T]]. Should not be called explicitly from clients
code. Use summon
instead.
Attributes
- Inherited from:
- LowPriorityDiff
Attributes
- Inherited from:
- DiffxPlatformExtensions
Attributes
- Inherited from:
- DiffxPlatformExtensions
Attributes
- Inherited from:
- DiffxPlatformExtensions
Attributes
- Inherited from:
- DiffxPlatformExtensions
Attributes
- Inherited from:
- DiffxPlatformExtensions
Attributes
- Inherited from:
- DiffxPlatformExtensions
Attributes
- Inherited from:
- DiffxPlatformExtensions