trait DiffxSupport extends DiffxEitherSupport with DiffxOptionSupport with DiffLensToMatchByOps with DiffToMatchByOps
- Companion:
- object
trait DiffToMatchByOps
trait DiffToSeqMatchByOps
trait DiffToSetMatchByOps
trait DiffToMapMatchByOps
trait DiffLensToMatchByOps
trait DiffLensToSeqMatchByOps
trait DiffLensToSetMatchByOps
trait DiffLensToMapMatchByOps
trait DiffxOptionSupport
trait DiffxEitherSupport
class Object
trait Matchable
class Any
Type members
Classlikes
Types
Value members
Concrete methods
Implicits
Implicits
Inherited implicits
final implicit def DiffxEither[T[_, _], L, R](e: T[L, R])(implicit f: DiffxEitherFunctor[T, L, R]): DiffxEither[T, L, R]
- Inherited from:
- DiffxEitherSupport
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
implicit def toMapMatchByOps[C[_, _] : MapLike, K, V](diff: Diff[C[K, V]]): DiffMapMatchByOps[C, K, V]
- Inherited from:
- DiffToMapMatchByOps