Many

final case
class Many() extends Ordered[Int]
Companion
object
trait Serializable
trait Product
trait Equals
trait Ordered[Int]
trait Comparable[Int]
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def compare(that: Int): Int
Definition Classes
Ordered
override
def toString: String
Definition Classes
Any

Inherited methods

def <(that: Int): Boolean
Inherited from
Ordered
def <=(that: Int): Boolean
Inherited from
Ordered
def >(that: Int): Boolean
Inherited from
Ordered
def >=(that: Int): Boolean
Inherited from
Ordered
def compareTo(that: Int): Int
Inherited from
Ordered
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product