complexBigDecimalIsFractional

io.github.edadma.numbers.ComplexBigDecimalIsFractional.complexBigDecimalIsFractional

Attributes

Graph
Supertypes
trait Fractional[ComplexBigDecimal]
trait Numeric[ComplexBigDecimal]
trait Ordering[ComplexBigDecimal]
trait PartialOrdering[ComplexBigDecimal]
trait Equiv[ComplexBigDecimal]
trait Serializable
trait Comparator[ComplexBigDecimal]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited classlikes

class FractionalOps(lhs: T)

Attributes

Inherited from:
Fractional
Supertypes
class NumericOps
class Object
trait Matchable
class Any
class NumericOps(lhs: T)

Attributes

Inherited from:
Numeric
Supertypes
class Object
trait Matchable
class Any
class OrderingOps(lhs: T)

Attributes

Inherited from:
Ordering
Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

Attributes

Inherited from:
Numeric

Attributes

Inherited from:
ComplexBigDecimalIsFractional
override def equiv(x: ComplexBigDecimal, y: ComplexBigDecimal): Boolean

Attributes

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

Attributes

Inherited from:
ComplexBigDecimalIsFractional
override def gt(x: ComplexBigDecimal, y: ComplexBigDecimal): Boolean

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordering

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordering
def parseString(str: String): Option[ComplexBigDecimal]

Attributes

Inherited from:
ComplexBigDecimalIsFractional
override def reverse: Ordering[ComplexBigDecimal]

Attributes

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

Attributes

Inherited from:
Comparator

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Comparator
def toDouble(x: ComplexBigDecimal): Double

Attributes

Inherited from:
ComplexBigDecimalIsFractional
def toFloat(x: ComplexBigDecimal): Float

Attributes

Inherited from:
ComplexBigDecimalIsFractional
def toInt(x: ComplexBigDecimal): Int

Attributes

Inherited from:
ComplexBigDecimalIsFractional
def toLong(x: ComplexBigDecimal): Long

Attributes

Inherited from:
ComplexBigDecimalIsFractional

Attributes

Inherited from:
Ordering

Attributes

Inherited from:
Numeric

Deprecated and Inherited methods

def signum(x: ComplexBigDecimal): Int

Attributes

Deprecated
[Since version 2.13.0] use `sign` method instead
Inherited from:
Numeric

Implicits

Inherited implicits

implicit override def mkNumericOps(lhs: ComplexBigDecimal): FractionalOps

Attributes

Definition Classes
Fractional -> Numeric
Inherited from:
Fractional

Attributes

Inherited from:
Ordering