DiffxEither

implicit class DiffxEither[T[_, _], L, R](e: T[L, R])(implicit f: DiffxEitherFunctor[T, L, R])
class Object
trait Matchable
class Any

Value members

Concrete methods

@compileTimeOnly(com.softwaremill.diffx.DiffxSupport.canOnlyBeUsedInsideDiffxMacro("eachLeft"))
def eachLeft: L
@compileTimeOnly(com.softwaremill.diffx.DiffxSupport.canOnlyBeUsedInsideDiffxMacro("eachRight"))
def eachRight: R