ScopedOrd

mill.idea.GenIdeaImpl.ScopedOrd
final case class ScopedOrd[T <: Comparable[T]](value: T, scope: Option[String]) extends Ordered[ScopedOrd[T]]

Attributes

Source
GenIdeaImpl.scala
Graph
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
trait Ordered[ScopedOrd[T]]
trait Comparable[ScopedOrd[T]]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def compare(that: ScopedOrd[T]): Int

Attributes

Definition Classes
Ordered
Source
GenIdeaImpl.scala

Inherited methods

def <(that: ScopedOrd[T]): Boolean

Attributes

Inherited from:
Ordered
def <=(that: ScopedOrd[T]): Boolean

Attributes

Inherited from:
Ordered
def >(that: ScopedOrd[T]): Boolean

Attributes

Inherited from:
Ordered
def >=(that: ScopedOrd[T]): Boolean

Attributes

Inherited from:
Ordered
def compareTo(that: ScopedOrd[T]): Int

Attributes

Inherited from:
Ordered
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product