PartiallyOrdered
scala.math.PartiallyOrdered
A class for partially ordered data.
Attributes
- Graph
-
- Supertypes
-
class Any
Members list
Type members
Types
Value members
Abstract methods
Result of comparing '''this''' with operand that. Returns None if operands are not comparable. If operands are comparable, returns Some(x) where
Result of comparing '''this''' with operand that. Returns None if operands are not comparable. If operands are comparable, returns Some(x) where
x < 0iff'''this''' < thatx == 0iff'''this''' == thatx > 0iff'''this''' > that
Attributes
In this article