scala.math.Numeric

ByteIsIntegral

trait ByteIsIntegral extends Integral[Byte]

Source
Numeric.scala
Linear Supertypes
Integral[Byte], Numeric[Byte], Ordering[Byte], PartialOrdering[Byte], Equiv[Byte], Serializable, java.io.Serializable, Comparator[Byte], AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ByteIsIntegral
  2. Integral
  3. Numeric
  4. Ordering
  5. PartialOrdering
  6. Equiv
  7. Serializable
  8. Serializable
  9. Comparator
  10. AnyRef
  11. Any
Implicitly
  1. by StringAdd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  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

Abstract Value Members

  1. abstract def compare(x: Byte, y: Byte): 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
    Ordering → Comparator

Concrete 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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from ByteIsIntegral to StringAdd[ByteIsIntegral] performed by method StringAdd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (ByteIsIntegral, B)

    Implicit information
    This member is added by an implicit conversion from ByteIsIntegral to ArrowAssoc[ByteIsIntegral] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. def abs(x: Byte): Byte

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

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def ensuring(cond: (ByteIsIntegral) ⇒ Boolean, msg: ⇒ Any): ByteIsIntegral

    Implicit information
    This member is added by an implicit conversion from ByteIsIntegral to Ensuring[ByteIsIntegral] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (ByteIsIntegral) ⇒ Boolean): ByteIsIntegral

    Implicit information
    This member is added by an implicit conversion from ByteIsIntegral to Ensuring[ByteIsIntegral] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): ByteIsIntegral

    Implicit information
    This member is added by an implicit conversion from ByteIsIntegral to Ensuring[ByteIsIntegral] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): ByteIsIntegral

    Implicit information
    This member is added by an implicit conversion from ByteIsIntegral to Ensuring[ByteIsIntegral] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  17. def equiv(x: Byte, y: Byte): Boolean

    Return true if x == y in the ordering.

    Return true if x == y in the ordering.

    Definition Classes
    OrderingPartialOrderingEquiv
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def formatted(fmtstr: String): String

    Returns string formatted according to given format string.

    Returns string formatted according to given format string. Format strings are as for String.format (@see java.lang.String.format).

    Implicit information
    This member is added by an implicit conversion from ByteIsIntegral to StringFormat[ByteIsIntegral] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. def fromInt(x: Int): Byte

    Definition Classes
    ByteIsIntegralNumeric
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def gt(x: Byte, y: Byte): Boolean

    Return true if x > y in the ordering.

    Return true if x > y in the ordering.

    Definition Classes
    OrderingPartialOrdering
  23. def gteq(x: Byte, y: Byte): Boolean

    Return true if x >= y in the ordering.

    Return true if x >= y in the ordering.

    Definition Classes
    OrderingPartialOrdering
  24. def hashCode(): Int

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

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

    Return true if x < y in the ordering.

    Return true if x < y in the ordering.

    Definition Classes
    OrderingPartialOrdering
  27. def lteq(x: Byte, y: Byte): Boolean

    Return true if x <= y in the ordering.

    Return true if x <= y in the ordering.

    Definition Classes
    OrderingPartialOrdering
  28. def max(x: Byte, y: Byte): Byte

    Return x if x >= y, otherwise y.

    Return x if x >= y, otherwise y.

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

    Return x if x <= y, otherwise y.

    Return x if x <= y, otherwise y.

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

    Definition Classes
    ByteIsIntegralNumeric
  31. implicit def mkNumericOps(lhs: Byte): IntegralOps

    Definition Classes
    IntegralNumeric
  32. implicit def mkOrderingOps(lhs: Byte): ByteIsIntegral.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
  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. def negate(x: Byte): Byte

    Definition Classes
    ByteIsIntegralNumeric
  35. final def notify(): Unit

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

    Definition Classes
    AnyRef
  37. def on[U](f: (U) ⇒ Byte): 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
  38. def one: Byte

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

    Definition Classes
    ByteIsIntegralNumeric
  40. def quot(x: Byte, y: Byte): Byte

    Definition Classes
    ByteIsIntegralIntegral
  41. def rem(x: Byte, y: Byte): Byte

    Definition Classes
    ByteIsIntegralIntegral
  42. def reverse: Ordering[Byte]

    Return the opposite ordering of this one.

    Return the opposite ordering of this one.

    Definition Classes
    OrderingPartialOrdering
  43. def signum(x: Byte): Int

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

    Definition Classes
    AnyRef
  45. def times(x: Byte, y: Byte): Byte

    Definition Classes
    ByteIsIntegralNumeric
  46. def toDouble(x: Byte): Double

    Definition Classes
    ByteIsIntegralNumeric
  47. def toFloat(x: Byte): Float

    Definition Classes
    ByteIsIntegralNumeric
  48. def toInt(x: Byte): Int

    Definition Classes
    ByteIsIntegralNumeric
  49. def toLong(x: Byte): Long

    Definition Classes
    ByteIsIntegralNumeric
  50. def toString(): String

    Definition Classes
    AnyRef → Any
  51. def tryCompare(x: Byte, y: Byte): 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
  52. final def wait(): Unit

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

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

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

    Definition Classes
    Numeric
  56. def [B](y: B): (ByteIsIntegral, B)

    Implicit information
    This member is added by an implicit conversion from ByteIsIntegral to ArrowAssoc[ByteIsIntegral] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

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 java.io.Serializable

Inherited from Comparator[Byte]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringAdd from ByteIsIntegral to StringAdd[ByteIsIntegral]

Inherited by implicit conversion StringFormat from ByteIsIntegral to StringFormat[ByteIsIntegral]

Inherited by implicit conversion Ensuring from ByteIsIntegral to Ensuring[ByteIsIntegral]

Inherited by implicit conversion ArrowAssoc from ByteIsIntegral to ArrowAssoc[ByteIsIntegral]

Ungrouped