Trait

scala.math.Numeric

DoubleIsConflicted

Related Doc: package Numeric

Permalink

trait DoubleIsConflicted extends Numeric[Double]

Linear Supertypes
Numeric[Double], Ordering[Double], PartialOrdering[Double], Equiv[Double], Serializable, java.io.Serializable, Comparator[Double], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DoubleIsConflicted
  2. Numeric
  3. Ordering
  4. PartialOrdering
  5. Equiv
  6. Serializable
  7. Serializable
  8. Comparator
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Ops extends AnyRef

    Permalink
    Definition Classes
    Numeric

Abstract Value Members

  1. abstract def compare(x: Double, y: Double): Int

    Permalink

    Returns an integer whose sign communicates how x compares to y.

    Returns an integer whose sign communicates how x compares to y.

    The result sign has the following meaning:

    • negative if x < y
    • positive if x > y
    • zero otherwise (if x == y)
    Definition Classes
    Ordering → Comparator

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def abs(x: Double): Double

    Permalink
    Definition Classes
    DoubleIsConflictedNumeric
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def equiv(x: Double, y: Double): Boolean

    Permalink

    Return true if x == y in the ordering.

    Return true if x == y in the ordering.

    Definition Classes
    OrderingPartialOrderingEquiv
  10. def finalize(): Unit

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

    Permalink
    Definition Classes
    DoubleIsConflictedNumeric
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def gt(x: Double, y: Double): Boolean

    Permalink

    Return true if x > y in the ordering.

    Return true if x > y in the ordering.

    Definition Classes
    OrderingPartialOrdering
  14. def gteq(x: Double, y: Double): Boolean

    Permalink

    Return true if x >= y in the ordering.

    Return true if x >= y in the ordering.

    Definition Classes
    OrderingPartialOrdering
  15. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  17. def lt(x: Double, y: Double): Boolean

    Permalink

    Return true if x < y in the ordering.

    Return true if x < y in the ordering.

    Definition Classes
    OrderingPartialOrdering
  18. def lteq(x: Double, y: Double): Boolean

    Permalink

    Return true if x <= y in the ordering.

    Return true if x <= y in the ordering.

    Definition Classes
    OrderingPartialOrdering
  19. def max(x: Double, y: Double): Double

    Permalink

    Return x if x >= y, otherwise y.

    Return x if x >= y, otherwise y.

    Definition Classes
    Ordering
  20. def min(x: Double, y: Double): Double

    Permalink

    Return x if x <= y, otherwise y.

    Return x if x <= y, otherwise y.

    Definition Classes
    Ordering
  21. def minus(x: Double, y: Double): Double

    Permalink
    Definition Classes
    DoubleIsConflictedNumeric
  22. implicit def mkNumericOps(lhs: Double): Ops

    Permalink
    Definition Classes
    Numeric
  23. implicit def mkOrderingOps(lhs: Double): DoubleIsConflicted.Ops

    Permalink

    This implicit method augments T with the comparison operators defined in scala.math.Ordering.Ops.

    This implicit method augments T with the comparison operators defined in scala.math.Ordering.Ops.

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

    Permalink
    Definition Classes
    AnyRef
  25. def negate(x: Double): Double

    Permalink
    Definition Classes
    DoubleIsConflictedNumeric
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def on[U](f: (U) ⇒ Double): Ordering[U]

    Permalink

    Given f, a function from U into T, creates an Ordering[U] whose compare function is equivalent to:

    Given f, a function from U into T, creates an Ordering[U] whose compare function is equivalent to:

    def compare(x:U, y:U) = Ordering[T].compare(f(x), f(y))
    Definition Classes
    Ordering
  29. def one: Double

    Permalink
    Definition Classes
    Numeric
  30. def plus(x: Double, y: Double): Double

    Permalink
    Definition Classes
    DoubleIsConflictedNumeric
  31. def reverse: Ordering[Double]

    Permalink

    Return the opposite ordering of this one.

    Return the opposite ordering of this one.

    Definition Classes
    OrderingPartialOrdering
  32. def reversed(): Comparator[Double]

    Permalink
    Definition Classes
    Comparator
  33. def signum(x: Double): Int

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

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

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

    Permalink
    Definition Classes
    Comparator
  37. def thenComparing(arg0: Comparator[_ >: Double]): Comparator[Double]

    Permalink
    Definition Classes
    Comparator
  38. def thenComparingDouble(arg0: ToDoubleFunction[_ >: Double]): Comparator[Double]

    Permalink
    Definition Classes
    Comparator
  39. def thenComparingInt(arg0: ToIntFunction[_ >: Double]): Comparator[Double]

    Permalink
    Definition Classes
    Comparator
  40. def thenComparingLong(arg0: ToLongFunction[_ >: Double]): Comparator[Double]

    Permalink
    Definition Classes
    Comparator
  41. def times(x: Double, y: Double): Double

    Permalink
    Definition Classes
    DoubleIsConflictedNumeric
  42. def toDouble(x: Double): Double

    Permalink
    Definition Classes
    DoubleIsConflictedNumeric
  43. def toFloat(x: Double): Float

    Permalink
    Definition Classes
    DoubleIsConflictedNumeric
  44. def toInt(x: Double): Int

    Permalink
    Definition Classes
    DoubleIsConflictedNumeric
  45. def toLong(x: Double): Long

    Permalink
    Definition Classes
    DoubleIsConflictedNumeric
  46. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  47. def tryCompare(x: Double, y: Double): Some[Int]

    Permalink

    Returns whether a comparison between x and y is defined, and if so the result of compare(x, y).

    Returns whether a comparison between x and y is defined, and if so the result of compare(x, y).

    Definition Classes
    OrderingPartialOrdering
  48. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def zero: Double

    Permalink
    Definition Classes
    Numeric

Inherited from Numeric[Double]

Inherited from Ordering[Double]

Inherited from PartialOrdering[Double]

Inherited from Equiv[Double]

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Comparator[Double]

Inherited from AnyRef

Inherited from Any

Ungrouped