Object

scalan.ExactIntegral

ByteIsExactIntegral

Related Doc: package ExactIntegral

Permalink

implicit object ByteIsExactIntegral extends ExactIntegral[Byte]

Linear Supertypes
ExactIntegral[Byte], Integral[Byte], Numeric[Byte], Ordering[Byte], PartialOrdering[Byte], Equiv[Byte], Serializable, Serializable, Comparator[Byte], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByteIsExactIntegral
  2. ExactIntegral
  3. Integral
  4. Numeric
  5. Ordering
  6. PartialOrdering
  7. Equiv
  8. Serializable
  9. Serializable
  10. Comparator
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class IntegralOps extends scala.math.Integral.Ops

    Permalink
    Definition Classes
    Integral
  2. 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: Byte): Byte

    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
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. def compare(x: Byte, y: Byte): Int

    Permalink
    Definition Classes
    ExactIntegral → 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: Byte, y: Byte): Boolean

    Permalink
    Definition Classes
    Ordering → PartialOrdering → Equiv
  11. def fromInt(x: Int): Byte

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. def gt(x: Byte, y: Byte): Boolean

    Permalink
    Definition Classes
    Ordering → PartialOrdering
  14. def gteq(x: Byte, y: Byte): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def lt(x: Byte, y: Byte): Boolean

    Permalink
    Definition Classes
    Ordering → PartialOrdering
  18. def lteq(x: Byte, y: Byte): Boolean

    Permalink
    Definition Classes
    Ordering → PartialOrdering
  19. def max(x: Byte, y: Byte): Byte

    Permalink
    Definition Classes
    Ordering
  20. def min(x: Byte, y: Byte): Byte

    Permalink
    Definition Classes
    Ordering
  21. def minus(x: Byte, y: Byte): Byte

    Permalink
    Definition Classes
    ByteIsExactIntegral → Numeric
  22. implicit def mkNumericOps(lhs: Byte): IntegralOps

    Permalink
    Definition Classes
    Integral → Numeric
  23. implicit def mkOrderingOps(lhs: Byte): ByteIsExactIntegral.Ops

    Permalink
    Definition Classes
    Ordering
  24. val n: ByteIsIntegral.type

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

    Permalink
    Definition Classes
    AnyRef
  26. def negate(x: Byte): Byte

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  29. def on[U](f: (U) ⇒ Byte): Ordering[U]

    Permalink
    Definition Classes
    Ordering
  30. def one: Byte

    Permalink
    Definition Classes
    Numeric
  31. def plus(x: Byte, y: Byte): Byte

    Permalink
    Definition Classes
    ByteIsExactIntegral → Numeric
  32. def quot(x: Byte, y: Byte): Byte

    Permalink
    Definition Classes
    ExactIntegral → Integral
  33. def rem(x: Byte, y: Byte): Byte

    Permalink
    Definition Classes
    ExactIntegral → Integral
  34. def reverse: Ordering[Byte]

    Permalink
    Definition Classes
    Ordering → PartialOrdering
  35. def reversed(): Comparator[Byte]

    Permalink
    Definition Classes
    Comparator
  36. def signum(x: Byte): Int

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

    Permalink
    Definition Classes
    AnyRef
  38. def thenComparing[U <: Comparable[_ >: U]](arg0: Function[_ >: Byte, _ <: U]): Comparator[Byte]

    Permalink
    Definition Classes
    Comparator
  39. def thenComparing[U](arg0: Function[_ >: Byte, _ <: U], arg1: Comparator[_ >: U]): Comparator[Byte]

    Permalink
    Definition Classes
    Comparator
  40. def thenComparing(arg0: Comparator[_ >: Byte]): Comparator[Byte]

    Permalink
    Definition Classes
    Comparator
  41. def thenComparingDouble(arg0: ToDoubleFunction[_ >: Byte]): Comparator[Byte]

    Permalink
    Definition Classes
    Comparator
  42. def thenComparingInt(arg0: ToIntFunction[_ >: Byte]): Comparator[Byte]

    Permalink
    Definition Classes
    Comparator
  43. def thenComparingLong(arg0: ToLongFunction[_ >: Byte]): Comparator[Byte]

    Permalink
    Definition Classes
    Comparator
  44. def times(x: Byte, y: Byte): Byte

    Permalink
    Definition Classes
    ByteIsExactIntegral → Numeric
  45. def toDouble(x: Byte): Double

    Permalink
    Definition Classes
    ExactIntegral → Numeric
  46. def toFloat(x: Byte): Float

    Permalink
    Definition Classes
    ExactIntegral → Numeric
  47. def toInt(x: Byte): Int

    Permalink
    Definition Classes
    ExactIntegral → Numeric
  48. def toLong(x: Byte): Long

    Permalink
    Definition Classes
    ExactIntegral → Numeric
  49. def toString(): String

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

    Permalink
    Definition Classes
    Ordering → PartialOrdering
  51. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def zero: Byte

    Permalink
    Definition Classes
    Numeric

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ExactIntegral[Byte]

Inherited from Integral[Byte]

Inherited from Numeric[Byte]

Inherited from Ordering[Byte]

Inherited from PartialOrdering[Byte]

Inherited from Equiv[Byte]

Inherited from Serializable

Inherited from Serializable

Inherited from Comparator[Byte]

Inherited from AnyRef

Inherited from Any

Ungrouped