DiffLensToMatchByOps

com.softwaremill.diffx.DiffLensToMatchByOps

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Implicits

Inherited implicits

implicit def lensToMapMatchByOps[C[_, _] : MapLike, K, V, S](diffLens: DiffLens[S, C[K, V]]): DiffLensMapMatchByOps[C, K, V, S]

Attributes

Inherited from:
DiffLensToMapMatchByOps
implicit def lensToSeqMatchByOps[C[_] : SeqLike, T, S](diffLens: DiffLens[S, C[T]]): DiffLensSeqMatchByOps[C, T, S]

Attributes

Inherited from:
DiffLensToSeqMatchByOps
implicit def lensToSetMatchByOps[C[_] : SetLike, T, S](diffLens: DiffLens[S, C[T]]): DiffLensSetMatchByOps[C, T, S]

Attributes

Inherited from:
DiffLensToSetMatchByOps