HashOps

zio.prelude.HashSyntax.HashOps
implicit class HashOps[A](a: A)

Provides infix syntax for hashing a value.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def ##(implicit hash: Hash[A]): Int

A symbolic alias for hash.

A symbolic alias for hash.

Attributes

def hash(implicit hash: Hash[A]): Int

Returns the hash of this value.

Returns the hash of this value.

Attributes