diffx-core
diffx-core
com.softwaremill.diffx
Derived
Diff
Diff
DiffCompanionMacro
DiffConfiguration
DiffConfiguration
DiffContext
DiffContext
DiffLens
DiffLensMapMatchByOps
DiffLensSeqMatchByOps
DiffLensSetMatchByOps
DiffLensToMapMatchByOps
DiffLensToMatchByOps
DiffLensToSeqMatchByOps
DiffLensToSetMatchByOps
DiffMacro
DiffMapMatchByOps
DiffResult
DiffResult
DiffResultAdditional
DiffResultAdditionalChunk
DiffResultChunk
DiffResultIterable
DiffResultMap
DiffResultMissing
DiffResultMissingChunk
DiffResultObject
DiffResultPrinter
DiffResultSet
DiffResultString
DiffResultStringLine
DiffResultStringWord
DiffResultTransformer
DiffResultTransformer
DiffResultValue
DiffSeqMatchByOps
DiffSetMatchByOps
DiffToMapMatchByOps
DiffToMatchByOps
DiffToSeqMatchByOps
DiffToSetMatchByOps
DiffTupleInstances
DiffxEachMap
DiffxEitherSupport
DiffxEither
DiffxEitherFunctor
DiffxOptionSupport
DiffxEach
DiffxFunctor
DiffxPlatformExtensions
DiffxSupport
DiffxSubtypeSelector
DiffxSupport
IdenticalValue
LowPriorityDiff
LowPriorityObjectMatcher
MapLike
MapLike
ModifyMacro
ModifyPath
ModifyPath
Each
EachKey
EachValue
Field
Subtype
ObjectMatcher
ObjectMatcher
MapEntry
ObjectMatcherMapHelper
ObjectMatcherSeqHelper
ObjectMatcherSetHelper
SetEntry
SeqLike
SeqLike
SetLike
SetLike
ShowConfig
ShowConfig
Tree
Tree
Leaf
Node
com.softwaremill.diffx.generic
AutoDerivation
DiffMagnoliaDerivation
com.softwaremill.diffx.generic.auto
DiffAutoDerivationOn
com.softwaremill.diffx.instances
DiffForSeq
DiffForSeq
DiffForString
com.softwaremill.diffx.instances.string
DiffNode
Snake
diffx-core
/
com.softwaremill.diffx.instances
/
DiffForSeq
DiffForSeq
class
DiffForSeq
[
C
[
_
],
T
](
dt:
Diff
[
T
],
matcher:
ObjectMatcher
[
SeqEntry
[
T
]],
seqLike:
SeqLike
[
C
],
typeName:
String
)
extends
Diff
[
C
[
T
]]
Companion:
object
Graph
Supertypes
trait
Diff
[
C
[
T
]]
trait
DiffMacro
[
C
[
T
]]
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
override
def
apply
(
left:
C
[
T
],
right:
C
[
T
],
context:
DiffContext
):
DiffResult
Definition Classes
Diff
Inherited methods
def
apply
(
left:
C
[
T
],
right:
C
[
T
]):
DiffResult
Inherited from:
Diff
def
contramap
[
R
](
f:
R
=>
C
[
T
]):
Diff
[
R
]
Inherited from:
Diff
inline
def
ignore
[
U
](
inline
path:
C
[
T
]
=>
U
)(
implicit
config:
DiffConfiguration
):
Diff
[
C
[
T
]]
Inherited from:
DiffMacro
inline
def
modify
[
U
](
inline
path:
C
[
T
]
=>
U
):
DiffLens
[
C
[
T
],
U
]
Inherited from:
DiffMacro
def
modifyMatcherUnsafe
(
path:
ModifyPath
*)(
matcher:
ObjectMatcher
[
_
]):
Diff
[
C
[
T
]]
Inherited from:
Diff
def
modifyUnsafe
[
U
](
path:
ModifyPath
*)(
mod:
Diff
[
U
]
=>
Diff
[
U
]):
Diff
[
C
[
T
]]
Inherited from:
Diff