Scala Standard Library 2.12.18 - scala.Enumeration.Value (original) (raw)

abstract class Value extends Ordered[Value] with Serializable

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. Value
  2. Serializable
  3. Serializable
  4. Ordered
  5. Comparable
  6. AnyRef
  7. Any

Implicitly

  1. by orderingToOrdered

  2. by any2stringadd

  3. by StringFormat

  4. by Ensuring

  5. by ArrowAssoc

  6. Hide All

  7. Show All

Instance Constructors

  1. new Value()

Abstract Value Members

  1. abstract def id: Int

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. def +(v: Value): ValueSet
  4. def ->[B](y: B): (Value, B)
  5. def <(that: Value): Boolean
  6. def <=(that: Value): Boolean
  7. final def ==(arg0: Any): Boolean
  8. def >(that: Value): Boolean
  9. def >=(that: Value): Boolean
  10. final def asInstanceOf[T0]: T0
  11. def clone(): AnyRef
  12. def compare(that: Value): Int
  13. def compareTo(that: Value): Int
  14. def ensuring(cond: (Value) ⇒ Boolean, msg: ⇒ Any): Value
  15. def ensuring(cond: (Value) ⇒ Boolean): Value
  16. def ensuring(cond: Boolean, msg: ⇒ Any): Value
  17. def ensuring(cond: Boolean): Value
  18. final def eq(arg0: AnyRef): Boolean
  19. def equals(other: Any): Boolean
  20. def finalize(): Unit
  21. final def getClass(): Class[_]
  22. def hashCode(): Int
  23. final def isInstanceOf[T0]: Boolean
  24. final def ne(arg0: AnyRef): Boolean
  25. final def notify(): Unit
  26. final def notifyAll(): Unit
  27. final def synchronized[T0](arg0: ⇒ T0): T0
  28. def toString(): String
  29. final def wait(): Unit
  30. final def wait(arg0: Long, arg1: Int): Unit
  31. final def wait(arg0: Long): Unit
  32. def →[B](y: B): (Value, B)

Ungrouped