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

trait ScalaNumericConversions extends ScalaNumber with ScalaNumericAnyConversions

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. ScalaNumericConversions
  2. ScalaNumericAnyConversions
  3. ScalaNumber
  4. Number
  5. Serializable
  6. AnyRef
  7. Any

Implicitly

  1. by any2stringadd

  2. by StringFormat

  3. by Ensuring

  4. by ArrowAssoc

  5. Hide All

  6. Show All

Abstract Value Members

  1. abstract def doubleValue(): Double
  2. abstract def floatValue(): Float
  3. abstract def intValue(): Int
  4. abstract def isWhole(): Boolean
  5. abstract def longValue(): Long
  6. abstract def underlying(): AnyRef

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. def +(other: String): String
  4. def ->[B](y: B): (ScalaNumericConversions, B)
  5. final def ==(arg0: Any): Boolean
  6. final def asInstanceOf[T0]: T0
  7. def byteValue(): Byte
  8. def clone(): AnyRef
  9. def ensuring(cond: (ScalaNumericConversions) ⇒ Boolean, msg: ⇒ Any): ScalaNumericConversions
  10. def ensuring(cond: (ScalaNumericConversions) ⇒ Boolean): ScalaNumericConversions
  11. def ensuring(cond: Boolean, msg: ⇒ Any): ScalaNumericConversions
  12. def ensuring(cond: Boolean): ScalaNumericConversions
  13. final def eq(arg0: AnyRef): Boolean
  14. def equals(arg0: Any): Boolean
  15. def finalize(): Unit
  16. final def getClass(): Class[_]
  17. def hashCode(): Int
  18. final def isInstanceOf[T0]: Boolean
  19. def isValidByte: Boolean
  20. def isValidChar: Boolean
  21. def isValidInt: Boolean
  22. def isValidShort: Boolean
  23. final def ne(arg0: AnyRef): Boolean
  24. final def notify(): Unit
  25. final def notifyAll(): Unit
  26. def shortValue(): Short
  27. final def synchronized[T0](arg0: ⇒ T0): T0
  28. def toByte: Byte
  29. def toChar: Char
  30. def toDouble: Double
  31. def toFloat: Float
  32. def toInt: Int
  33. def toLong: Long
  34. def toShort: Short
  35. def toString(): String
  36. def unifiedPrimitiveEquals(x: Any): Boolean
  37. def unifiedPrimitiveHashcode(): Int
  38. final def wait(): Unit
  39. final def wait(arg0: Long, arg1: Int): Unit
  40. final def wait(arg0: Long): Unit
  41. def →[B](y: B): (ScalaNumericConversions, B)

Ungrouped