case class Time(startDate: LocalDate, currentStep: Int, timeSize: TimeSize.TimeSize) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Time
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Time(startDate: LocalDate, currentStep: Int, timeSize: TimeSize.TimeSize)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(months: Int): Time
- def <(that: Time): Boolean
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def >(that: Time): Boolean
- def addMonths(months: Int): Time
- def addStep(step: Int): Time
- def addYears(years: Int): Time
- def afterMonths(m: Months): Boolean
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def containsMonths(m: Months): Boolean
- def currentDate: LocalDate
- val currentStep: Int
- def currentYear: Int
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def inInterval(left: IntervalBound, right: IntervalBound): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMonthly: Boolean
- def isYearly: Boolean
- def minusMonths(months: Int): Time
- def minusYears(years: Int): Time
- def monthsAfterStart: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def next: Time
- def normalizeMonthlyDouble(d: Double): Double
- returns
normalized double compared to the step size.
- def normalizeYearlyDouble(left: IntervalBound, right: IntervalBound, d: Double = 1.0): Double
- def normalizeYearlyDouble(d: Double): Double
- def normalizeYearlyRate(r: Double): Double
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def previous: Time
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val startDate: LocalDate
- def startTime: Time
- def stepsToMonth(month: Months): IndexedSeq[Time]
- def stepsToYear(years: Int): IndexedSeq[Time]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timeSize: TimeSize.TimeSize
- def to(that: Time): IndexedSeq[Time]
- def until(that: Time): IndexedSeq[Time]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def yearlyAt(at: Months, d: Double = 1.0): Double
- def yearlyLeft(r: Months, d: Double = 1.0): Double
- def yearlyLeftInclusive(r: Months, d: Double = 1.0): Double
- def yearlyRight(start: Months, d: Double = 1.0): Double
- def yearlyRightInclusive(start: Months, d: Double = 1.0): Double
- def yearsAfterStart: Int
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)