Class/Object

java.time

Period

Related Docs: object Period | package time

Permalink

class Period extends Wraps[com.zoepepper.facades.jsjoda.Period] with ChronoPeriod

Linear Supertypes
ChronoPeriod, TemporalAmount, Wraps[com.zoepepper.facades.jsjoda.Period], Wrapper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Period
  2. ChronoPeriod
  3. TemporalAmount
  4. Wraps
  5. Wrapper
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Period(f: com.zoepepper.facades.jsjoda.Period)

    Permalink
    Attributes
    protected[java.time]

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 addTo(temporal: Temporal): Temporal

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

    Permalink
    Definition Classes
    Any
  6. val chronoPeriodF: AnyRef

    Permalink
    Attributes
    protected[java.time]
    Definition Classes
    ChronoPeriod
  7. def clone(): AnyRef

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

    Permalink
    Definition Classes
    AnyRef
  9. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    Period → AnyRef → Any
  10. val f: com.zoepepper.facades.jsjoda.Period

    Permalink
    Attributes
    protected[java]
    Definition Classes
    WrapsWrapper
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def get(unit: TemporalUnit): Long

    Permalink
    Definition Classes
    TemporalAmount
  13. def getChronology(): IsoChronology

    Permalink
    Definition Classes
    PeriodChronoPeriod
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getDays(): Int

    Permalink
  16. def getMonths(): Int

    Permalink
  17. def getUnits(): List[TemporalUnit]

    Permalink
    Definition Classes
    TemporalAmount
  18. def getYears(): Int

    Permalink
  19. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  21. def isNegative(): Boolean

    Permalink
    Definition Classes
    PeriodChronoPeriod
  22. def isZero(): Boolean

    Permalink
    Definition Classes
    PeriodChronoPeriod
  23. def minus(amountToSubtract: TemporalAmount): Period

    Permalink
    Definition Classes
    PeriodChronoPeriod
  24. def minusDays(daysToSubtract: Long): Period

    Permalink
  25. def minusMonths(monthsToSubtract: Long): Period

    Permalink
  26. def minusYears(yearsToSubtract: Long): Period

    Permalink
  27. def multipliedBy(scalar: Int): Period

    Permalink
    Definition Classes
    PeriodChronoPeriod
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. def negated(): Period

    Permalink
    Definition Classes
    PeriodChronoPeriod
  30. def normalized(): Period

    Permalink
    Definition Classes
    PeriodChronoPeriod
  31. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  33. def plus(amountToAdd: TemporalAmount): Period

    Permalink
    Definition Classes
    PeriodChronoPeriod
  34. def plusDays(daysToAdd: Long): Period

    Permalink
  35. def plusMonths(monthsToAdd: Long): Period

    Permalink
  36. def plusYears(yearsToAdd: Long): Period

    Permalink
  37. def subtractFrom(temporal: Temporal): Temporal

    Permalink
    Definition Classes
    TemporalAmount
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. val temporalAmountF: TemporalAmount

    Permalink
    Attributes
    protected[java.time]
    Definition Classes
    TemporalAmount
  40. def toString(): String

    Permalink
    Definition Classes
    Period → AnyRef → Any
  41. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def withDays(days: Int): Period

    Permalink
  45. def withMonths(months: Int): Period

    Permalink
  46. def withYears(years: Int): Period

    Permalink

Inherited from ChronoPeriod

Inherited from TemporalAmount

Inherited from Wraps[com.zoepepper.facades.jsjoda.Period]

Inherited from Wrapper

Inherited from AnyRef

Inherited from Any

Ungrouped