ListHash

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

Value members

Concrete methods

def hash(x: List[A]): Int

Inherited methods

def eqv(xs: List[A], ys: List[A]): Boolean
Inherited from
ListEq
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