zio.prelude.PartialOrdering
See thePartialOrdering companion object
sealed trait PartialOrdering extends Product, Serializable
Attributes
- Companion
- object
- Graph
-
- Supertypes
- Known subtypes
- Self type
Members list
Value members
Concrete methods
A symbolic alias for orElse
.
A symbolic alias for orElse
.
Attributes
Returns whether this Ordering
is Ordering.Equals
.
Returns whether this Ordering
is Ordering.Equals
.
Attributes
Returns whether this Ordering
is Ordering.GreaterThan
.
Returns whether this Ordering
is Ordering.GreaterThan
.
Attributes
Returns whether this Ordering
is Ordering.LessThan
.
Returns whether this Ordering
is Ordering.LessThan
.
Attributes
Returns this ordering, but if this ordering is equal returns the specified ordering.
Returns this ordering, but if this ordering is equal returns the specified ordering.
Attributes
In this article