Scala Library
|
|
scala/util/Hashable.scala
]
object
Hashable
extends
AnyRefMethod 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 |
Scala Library
|
|