Numeric

replpp.shaded.coursier.core.Version.Numeric
sealed abstract class Numeric extends Item

Attributes

Graph
Supertypes
class Item
trait Ordered[Item]
trait Comparable[Item]
class Object
trait Matchable
class Any
Show all
Known subtypes
class BigNumber
class Number

Members list

Value members

Abstract methods

def next: Numeric
def repr: String

Inherited methods

def <(that: Item): Boolean

Attributes

Inherited from:
Ordered
def <=(that: Item): Boolean

Attributes

Inherited from:
Ordered
def >(that: Item): Boolean

Attributes

Inherited from:
Ordered
def >=(that: Item): Boolean

Attributes

Inherited from:
Ordered
def compare(other: Item): Int

Attributes

Inherited from:
Item
def compareTo(that: Item): Int

Attributes

Inherited from:
Ordered
def compareToEmpty: Int

Attributes

Inherited from:
Item
def isEmpty: Boolean

Attributes

Inherited from:
Item

Inherited and Abstract methods

def order: Int

Attributes

Inherited from:
Item