Hashing

scala.util.hashing.Hashing
See theHashing companion trait
object Hashing

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Hashing.type

Members list

Type members

Classlikes

final class Default[T] extends Hashing[T]

Attributes

Supertypes
trait Hashing[T]
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def fromFunction[T](f: T => Int): Hashing[T]

Implicits

Implicits

implicit def default[T]: Default[T]