ListEq

class ListEq[A](ev: Eq[A]) extends Eq[List[A]]
trait Eq[List[A]]
trait Serializable
class Object
trait Matchable
class Any
class ListHash[A]

Value members

Concrete methods

def eqv(xs: List[A], ys: List[A]): Boolean

Inherited methods

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

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

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

Inherited from
Eq