Scala Standard Library 2.12.18 - scala.math.BigDecimal.RoundingMode (original) (raw)

object RoundingMode extends Enumeration

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. RoundingMode

  2. Enumeration

  3. Serializable

  4. Serializable

  5. AnyRef

  6. Any

  7. Hide All

  8. Show All

Type Members

  1. class Val extends Value with Serializable
  2. abstract class Value extends Ordered[Value] with Serializable
  3. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable
  4. type RoundingMode = Value

Value Members

  1. object ValueOrdering extends Ordering[Value]
  2. object ValueSet extends Serializable
  3. final def !=(arg0: Any): Boolean
  4. final def ##(): Int
  5. final def ==(arg0: Any): Boolean
  6. val CEILING: Value
  7. val DOWN: Value
  8. val FLOOR: Value
  9. val HALF_DOWN: Value
  10. val HALF_EVEN: Value
  11. val HALF_UP: Value
  12. val UNNECESSARY: Value
  13. val UP: Value
  14. final def Value(i: Int, name: String): Value
  15. final def Value(name: String): Value
  16. final def Value(i: Int): Value
  17. final def Value: Value
  18. final def apply(x: Int): Value
  19. final def asInstanceOf[T0]: T0
  20. def clone(): AnyRef
  21. final def eq(arg0: AnyRef): Boolean
  22. def equals(arg0: Any): Boolean
  23. def finalize(): Unit
  24. final def getClass(): Class[_]
  25. def hashCode(): Int
  26. final def isInstanceOf[T0]: Boolean
  27. final def maxId: Int
  28. final def ne(arg0: AnyRef): Boolean
  29. var nextId: Int
  30. var nextName: Iterator[String]
  31. final def notify(): Unit
  32. final def notifyAll(): Unit
  33. def readResolve(): AnyRef
  34. final def synchronized[T0](arg0: ⇒ T0): T0
  35. def toString(): String
  36. def values: ValueSet
  37. final def wait(): Unit
  38. final def wait(arg0: Long, arg1: Int): Unit
  39. final def wait(arg0: Long): Unit
  40. final def withName(s: String): Value

Ungrouped