EitherLeftDiffable

class EitherLeftDiffable[L](using ldi: Diffable[L]) extends Diffable[Left[L, Nothing]]
trait Diffable[Left[L, Nothing]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def diff(actual: Left[L, Nothing], expected: Left[L, Nothing]): ComparisonResult

Inherited methods

def unsafeDiff(actual: Any, expected: Any): ComparisonResult
Inherited from:
Diffable