case class Time(startDate: LocalDate, currentStep: Int, timeSize: TimeSize.TimeSize) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Time
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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( ... ) @native() @HotSpotIntrinsicCandidate()
- 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[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def previous: Time
- 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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- 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