Scala Standard Library 2.12.18 - scala.math.ScalaNumericAnyConversions (original) (raw)
trait ScalaNumericAnyConversions extends Any
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaNumericAnyConversions
- Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Abstract Value Members
- abstract def byteValue(): Byte
- abstract def doubleValue(): Double
- abstract def floatValue(): Float
- abstract def getClass(): Class[_]
- abstract def intValue(): Int
- abstract def isWhole(): Boolean
- abstract def longValue(): Long
- abstract def shortValue(): Short
- abstract def underlying(): Any
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- def +(other: String): String
- def ->[B](y: B): (ScalaNumericAnyConversions, B)
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def ensuring(cond: (ScalaNumericAnyConversions) ⇒ Boolean, msg: ⇒ Any): ScalaNumericAnyConversions
- def ensuring(cond: (ScalaNumericAnyConversions) ⇒ Boolean): ScalaNumericAnyConversions
- def ensuring(cond: Boolean, msg: ⇒ Any): ScalaNumericAnyConversions
- def ensuring(cond: Boolean): ScalaNumericAnyConversions
- def equals(arg0: Any): Boolean
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def isValidByte: Boolean
- def isValidChar: Boolean
- def isValidInt: Boolean
- def isValidShort: Boolean
- def toByte: Byte
- def toChar: Char
- def toDouble: Double
- def toFloat: Float
- def toInt: Int
- def toLong: Long
- def toShort: Short
- def toString(): String
- def unifiedPrimitiveEquals(x: Any): Boolean
- def unifiedPrimitiveHashcode(): Int
- def →[B](y: B): (ScalaNumericAnyConversions, B)