scala.util

object Hashable

[source: scala/util/Hashable.scala]

object Hashable
extends AnyRef
Method Summary
implicit def anyVal2Hashable (x : AnyVal) : Hashable
This implicit is for StrictHashable's benefit, so your hashValues Seq can contain both explicitly Hashable classes and value types.
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
implicit def anyVal2Hashable(x : AnyVal) : Hashable
This implicit is for StrictHashable's benefit, so your hashValues Seq can contain both explicitly Hashable classes and value types.