Trait

util.analyzers

InfNumericIsNumeric

Related Doc: package analyzers

Permalink

trait InfNumericIsNumeric[T] extends Numeric[InfNumeric[T]]

Base trait used to defined Numeric implicit objects

T

the type of the values

Linear Supertypes
Numeric[InfNumeric[T]], Ordering[InfNumeric[T]], PartialOrdering[InfNumeric[T]], Equiv[InfNumeric[T]], Serializable, Serializable, Comparator[InfNumeric[T]], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InfNumericIsNumeric
  2. Numeric
  3. Ordering
  4. PartialOrdering
  5. Equiv
  6. Serializable
  7. Serializable
  8. Comparator
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Ops extends AnyRef

    Permalink
    Definition Classes
    Numeric

Abstract Value Members

  1. abstract val num: Numeric[T]

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def abs(x: InfNumeric[T]): InfNumeric[T]

    Permalink
    Definition Classes
    Numeric
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def compare(x: InfNumeric[T], y: InfNumeric[T]): Int

    Permalink
    Definition Classes
    InfNumericIsNumeric → Ordering → Comparator
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def equiv(x: InfNumeric[T], y: InfNumeric[T]): Boolean

    Permalink
    Definition Classes
    Ordering → PartialOrdering → Equiv
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def fromInt(x: Int): InfNumeric[T]

    Permalink
    Definition Classes
    InfNumericIsNumeric → Numeric
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def gt(x: InfNumeric[T], y: InfNumeric[T]): Boolean

    Permalink
    Definition Classes
    Ordering → PartialOrdering
  15. def gteq(x: InfNumeric[T], y: InfNumeric[T]): Boolean

    Permalink
    Definition Classes
    Ordering → PartialOrdering
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def lt(x: InfNumeric[T], y: InfNumeric[T]): Boolean

    Permalink
    Definition Classes
    Ordering → PartialOrdering
  19. def lteq(x: InfNumeric[T], y: InfNumeric[T]): Boolean

    Permalink
    Definition Classes
    Ordering → PartialOrdering
  20. def max(x: InfNumeric[T], y: InfNumeric[T]): InfNumeric[T]

    Permalink
    Definition Classes
    Ordering
  21. def min(x: InfNumeric[T], y: InfNumeric[T]): InfNumeric[T]

    Permalink
    Definition Classes
    Ordering
  22. def minus(x: InfNumeric[T], y: InfNumeric[T]): InfNumeric[T]

    Permalink
    Definition Classes
    InfNumericIsNumeric → Numeric
  23. implicit def mkNumericOps(lhs: InfNumeric[T]): Ops

    Permalink
    Definition Classes
    Numeric
  24. implicit def mkOrderingOps(lhs: InfNumeric[T]): InfNumericIsNumeric.Ops

    Permalink
    Definition Classes
    Ordering
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def negate(in: InfNumeric[T]): InfNumeric[T]

    Permalink
    Definition Classes
    InfNumericIsNumeric → Numeric
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def on[U](f: (U) ⇒ InfNumeric[T]): Ordering[U]

    Permalink
    Definition Classes
    Ordering
  30. def one: InfNumeric[T]

    Permalink
    Definition Classes
    Numeric
  31. def plus(x: InfNumeric[T], y: InfNumeric[T]): InfNumeric[T]

    Permalink
    Definition Classes
    InfNumericIsNumeric → Numeric
  32. def reverse: Ordering[InfNumeric[T]]

    Permalink
    Definition Classes
    Ordering → PartialOrdering
  33. def signum(x: InfNumeric[T]): Int

    Permalink
    Definition Classes
    Numeric
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def times(x: InfNumeric[T], y: InfNumeric[T]): InfNumeric[T]

    Permalink
    Definition Classes
    InfNumericIsNumeric → Numeric
  36. def toDouble(x: InfNumeric[T]): Double

    Permalink
    Definition Classes
    InfNumericIsNumeric → Numeric
  37. def toFloat(x: InfNumeric[T]): Float

    Permalink
    Definition Classes
    InfNumericIsNumeric → Numeric
  38. def toInt(x: InfNumeric[T]): Int

    Permalink
    Definition Classes
    InfNumericIsNumeric → Numeric
  39. def toLong(x: InfNumeric[T]): Long

    Permalink
    Definition Classes
    InfNumericIsNumeric → Numeric
  40. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  41. def tryCompare(x: InfNumeric[T], y: InfNumeric[T]): Some[Int]

    Permalink
    Definition Classes
    Ordering → PartialOrdering
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def zero: InfNumeric[T]

    Permalink
    Definition Classes
    Numeric

Inherited from Numeric[InfNumeric[T]]

Inherited from Ordering[InfNumeric[T]]

Inherited from PartialOrdering[InfNumeric[T]]

Inherited from Equiv[InfNumeric[T]]

Inherited from Serializable

Inherited from Serializable

Inherited from Comparator[InfNumeric[T]]

Inherited from AnyRef

Inherited from Any

Ungrouped