object Stems
- Annotations
- @JSExportTopLevel("Stems")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Stems
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getHourStem(lunarHour: Int): Stem
Get the Hour Stem using lunar hour in Lunar Date.
Get the Hour Stem using lunar hour in Lunar Date. Does not distinguish between early Zi (早子) and late Zi (晚子) .
- lunarHour
index of Stem
- returns
Stem
- def getYearStem(stemIndex: Int): Stem
Get the Year Stem using stem index in Lunar Date
Get the Year Stem using stem index in Lunar Date
- stemIndex
index of Stem
- returns
Stem
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final val stems: Seq[Product with Stem with Serializable]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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 Chen extends Stem with Product with Serializable
- case object Chou extends Stem with Product with Serializable
- case object Hai extends Stem with Product with Serializable
- case object Mao extends Stem with Product with Serializable
- case object Shen extends Stem with Product with Serializable
- case object Si extends Stem with Product with Serializable
- case object Wei extends Stem with Product with Serializable
- case object Wu extends Stem with Product with Serializable
- case object Xu extends Stem with Product with Serializable
- case object Yin extends Stem with Product with Serializable
- case object You extends Stem with Product with Serializable
- case object Zi extends Stem with Product with Serializable