com.mongodb.casbah.query.ValidTypes

ByteOk

trait ByteOk extends ValidNumericType[Byte] with ByteIsIntegral with ByteOrdering

Linear Supertypes
ByteOrdering, ByteIsIntegral, Integral[Byte], Numeric[Byte], Ordering[Byte], PartialOrdering[Byte], Equiv[Byte], Serializable, Serializable, Comparator[Byte], ValidNumericType[Byte], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ByteOk
  2. ByteOrdering
  3. ByteIsIntegral
  4. Integral
  5. Numeric
  6. Ordering
  7. PartialOrdering
  8. Equiv
  9. Serializable
  10. Serializable
  11. Comparator
  12. ValidNumericType
  13. AnyRef
  14. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

    Definition Classes
    Integral
  2. class Ops extends AnyRef

    Definition Classes
    Numeric → Ordering

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: Byte): Byte

    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: Byte, y: Byte): Int

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

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

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

    Definition Classes
    ByteIsIntegral → Numeric
  15. final def getClass(): Class[_]

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

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

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

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

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

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

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

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

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

    Definition Classes
    ByteIsIntegral → Numeric
  25. implicit def mkNumericOps(lhs: Byte): IntegralOps

    Definition Classes
    Integral → Numeric
  26. implicit def mkOrderingOps(lhs: Byte): ByteOk.Ops

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

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

    Definition Classes
    ByteIsIntegral → Numeric
  29. final def notify(): Unit

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

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

    Definition Classes
    Ordering
  32. def one: Byte

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

    Definition Classes
    ByteIsIntegral → Numeric
  34. def quot(x: Byte, y: Byte): Byte

    Definition Classes
    ByteIsIntegral → Integral
  35. def rem(x: Byte, y: Byte): Byte

    Definition Classes
    ByteIsIntegral → Integral
  36. def reverse: Ordering[Byte]

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

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

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

    Definition Classes
    AnyRef
  40. def thenComparing[U <: Comparable[_ >: U]](arg0: java.util.function.Function[_ >: Byte, _ <: U]): Comparator[Byte]

    Definition Classes
    Comparator
  41. def thenComparing[U](arg0: java.util.function.Function[_ >: Byte, _ <: U], arg1: Comparator[_ >: U]): Comparator[Byte]

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

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

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

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

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

    Definition Classes
    ByteIsIntegral → Numeric
  47. def toDouble(x: Byte): Double

    Definition Classes
    ByteIsIntegral → Numeric
  48. def toFloat(x: Byte): Float

    Definition Classes
    ByteIsIntegral → Numeric
  49. def toInt(x: Byte): Int

    Definition Classes
    ByteIsIntegral → Numeric
  50. def toLong(x: Byte): Long

    Definition Classes
    ByteIsIntegral → Numeric
  51. def toString(): String

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

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

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

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

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

    Definition Classes
    Numeric

Inherited from ByteOrdering

Inherited from ByteIsIntegral

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 ValidNumericType[Byte]

Inherited from AnyRef

Inherited from Any

Ungrouped