object SpecialDay extends NamedCompanion
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SpecialDay
- NamedCompanion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed class Chanukah extends WithNames with DayOf with RabbinicFestival
- sealed trait DayOf extends SpecialDay
- sealed trait Fast extends SpecialDay
- sealed trait Festival extends FestivalOrIntermediate
- sealed trait FestivalOrIntermediate extends SpecialDay
- sealed trait FirstDayOf extends DayOf
- sealed abstract class Intermediate extends FestivalOrIntermediate with NonFirstDayOf
- type Key = LoadNames
- Definition Classes
- SpecialDay → NamedCompanion
- sealed class LoadNames extends WithName with WithNames
- sealed trait NonFirstDayOf extends DayOf
- case class Omer(number: Int) extends WithNames with Product with Serializable
- sealed class PesachIntermediate extends Intermediate
- sealed trait PostponeOnShabbos extends SpecialDay
- sealed trait RabbinicFestival extends SpecialDay
- sealed trait SpecialParsha extends SpecialShabbos
- sealed trait SpecialShabbos extends SpecialDay
- sealed class SuccosIntermediate extends Intermediate
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def daysWithSpecialReadings(inHolyLand: Boolean): Set[SpecialDay]
- val daysWithSpecialReadingsNotFestivals: Set[SpecialDay]
- final def distance(from: Key, to: Key): Int
- Definition Classes
- NamedCompanion
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val fasts: Set[Fast]
- def festivals(inHolyLand: Boolean): Set[FestivalOrIntermediate]
- val festivals: Set[FestivalOrIntermediate]
- val festivalsInHolyLand: Set[FestivalOrIntermediate]
- final def forDefaultName(name: String): Option[Key]
- Definition Classes
- NamedCompanion
- final def forIndex(index: Int): Key
- Definition Classes
- NamedCompanion
- final def forName(name: String): Option[Key]
- Definition Classes
- NamedCompanion
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def getForDefaultName(name: String): Key
- Definition Classes
- NamedCompanion
- final def getForName(name: String): Key
- Definition Classes
- NamedCompanion
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def indexOf(key: Key): Int
- Definition Classes
- NamedCompanion
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def next(key: Key): Key
- Definition Classes
- NamedCompanion
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def numberOfValues: Int
- Definition Classes
- NamedCompanion
- final val ordering: Ordering[Key]
- Definition Classes
- NamedCompanion
- val rabbinicFestivals: Set[RabbinicFestival]
- def resourceName: String
- Attributes
- protected
- Definition Classes
- NamedCompanion
- val specialShabbos: Set[SpecialShabbos]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- lazy val toNames: Map[Key, Names]
- Definition Classes
- NamedCompanion
- def toString(): String
- Definition Classes
- AnyRef → Any
- val values: Seq[LoadNames]
- Definition Classes
- SpecialDay → NamedCompanion
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- case object Chanukah1 extends Chanukah with Product with Serializable
- case object Chanukah2 extends Chanukah with Product with Serializable
- case object Chanukah3 extends Chanukah with Product with Serializable
- case object Chanukah4 extends Chanukah with Product with Serializable
- case object Chanukah5 extends Chanukah with Product with Serializable
- case object Chanukah6 extends Chanukah with Product with Serializable
- case object Chanukah7 extends Chanukah with Product with Serializable
- case object Chanukah8 extends Chanukah with Product with Serializable
- case object ErevRoshChodesh extends LoadNames with Product with Serializable
- case object FastOfEster extends LoadNames with Fast with Product with Serializable
- case object FastOfGedalia extends LoadNames with Fast with PostponeOnShabbos with Product with Serializable
- case object FastOfTammuz extends LoadNames with Fast with PostponeOnShabbos with Product with Serializable
- case object FastOfTeves extends LoadNames with Fast with Product with Serializable
- case object HoshanahRabbah extends SuccosIntermediate with Product with Serializable
- case object HoshanahRabbahInHolyLand extends SuccosIntermediate with Product with Serializable
- case object LagBaOmer extends LoadNames with SpecialDay with Product with Serializable
- object Omer extends LoadNames with Serializable
- case object ParshasHachodesh extends LoadNames with SpecialParsha with Product with Serializable
- case object ParshasParah extends LoadNames with SpecialParsha with Product with Serializable
- case object ParshasShekalim extends LoadNames with SpecialParsha with Product with Serializable
- case object ParshasZachor extends LoadNames with SpecialParsha with Product with Serializable
- case object Pesach1 extends LoadNames with Festival with FirstDayOf with Product with Serializable
- case object Pesach2 extends Festival with NonFirstDayOf with Product with Serializable
- case object Pesach7 extends LoadNames with Festival with NonFirstDayOf with Product with Serializable
- case object Pesach8 extends LoadNames with Festival with NonFirstDayOf with Product with Serializable
- case object PesachIntermediate1 extends PesachIntermediate with Product with Serializable
- case object PesachIntermediate1InHolyLand extends PesachIntermediate with Product with Serializable
- case object PesachIntermediate2 extends PesachIntermediate with Product with Serializable
- case object PesachIntermediate2InHolyLand extends PesachIntermediate with Product with Serializable
- case object PesachIntermediate3 extends PesachIntermediate with Product with Serializable
- case object PesachIntermediate3InHolyLand extends PesachIntermediate with Product with Serializable
- case object PesachIntermediate4 extends PesachIntermediate with Product with Serializable
- case object PesachIntermediate4InHolyLand extends PesachIntermediate with Product with Serializable
- case object PesachIntermediate5InHolyLand extends PesachIntermediate with Product with Serializable
- case object Purim extends LoadNames with RabbinicFestival with Product with Serializable
- case object RoshChodesh extends LoadNames with Product with Serializable
- case object RoshHashanah1 extends LoadNames with Festival with Product with Serializable
- case object RoshHashanah2 extends Festival with NonFirstDayOf with Product with Serializable
- case object ShabbosBereishis extends LoadNames with SpecialDay with Product with Serializable
- case object ShabbosHagodol extends LoadNames with SpecialShabbos with Product with Serializable
- case object Shavuos1 extends LoadNames with Festival with FirstDayOf with Product with Serializable
- case object Shavuos2 extends Festival with NonFirstDayOf with Product with Serializable
- case object SheminiAtzeres extends LoadNames with Festival with NonFirstDayOf with Product with Serializable
- case object SheminiAtzeresAndSimchasTorahInHolyLand extends LoadNames with Festival with NonFirstDayOf with Product with Serializable
- case object ShushanPurim extends LoadNames with RabbinicFestival with Product with Serializable
- case object SimchasTorah extends LoadNames with Festival with NonFirstDayOf with Product with Serializable
- case object Succos1 extends LoadNames with Festival with FirstDayOf with Product with Serializable
- case object Succos2 extends Festival with NonFirstDayOf with Product with Serializable
- case object SuccosIntermediate1 extends SuccosIntermediate with Product with Serializable
- case object SuccosIntermediate1InHolyLand extends SuccosIntermediate with Product with Serializable
- case object SuccosIntermediate2 extends SuccosIntermediate with Product with Serializable
- case object SuccosIntermediate2InHolyLand extends SuccosIntermediate with Product with Serializable
- case object SuccosIntermediate3 extends SuccosIntermediate with Product with Serializable
- case object SuccosIntermediate3InHolyLand extends SuccosIntermediate with Product with Serializable
- case object SuccosIntermediate4 extends SuccosIntermediate with Product with Serializable
- case object SuccosIntermediate4InHolyLand extends SuccosIntermediate with Product with Serializable
- case object SuccosIntermediate5InHolyLand extends SuccosIntermediate with Product with Serializable
- case object TishaBeAv extends LoadNames with Fast with PostponeOnShabbos with Product with Serializable
- case object YomKippur extends LoadNames with Festival with Product with Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated