Scope

object Scope extends Ordering[Scope]
Companion
class
trait Product
trait Mirror
trait Ordering[Scope]
trait PartialOrdering[Scope]
trait Equiv[Scope]
trait Serializable
trait Comparator[Scope]
class Object
trait Matchable
class Any

Type members

Inherited classlikes

Inherited from
Ordering

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

override def compare(a: Scope, b: Scope): Int
Definition Classes
Ordering -> Comparator

Inherited methods

override def equiv(x: Scope, y: Scope): Boolean
Definition Classes
Ordering -> PartialOrdering -> Equiv
Inherited from
Ordering
override def gt(x: Scope, y: Scope): Boolean
Definition Classes
Ordering -> PartialOrdering
Inherited from
Ordering
override def gteq(x: Scope, y: Scope): Boolean
Definition Classes
Ordering -> PartialOrdering
Inherited from
Ordering
def isReverseOf(other: Ordering[_]): Boolean
Inherited from
Ordering
override def lt(x: Scope, y: Scope): Boolean
Definition Classes
Ordering -> PartialOrdering
Inherited from
Ordering
override def lteq(x: Scope, y: Scope): Boolean
Definition Classes
Ordering -> PartialOrdering
Inherited from
Ordering
def max[U <: Scope](x: U, y: U): U
Inherited from
Ordering
def min[U <: Scope](x: U, y: U): U
Inherited from
Ordering
def on[U](f: U => Scope): Ordering[U]
Inherited from
Ordering
def orElse(other: Ordering[Scope]): Ordering[Scope]
Inherited from
Ordering
def orElseBy[S](f: Scope => S)(implicit ord: Ordering[S]): Ordering[Scope]
Inherited from
Ordering
override def reverse: Ordering[Scope]
Definition Classes
Ordering -> PartialOrdering
Inherited from
Ordering
def reversed(): Comparator[Scope]
Inherited from
Comparator
def thenComparing[U <: Comparable[_ >: U <: <FromJavaObject>]](x$0: Function[_ >: Scope <: <FromJavaObject>, _ <: U]): Comparator[Scope]
Inherited from
Comparator
def thenComparing[U <: <FromJavaObject>](x$0: Function[_ >: Scope <: <FromJavaObject>, _ <: U], x$1: Comparator[_ >: U <: <FromJavaObject>]): Comparator[Scope]
Inherited from
Comparator
def thenComparing(x$0: Comparator[_ >: Scope <: <FromJavaObject>]): Comparator[Scope]
Inherited from
Comparator
def thenComparingDouble(x$0: ToDoubleFunction[_ >: Scope <: <FromJavaObject>]): Comparator[Scope]
Inherited from
Comparator
def thenComparingInt(x$0: ToIntFunction[_ >: Scope <: <FromJavaObject>]): Comparator[Scope]
Inherited from
Comparator
def thenComparingLong(x$0: ToLongFunction[_ >: Scope <: <FromJavaObject>]): Comparator[Scope]
Inherited from
Comparator
def tryCompare(x: Scope, y: Scope): Some[Int]
Inherited from
Ordering

Concrete fields

val init: Scope

The smallest Scope

The smallest Scope

Implicits

Inherited implicits

implicit def mkOrderingOps(lhs: Scope): OrderingOps
Inherited from
Ordering