EitherEq

class EitherEq[A, B](A: Eq[A], B: Eq[B]) extends Eq[Either[A, B]]
trait Eq[Either[A, B]]
trait Serializable
class Object
trait Matchable
class Any
class EitherHash[A, B]

Value members

Concrete methods

def eqv(x: Either[A, B], y: Either[A, B]): Boolean

Inherited methods

def neqv(x: Either[A, B], y: Either[A, B]): Boolean

Returns false if x and y are equivalent, true otherwise.

Returns false if x and y are equivalent, true otherwise.

Inherited from
Eq