Order

scalus.prelude.Order
See theOrder companion enum
object Order

Attributes

Companion
enum
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Order.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete fields

lazy val sirDeps: List[SIRModuleWithDeps]
lazy val sirModule: Module

Givens

Givens

Extensions

Extensions

extension (self: Order)
infix inline def ifEqualThen(inline other: => Order): Order
def isEqual: Boolean
def isGreater: Boolean
def isGreaterEqual: Boolean
def isLess: Boolean
def isLessEqual: Boolean
def nonEqual: Boolean