Object

util.analyzers.InfNumericImplicits

InfIntIsNumeric

Related Doc: package InfNumericImplicits

Permalink

implicit object InfIntIsNumeric extends InfNumericIsNumeric[Int]

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

Type Members

  1. class Ops extends AnyRef

    Permalink
    Definition Classes
    Numeric

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[Int]): InfNumeric[Int]

    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[Int], y: InfNumeric[Int]): 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[Int], y: InfNumeric[Int]): 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[Int]

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

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

    Permalink
    Definition Classes
    Ordering → PartialOrdering
  15. def gteq(x: InfNumeric[Int], y: InfNumeric[Int]): 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[Int], y: InfNumeric[Int]): Boolean

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  29. val num: Numeric[Int]

    Permalink
    Definition Classes
    InfIntIsNumericInfNumericIsNumeric
  30. def on[U](f: (U) ⇒ InfNumeric[Int]): Ordering[U]

    Permalink
    Definition Classes
    Ordering
  31. def one: InfNumeric[Int]

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

    Permalink
    Definition Classes
    InfNumericIsNumeric → Numeric
  33. def reverse: Ordering[InfNumeric[Int]]

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Numeric

Inherited from InfNumericIsNumeric[Int]

Inherited from Numeric[InfNumeric[Int]]

Inherited from Ordering[InfNumeric[Int]]

Inherited from PartialOrdering[InfNumeric[Int]]

Inherited from Equiv[InfNumeric[Int]]

Inherited from Serializable

Inherited from Serializable

Inherited from Comparator[InfNumeric[Int]]

Inherited from AnyRef

Inherited from Any

Ungrouped