QHash

class QHash[V, U, B](h: Hash[V]) extends QEq[V, U, B] with Hash[DeltaQuantity[V, U, B]]
trait Hash[DeltaQuantity[V, U, B]]
class QEq[V, U, B]
trait Eq[DeltaQuantity[V, U, B]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def hash(x: DeltaQuantity[V, U, B]): Int

Inherited methods

def eqv(x: DeltaQuantity[V, U, B], y: DeltaQuantity[V, U, B]): Boolean
Inherited from:
QEq
Source:
deltaquantity.scala
def neqv(x: DeltaQuantity[V, U, B], y: DeltaQuantity[V, U, B]): Boolean

Returns false if x and y are equivalent, true otherwise.

Returns false if x and y are equivalent, true otherwise.

Inherited from:
Eq
Source:
Eq.scala