Scope

case class Scope(value: Int) extends Ordered[Scope]
Companion
object
trait Serializable
trait Product
trait Equals
trait Ordered[Scope]
trait Comparable[Scope]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def compare(that: Scope): Int
Definition Classes
Ordered
override def equals(other: Any): Boolean
Definition Classes
Equals -> Any
override def hashCode: Int
Definition Classes
Any
def widen: Scope
Returns

the next Scope until Max

Inherited methods

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