Packages

object Season extends NamedCompanion

Linear Supertypes
NamedCompanion, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Season
  2. NamedCompanion
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait ForYear extends AnyRef
  2. type Key = Season
    Definition Classes
    Season → NamedCompanion

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def AutumnalEquinox: Season
  5. final def EstivalSolstice: Season
  6. final def FallEquinox: Season
  7. final def SouthernSolstice: Season
  8. final def SpringEquinox: Season
  9. final def SummerSolstice: Season
  10. final def VernalEquinox: Season
  11. final def WinterSolstice: Season
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  14. final def distance(from: Key, to: Key): Int
    Definition Classes
    NamedCompanion
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. final def forDefaultName(name: String): Option[Key]
    Definition Classes
    NamedCompanion
  18. final def forIndex(index: Int): Key
    Definition Classes
    NamedCompanion
  19. final def forName(name: String): Option[Key]
    Definition Classes
    NamedCompanion
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def getForDefaultName(name: String): Key
    Definition Classes
    NamedCompanion
  22. final def getForName(name: String): Key
    Definition Classes
    NamedCompanion
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def indexOf(key: Key): Int
    Definition Classes
    NamedCompanion
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def next(key: Key): Key
    Definition Classes
    NamedCompanion
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def numberOfValues: Int
    Definition Classes
    NamedCompanion
  31. final val ordering: Ordering[Key]
    Definition Classes
    NamedCompanion
  32. def resourceName: String
    Attributes
    protected
    Definition Classes
    NamedCompanion
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. lazy val toNames: Map[Key, Names]
    Definition Classes
    NamedCompanion
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final val values: Seq[Season]
    Definition Classes
    Season → NamedCompanion
  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. case object TkufasNisan extends Season with Product with Serializable
  41. case object TkufasTammuz extends Season with Product with Serializable
  42. case object TkufasTeves extends Season with Product with Serializable
  43. case object TkufasTishrei extends Season with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from NamedCompanion

Inherited from AnyRef

Inherited from Any

Ungrouped