HashFunctions

abstract class HashFunctions[H <: ([T] =>> Hash[T])] extends EqFunctions[H]
class EqFunctions[H]
class Object
trait Matchable
class Any
object Hash

Value members

Concrete methods

def hash[@specialized A](x: A)(ev: H[A]): Int

Inherited methods

def eqv[@specialized A](x: A, y: A)(ev: H[A]): Boolean
Inherited from
EqFunctions
def neqv[@specialized A](x: A, y: A)(ev: H[A]): Boolean
Inherited from
EqFunctions