ByteIsIntegral

scas.math.Numeric.ByteIsIntegral
See theByteIsIntegral companion object
trait ByteIsIntegral extends Numeric[Byte]

Attributes

Companion
object
Graph
Supertypes
trait Numeric[Byte]
trait Ordering[Byte]
trait PartialOrdering[Byte]
trait Equiv[Byte]
trait Ordering[Byte]
trait PartialOrdering[Byte]
trait Equiv[Byte]
trait Serializable
trait Comparator[Byte]
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Type members

Inherited classlikes

class OrderingOps(lhs: Ordering.this.T)

Attributes

Inherited from:
Ordering
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def fromInt(x: Int): Byte

Inherited methods

def abs(x: Byte): Byte

Attributes

Inherited from:
Numeric
override def equiv(x: Byte, y: Byte): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering -> Equiv
Inherited from:
Ordering
override def gt(x: Byte, y: Byte): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
override def gteq(x: Byte, y: Byte): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
def isReverseOf(other: Ordering[_]): Boolean

Attributes

Inherited from:
Ordering
override def lt(x: Byte, y: Byte): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
override def lteq(x: Byte, y: Byte): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
def max[U <: Byte](x: U, y: U): U

Attributes

Inherited from:
Ordering
def min[U <: Byte](x: U, y: U): U

Attributes

Inherited from:
Ordering
def on[U](f: U => Byte): Ordering[U]

Attributes

Inherited from:
Ordering
def one: Byte

Attributes

Inherited from:
Numeric
def orElse(other: Ordering[Byte]): Ordering[Byte]

Attributes

Inherited from:
Ordering
def orElseBy[S](f: Byte => S)(implicit ord: Ordering[S]): Ordering[Byte]

Attributes

Inherited from:
Ordering
override def reverse: Ordering[Byte]

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
def reversed(): Comparator[Byte]

Attributes

Inherited from:
Comparator
def thenComparing[U <: Comparable[_ >: U <: <FromJavaObject>]](x$0: Function[_ >: Byte <: <FromJavaObject>, _ <: U]): Comparator[Byte]

Attributes

Inherited from:
Comparator
def thenComparing[U <: <FromJavaObject>](x$0: Function[_ >: Byte <: <FromJavaObject>, _ <: U], x$1: Comparator[_ >: U <: <FromJavaObject>]): Comparator[Byte]

Attributes

Inherited from:
Comparator
def thenComparing(x$0: Comparator[_ >: Byte <: <FromJavaObject>]): Comparator[Byte]

Attributes

Inherited from:
Comparator
def thenComparingDouble(x$0: ToDoubleFunction[_ >: Byte <: <FromJavaObject>]): Comparator[Byte]

Attributes

Inherited from:
Comparator
def thenComparingInt(x$0: ToIntFunction[_ >: Byte <: <FromJavaObject>]): Comparator[Byte]

Attributes

Inherited from:
Comparator
def thenComparingLong(x$0: ToLongFunction[_ >: Byte <: <FromJavaObject>]): Comparator[Byte]

Attributes

Inherited from:
Comparator
def tryCompare(x: Byte, y: Byte): Some[Int]

Attributes

Inherited from:
Ordering
def zero: Byte

Attributes

Inherited from:
Numeric

Inherited and Abstract methods

def compare(x: Byte, y: Byte): Int

Attributes

Inherited from:
Ordering

Extensions

Extensions

extension (x: Byte)
def *(y: Byte): Byte
def +(y: Byte): Byte
def -(y: Byte): Byte
def unary_-: Byte
extension (x: Byte)
override def signum: Int

Attributes

Definition Classes
def toInt: Int
def toLong: Long

Inherited extensions

extension (x: Byte)
inline def <>[U : Conversion[Byte]](y: U): Boolean

Attributes

Inherited from:
Equiv
inline def ><[U : Conversion[Byte]](y: U): Boolean

Attributes

Inherited from:
Equiv
extension (x: Byte)
def <[U : Conversion[Byte]](y: U): Boolean

Attributes

Inherited from:
PartialOrdering
inline def <=[U : Conversion[Byte]](y: U): Boolean

Attributes

Inherited from:
PartialOrdering
def >[U : Conversion[Byte]](y: U): Boolean

Attributes

Inherited from:
PartialOrdering
inline def >=[U : Conversion[Byte]](y: U): Boolean

Attributes

Inherited from:
PartialOrdering

Implicits

Inherited implicits

implicit def mkOrderingOps(lhs: Byte): OrderingOps

Attributes

Inherited from:
Ordering