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

trait ScalaNumericAnyConversions extends Any

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. ScalaNumericAnyConversions
  2. 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 byteValue(): Byte
  2. abstract def doubleValue(): Double
  3. abstract def floatValue(): Float
  4. abstract def getClass(): Class[_]
  5. abstract def intValue(): Int
  6. abstract def isWhole(): Boolean
  7. abstract def longValue(): Long
  8. abstract def shortValue(): Short
  9. abstract def underlying(): Any

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. def +(other: String): String
  4. def ->[B](y: B): (ScalaNumericAnyConversions, B)
  5. final def ==(arg0: Any): Boolean
  6. final def asInstanceOf[T0]: T0
  7. def ensuring(cond: (ScalaNumericAnyConversions) ⇒ Boolean, msg: ⇒ Any): ScalaNumericAnyConversions
  8. def ensuring(cond: (ScalaNumericAnyConversions) ⇒ Boolean): ScalaNumericAnyConversions
  9. def ensuring(cond: Boolean, msg: ⇒ Any): ScalaNumericAnyConversions
  10. def ensuring(cond: Boolean): ScalaNumericAnyConversions
  11. def equals(arg0: Any): Boolean
  12. def hashCode(): Int
  13. final def isInstanceOf[T0]: Boolean
  14. def isValidByte: Boolean
  15. def isValidChar: Boolean
  16. def isValidInt: Boolean
  17. def isValidShort: Boolean
  18. def toByte: Byte
  19. def toChar: Char
  20. def toDouble: Double
  21. def toFloat: Float
  22. def toInt: Int
  23. def toLong: Long
  24. def toShort: Short
  25. def toString(): String
  26. def unifiedPrimitiveEquals(x: Any): Boolean
  27. def unifiedPrimitiveHashcode(): Int
  28. def →[B](y: B): (ScalaNumericAnyConversions, B)

Ungrouped