MyPartialOrder
scalation.mathstat.MyPartialOrder
case class MyPartialOrder(x: Int, y: Int) extends PartiallyOrdered[MyPartialOrder]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PartiallyOrdered[MyPartialOrder]class Objecttrait Matchableclass AnyShow all
Members list
Type members
Inherited types
Attributes
- Inherited from:
- PartiallyOrdered
Value members
Concrete 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
Inherited methods
Attributes
- Inherited from:
- PartiallyOrdered
Attributes
- Inherited from:
- PartiallyOrdered
Attributes
- Inherited from:
- PartiallyOrdered
Attributes
- Inherited from:
- PartiallyOrdered
An iterator over the names of all the elements of this product.
An iterator over the names of all the elements of this product.
Attributes
- Inherited from:
- Product
An iterator over all the elements of this product.
An iterator over all the elements of this product.
Attributes
- Returns
-
in the default implementation, an
Iterator[Any] - Inherited from:
- Product
In this article