scala.math.Numeric

CharIsIntegral

implicit object CharIsIntegral extends CharIsIntegral with CharOrdering

Source
Numeric.scala
Linear Supertypes
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CharIsIntegral
  2. CharOrdering
  3. CharIsIntegral
  4. Integral
  5. Numeric
  6. Ordering
  7. PartialOrdering
  8. Equiv
  9. Serializable
  10. Serializable
  11. Comparator
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class IntegralOps extends Ops

    Definition Classes
    Integral
  2. class Ops extends AnyRef

    Definition Classes
    Numeric

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def abs(x: Char): Char

    Definition Classes
    Numeric
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compare(x: Char, y: Char): Int

    Returns an integer whose sign communicates how x compares to y.

    Returns an integer whose sign communicates how x compares to y.

    The result sign has the following meaning:

    • negative if x < y
    • positive if x > y
    • zero otherwise (if x == y)
    Definition Classes
    CharOrderingOrdering → Comparator
  10. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  12. def equiv(x: Char, y: Char): Boolean

    Return true if x == y in the ordering.

    Return true if x == y in the ordering.

    Definition Classes
    OrderingPartialOrderingEquiv
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fromInt(x: Int): Char

    Definition Classes
    CharIsIntegralNumeric
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def gt(x: Char, y: Char): Boolean

    Return true if x > y in the ordering.

    Return true if x > y in the ordering.

    Definition Classes
    OrderingPartialOrdering
  17. def gteq(x: Char, y: Char): Boolean

    Return true if x >= y in the ordering.

    Return true if x >= y in the ordering.

    Definition Classes
    OrderingPartialOrdering
  18. def hashCode(): Int

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

    Definition Classes
    Any
  20. def lt(x: Char, y: Char): Boolean

    Return true if x < y in the ordering.

    Return true if x < y in the ordering.

    Definition Classes
    OrderingPartialOrdering
  21. def lteq(x: Char, y: Char): Boolean

    Return true if x <= y in the ordering.

    Return true if x <= y in the ordering.

    Definition Classes
    OrderingPartialOrdering
  22. def max(x: Char, y: Char): Char

    Return x if x >= y, otherwise y.

    Return x if x >= y, otherwise y.

    Definition Classes
    Ordering
  23. def min(x: Char, y: Char): Char

    Return x if x <= y, otherwise y.

    Return x if x <= y, otherwise y.

    Definition Classes
    Ordering
  24. def minus(x: Char, y: Char): Char

    Definition Classes
    CharIsIntegralNumeric
  25. implicit def mkNumericOps(lhs: Char): IntegralOps

    Definition Classes
    IntegralNumeric
  26. implicit def mkOrderingOps(lhs: Char): CharIsIntegral.Ops

    This implicit method augments T with the comparison operators defined in scala.math.Ordering.Ops.

    This implicit method augments T with the comparison operators defined in scala.math.Ordering.Ops.

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

    Definition Classes
    AnyRef
  28. def negate(x: Char): Char

    Definition Classes
    CharIsIntegralNumeric
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. def on[U](f: (U) ⇒ Char): Ordering[U]

    Given f, a function from U into T, creates an Ordering[U] whose compare function is equivalent to:

    Given f, a function from U into T, creates an Ordering[U] whose compare function is equivalent to:

    def compare(x:U, y:U) = Ordering[T].compare(f(x), f(y))
    Definition Classes
    Ordering
  32. def one: Char

    Definition Classes
    Numeric
  33. def plus(x: Char, y: Char): Char

    Definition Classes
    CharIsIntegralNumeric
  34. def quot(x: Char, y: Char): Char

    Definition Classes
    CharIsIntegralIntegral
  35. def rem(x: Char, y: Char): Char

    Definition Classes
    CharIsIntegralIntegral
  36. def reverse: Ordering[Char]

    Return the opposite ordering of this one.

    Return the opposite ordering of this one.

    Definition Classes
    OrderingPartialOrdering
  37. def signum(x: Char): Int

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

    Definition Classes
    AnyRef
  39. def times(x: Char, y: Char): Char

    Definition Classes
    CharIsIntegralNumeric
  40. def toDouble(x: Char): Double

    Definition Classes
    CharIsIntegralNumeric
  41. def toFloat(x: Char): Float

    Definition Classes
    CharIsIntegralNumeric
  42. def toInt(x: Char): Int

    Definition Classes
    CharIsIntegralNumeric
  43. def toLong(x: Char): Long

    Definition Classes
    CharIsIntegralNumeric
  44. def toString(): String

    Definition Classes
    AnyRef → Any
  45. def tryCompare(x: Char, y: Char): Some[Int]

    Returns whether a comparison between x and y is defined, and if so the result of compare(x, y).

    Returns whether a comparison between x and y is defined, and if so the result of compare(x, y).

    Definition Classes
    OrderingPartialOrdering
  46. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. def zero: Char

    Definition Classes
    Numeric

Inherited from CharOrdering

Inherited from CharIsIntegral

Inherited from Integral[Char]

Inherited from Numeric[Char]

Inherited from Ordering[Char]

Inherited from PartialOrdering[Char]

Inherited from Equiv[Char]

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Comparator[Char]

Inherited from AnyRef

Inherited from Any

Ungrouped