EqCouldBeGiven
Attributes
- Graph
- Supertypes
- trait PartialOrder[CouldBeGiven[A]]trait Hash[CouldBeGiven[A]]trait Eq[CouldBeGiven[A]]trait Serializableclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Returns the hash code of the given object under this hashing scheme.
Returns the hash code of the given object under this hashing scheme.
Attributes
- Definition Classes
- Hash
Result of comparing x with y. Returns NaN if operands are not
comparable. If operands are comparable, returns a Double whose
sign is:
Result of comparing x with y. Returns NaN if operands are not
comparable. If operands are comparable, returns a Double whose
sign is:
- negative iff
x < y - zero iff
x = y - positive iff
x > y
Attributes
- Definition Classes
- PartialOrder
Inherited methods
Returns true if x = y, false otherwise.
Returns true if x = y, false otherwise.
Attributes
- Inherited from:
- PartialOrder
Returns true if x > y, false otherwise.
Returns true if x > y, false otherwise.
Attributes
- Inherited from:
- PartialOrder
Returns true if x >= y, false otherwise.
Returns true if x >= y, false otherwise.
Attributes
- Inherited from:
- PartialOrder
Returns true if x < y, false otherwise.
Returns true if x < y, false otherwise.
Attributes
- Inherited from:
- PartialOrder
Returns true if x <= y, false otherwise.
Returns true if x <= y, false otherwise.
Attributes
- Inherited from:
- PartialOrder
Returns false if x and y are equivalent, true otherwise.
Returns false if x and y are equivalent, true otherwise.
Attributes
- Inherited from:
- Eq
Like partialCompare, but returns a cats.kernel.Comparison instead of an Double.
Has the benefit of being able to pattern match on, but not as performant.
Like partialCompare, but returns a cats.kernel.Comparison instead of an Double.
Has the benefit of being able to pattern match on, but not as performant.
Attributes
- Inherited from:
- PartialOrder
Returns Some(x) if x >= y, Some(y) if x < y, otherwise None.
Returns Some(x) if x >= y, Some(y) if x < y, otherwise None.
Attributes
- Inherited from:
- PartialOrder
Returns Some(x) if x <= y, Some(y) if x > y, otherwise None.
Returns Some(x) if x <= y, Some(y) if x > y, otherwise None.
Attributes
- Inherited from:
- PartialOrder
Result of comparing x with y. Returns None if operands are
not comparable. If operands are comparable, returns Some[Int]
where the Int sign is:
Result of comparing x with y. Returns None if operands are
not comparable. If operands are comparable, returns Some[Int]
where the Int sign is:
- negative iff
x < y - zero iff
x = y - positive iff
x > y
Attributes
- Inherited from:
- PartialOrder