Byte

scas.math.Ordering.Byte
object Byte extends ByteOrdering

Attributes

Graph
Supertypes
trait ByteOrdering
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
Self type
Byte.type

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

Inherited methods

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

Attributes

Inherited from:
ByteOrdering
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 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

Extensions

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)
inline def <=[U : Conversion[Byte]](y: U): Boolean

Attributes

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

Attributes

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

Attributes

Definition Classes
Inherited from:
ByteOrdering
inline override def >[U : Conversion[Byte]](y: U): Boolean

Attributes

Definition Classes
Inherited from:
ByteOrdering

Implicits

Inherited implicits

implicit def mkOrderingOps(lhs: Byte): OrderingOps

Attributes

Inherited from:
Ordering