Hashing

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

Attributes

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

Members list

Type members

Classlikes

final class Default[T] extends Hashing[T]

Attributes

Source
Hashing.scala
Supertypes
trait Hashing[T]
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Attributes

Source
Hashing.scala

Implicits

Implicits

implicit def default[T]: Default[T]

Attributes

Source
Hashing.scala