LongIsIntegral

scas.math.Numeric.LongIsIntegral
See theLongIsIntegral companion trait

Attributes

Companion
trait
Graph
Supertypes
trait LongOrdering
trait Numeric[Long]
trait Ordering[Long]
trait PartialOrdering[Long]
trait Equiv[Long]
trait Ordering[Long]
trait PartialOrdering[Long]
trait Equiv[Long]
trait Serializable
trait Comparator[Long]
class Object
trait Matchable
class Any
Show all
Self 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 abs(x: Long): Long

Attributes

Inherited from:
Numeric
def compare(x: Long, y: Long): Int

Attributes

Inherited from:
LongOrdering
override def equiv(x: Long, y: Long): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering -> Equiv
Inherited from:
Ordering
def fromInt(x: Int): Long

Attributes

Inherited from:
LongIsIntegral
override def gt(x: Long, y: Long): Boolean

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordering
def one: Long

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordering
def zero: Long

Attributes

Inherited from:
Numeric

Extensions

Inherited extensions

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Definition Classes
Inherited from:
LongOrdering
extension (x: Long)
def *(y: Long): Long

Attributes

Inherited from:
LongIsIntegral
def +(y: Long): Long

Attributes

Inherited from:
LongIsIntegral
def -(y: Long): Long

Attributes

Inherited from:
LongIsIntegral
def unary_-: Long

Attributes

Inherited from:
LongIsIntegral
extension (x: Long)
override def signum: Int

Attributes

Definition Classes
Inherited from:
LongIsIntegral
def toInt: Int

Attributes

Inherited from:
LongIsIntegral
def toLong: Long

Attributes

Inherited from:
LongIsIntegral

Implicits

Inherited implicits

implicit def mkOrderingOps(lhs: Long): OrderingOps

Attributes

Inherited from:
Ordering