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

class Val extends Value with Serializable

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

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

Implicitly

  1. by orderingToOrdered

  2. by any2stringadd

  3. by StringFormat

  4. by Ensuring

  5. by ArrowAssoc

  6. Hide All

  7. Show All

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. def +(v: Value): ValueSet
  4. def ->[B](y: B): (Val, 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: (Val) ⇒ Boolean, msg: ⇒ Any): Val
  15. def ensuring(cond: (Val) ⇒ Boolean): Val
  16. def ensuring(cond: Boolean, msg: ⇒ Any): Val
  17. def ensuring(cond: Boolean): Val
  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. def id: Int
  24. final def isInstanceOf[T0]: Boolean
  25. final def ne(arg0: AnyRef): Boolean
  26. final def notify(): Unit
  27. final def notifyAll(): Unit
  28. def readResolve(): AnyRef
  29. final def synchronized[T0](arg0: ⇒ T0): T0
  30. def toString(): String
  31. final def wait(): Unit
  32. final def wait(arg0: Long, arg1: Int): Unit
  33. final def wait(arg0: Long): Unit
  34. def →[B](y: B): (Val, B)

Ungrouped