QEq

coulomb.ops.algebra.cats.deltaquantity$.infra$.QEq
class QEq[V, U, B](e: Eq[V]) extends Eq[DeltaQuantity[V, U, B]]

Attributes

Source:
deltaquantity.scala
Graph
Supertypes
trait Eq[DeltaQuantity[V, U, B]]
class Object
trait Matchable
class Any
Known subtypes
class QHash[V, U, B]

Members list

Concise view

Value members

Concrete methods

def eqv(x: DeltaQuantity[V, U, B], y: DeltaQuantity[V, U, B]): Boolean

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

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

Attributes

Source:
deltaquantity.scala

Inherited methods

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.

Attributes

Inherited from:
Eq
Source:
Eq.scala