DiffLensToMatchByOps
trait DiffLensToMatchByOps extends DiffLensToMapMatchByOps with DiffLensToSetMatchByOps with DiffLensToSeqMatchByOps
trait DiffLensToSeqMatchByOps
trait DiffLensToSetMatchByOps
trait DiffLensToMapMatchByOps
class Object
trait Matchable
class Any
trait DiffxSupport
Implicits
Inherited implicits
implicit def lensToMapMatchByOps[C[_, _] : MapLike, K, V, S](diffLens: DiffLens[S, C[K, V]]): DiffLensMapMatchByOps[C, K, V, S]
- Inherited from:
- DiffLensToMapMatchByOps
implicit def lensToSeqMatchByOps[C[_] : SeqLike, T, S](diffLens: DiffLens[S, C[T]]): DiffLensSeqMatchByOps[C, T, S]
- Inherited from:
- DiffLensToSeqMatchByOps
implicit def lensToSetMatchByOps[C[_] : SetLike, T, S](diffLens: DiffLens[S, C[T]]): DiffLensSetMatchByOps[C, T, S]
- Inherited from:
- DiffLensToSetMatchByOps