class DayBase extends Numbered with LanguageString

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

Instance Constructors

  1. new DayBase(monthOption: Option[Month], number: Int)

Type Members

  1. final type T = Day
    Definition Classes
    DayBase → Numbered

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): Day
  4. final def -(that: Day): Int
  5. final def -(change: Int): Day
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. final def calendar: Calendar
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  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 getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def hashCode(): Int
    Definition Classes
    Numbered → AnyRef → Any
  14. final def is(name: Week.Day): Boolean
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def month: Month
  17. final def monthAndDay: MonthAndDay
  18. var monthOpt: Option[Month]
    Attributes
    protected
  19. final def name: Week.Day
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def next(dayName: Week.Day): Day
    Annotations
    @tailrec()
  22. final def next: Day
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final val number: Int
    Definition Classes
    DayBase → Numbered
  26. final def numberInMonth: Int
  27. final def numberInMonthToLanguageString(implicit spec: LanguageSpec): String
  28. final def numberInWeek: Int
  29. final def numberInYear: Int
  30. final def prev(dayName: Week.Day): Day
    Annotations
    @tailrec()
  31. final def prev: Day
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. final def to(calendar: Calendar): Day
  34. final def toLanguageString(implicit spec: LanguageSpec): String
    Definition Classes
    DayBase → LanguageString
  35. final def toMoment: Moment
  36. final def toString(): String
    Definition Classes
    LanguageString → AnyRef → Any
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def year: Year

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