abstract class YearBase extends Numbered with LanguageString

Self Type
Year
Linear Supertypes
LanguageString, Numbered, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. YearBase
  2. LanguageString
  3. Numbered
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new YearBase(number: Int)

Type Members

  1. final type T = Year
    Definition Classes
    YearBase → Numbered

Abstract Value Members

  1. abstract def character: YearCharacter
  2. abstract def firstDayNumber: Int
  3. abstract def lengthInDays: Int

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def +(change: Int): Year
  4. final def -(change: Int): Year
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. final def containsMonth(name: MonthCompanionType.Name): Boolean
  9. final def days: Seq[Day]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def equals(other: Any): Boolean
    Definition Classes
    Numbered → AnyRef → Any
  12. final def firstDay: Day
  13. final def firstMonth: Month
  14. final def firstMonthNumber: Int
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def hashCode(): Int
    Definition Classes
    Numbered → AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def isLeap: Boolean
  19. final def lastDay: Day
  20. final def lastMonth: Month
  21. final def lengthInMonths: Int
  22. final def month(name: MonthCompanionType.Name): Month
  23. final def month(numberInYear: Int): Month
  24. final def monthAndDay(when: MonthAndDay): Day
  25. final def months: Seq[Month]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def next: Year
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final val number: Int
    Definition Classes
    YearBase → Numbered
  31. final def prev: Year
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. final def toLanguageString(implicit spec: LanguageSpec): String
    Definition Classes
    YearBase → LanguageString
  34. final def toString(): String
    Definition Classes
    LanguageString → AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. 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 LanguageString

Inherited from Numbered

Inherited from AnyRef

Inherited from Any

Ungrouped