Packages

trait ConvertableFrom[A] extends Any

Linear Supertypes
Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConvertableFrom
  2. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getClass(): Class[_]
    Definition Classes
    Any
  2. abstract def toAlgebraic(a: A): Algebraic
  3. abstract def toBigDecimal(a: A): BigDecimal
  4. abstract def toBigInt(a: A): BigInt
  5. abstract def toByte(a: A): Byte
  6. abstract def toDouble(a: A): Double
  7. abstract def toFloat(a: A): Float
  8. abstract def toInt(a: A): Int
  9. abstract def toLong(a: A): Long
  10. abstract def toNumber(a: A): Number
  11. abstract def toRational(a: A): Rational
  12. abstract def toReal(a: A): Real
  13. abstract def toShort(a: A): Short
  14. abstract def toString(a: A): String
  15. abstract def toType[B](a: A)(implicit arg0: ConvertableTo[B]): B

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def equals(arg0: Any): Boolean
    Definition Classes
    Any
  6. def hashCode(): Int
    Definition Classes
    Any
  7. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  8. def toString(): String
    Definition Classes
    Any

Inherited from Any

Ungrouped