Orderings

kofre.base.Orderings
object Orderings

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Orderings.type

Members list

Type members

Classlikes

class LexicographicOrdering[T <: Product](orderings: Tuple, pm: ProductOf[T]) extends Ordering[T]

Attributes

Supertypes
trait Ordering[T]
trait PartialOrdering[T]
trait Equiv[T]
trait Serializable
trait Comparator[T]
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

inline def lexicographic[T <: Product](using pm: ProductOf[T]): Ordering[T]