object Zodiac extends NamedCompanion
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Zodiac
- NamedCompanion
- 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 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
- 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
- def fromAngle(angle: angles.Angles.Position): (Zodiac, angles.Angles.Rotation)
- 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()
- def in(angle: angles.Angles.Position, zodiacs: Set[Zodiac]): Boolean
- def inZodiac(angle: angles.Angles.Position): Zodiac
- 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
- def resourceName: String
- Attributes
- protected
- Definition Classes
- NamedCompanion
- 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
- final val values: Seq[Zodiac]
- Definition Classes
- Zodiac → 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 Aquarius extends Zodiac with Product with Serializable
- case object Aries extends Zodiac with Product with Serializable
- case object Cancer extends Zodiac with Product with Serializable
- case object Capricorn extends Zodiac with Product with Serializable
- case object Gemini extends Zodiac with Product with Serializable
- case object Leo extends Zodiac with Product with Serializable
- case object Libra extends Zodiac with Product with Serializable
- case object Pisces extends Zodiac with Product with Serializable
- case object Sagittarius extends Zodiac with Product with Serializable
- case object Scorpio extends Zodiac with Product with Serializable
- case object Taurus extends Zodiac with Product with Serializable
- case object Virgo extends Zodiac with Product with Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated