Packages

trait Time[N <: Time[N]] extends Number[N]

Self Type
N
Linear Supertypes
Times.Number[N], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Time
  2. Number
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def companion: Times.NumberCompanion[N]

    Companion object that was used to create the number.

    Companion object that was used to create the number.

    Definition Classes
    Number

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def -(that: N): Vector

    Returns Vector representing difference between this and that numbers (which must be both Points or both Vectors).

    Returns Vector representing difference between this and that numbers (which must be both Points or both Vectors).

    Definition Classes
    Number
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def abs: N

    Returns absolute value of this number.

    Returns absolute value of this number.

    Definition Classes
    Number
  6. final def add(that: Times.Number[_]): Digits
    Attributes
    protected
    Definition Classes
    Number
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. final def compare(that: N): Int

    How does this number compare with that?

    How does this number compare with that?

    Definition Classes
    Number
  10. final def day(number: Int): N
  11. final def days(value: Int): N
  12. final def days: Int
  13. final val digits: Digits
    Definition Classes
    Number
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def equals(other: Any): Boolean

    Are the two numbers equal?

    Are the two numbers equal?

    Definition Classes
    Number → AnyRef → Any
  16. final def firstHalfHours(value: Int): N
  17. final def get(position: Int): Int

    Returns digit at position.

    Returns digit at position.

    Definition Classes
    Number
  18. final def get(digit: Digit): Int

    Returns digit described by the Digit descriptor digit.

    Returns digit described by the Digit descriptor digit.

    Definition Classes
    Number
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def halfHour: N
  21. final def hashCode(): Int
    Definition Classes
    Number → AnyRef → Any
  22. final def hours(value: Int): N
  23. final def hours: Int
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def isNegative: Boolean

    Is this number less than 0?

    Is this number less than 0?

    Definition Classes
    Number
  26. final def isPositive: Boolean

    Is this number greater than 0?

    Is this number greater than 0?

    Definition Classes
    Number
  27. final def isZero: Boolean

    Is this number equal to 0?

    Is this number equal to 0?

    Definition Classes
    Number
  28. final def length: Int

    Returns number of digits after the point.

    Returns number of digits after the point.

    Definition Classes
    Number
  29. final def milliseconds: Int
  30. final def minutes(value: Int): N
  31. final def minutes: Int
  32. final def moments(value: Int): N
  33. final def moments: Int
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def parts(value: Int): N
  38. final def parts: Int
  39. final def partsWithoutMinutes(value: Int): N
  40. final def partsWithoutMinutes: Int
  41. final def roundTo(length: Int): N

    Returns this number rounded to the position.

    Returns this number rounded to the position.

    Definition Classes
    Number
  42. final def roundTo(digit: Digit): N

    Returns this number rounded to the digit described by the Digit descriptor digit.

    Returns this number rounded to the digit described by the Digit descriptor digit.

    Definition Classes
    Number
  43. final def secondHalfHours(value: Int): N
  44. final def seconds: Int
  45. final def secondsAndMilliseconds(seconds: Int, milliseconds: Int): N
  46. final def set(position: Int, value: Int): N

    Returns this number with digit at position set to value.

    Returns this number with digit at position set to value.

    Definition Classes
    Number
  47. final def set(digit: Digit, value: Int): N

    Returns this number with digit described by the Digit descriptor digit set to value.

    Returns this number with digit described by the Digit descriptor digit set to value.

    Definition Classes
    Number
  48. final def signum: Int

    Returns the signum of this number: -1 if it is negative, 1 if it is positive and 0 if it is neither.

    Returns the signum of this number: -1 if it is negative, 1 if it is positive and 0 if it is neither.

    Definition Classes
    Number
  49. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. final def time: Vector
  51. final def toDouble: Double

    Converts this number to Double.

    Converts this number to Double.

    Definition Classes
    Number
  52. final def toRational: BigRational

    Converts this number to org.opentorah.numbers.BigRational.

    Converts this number to org.opentorah.numbers.BigRational.

    Definition Classes
    Number
  53. def toString(): String

    Returns string representation of this number.

    Returns string representation of this number.

    Definition Classes
    Number → AnyRef → Any
  54. final def toString(length: Int): String

    Returns string representation of this number with length positions (padding/truncating as needed).

    Returns string representation of this number with length positions (padding/truncating as needed).

    Definition Classes
    Number
  55. final def unary_-: N

    Returns this number with the sign inverted.

    Returns this number with the sign inverted.

    Definition Classes
    Number
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Times.Number[N]

Inherited from AnyRef

Inherited from Any

Ungrouped