Packages

final class Priority extends AnyVal with Ordered[Priority]

Linear Supertypes
Ordered[Priority], Comparable[Priority], AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Priority
  2. Ordered
  3. Comparable
  4. AnyVal
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Priority(value: Double)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def +(value: Double): Priority
  4. def -(value: Double): Priority
  5. def <(that: Priority): Boolean
    Definition Classes
    Ordered
  6. def <=(that: Priority): Boolean
    Definition Classes
    Ordered
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  8. def >(that: Priority): Boolean
    Definition Classes
    Ordered
  9. def >=(that: Priority): Boolean
    Definition Classes
    Ordered
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def compare(that: Priority): Int
    Definition Classes
    Priority → Ordered
  12. def compareTo(that: Priority): Int
    Definition Classes
    Ordered → Comparable
  13. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def toString(): String
    Definition Classes
    Any
  16. val value: Double

Inherited from Ordered[Priority]

Inherited from Comparable[Priority]

Inherited from AnyVal

Inherited from Any

Ungrouped