trait Calendar extends Times
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Calendar
- Times
- NonPeriodicNumbers
- Numbers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- abstract type Day <: DayBase
- trait DayBase extends Numbered with LanguageString
- trait DayCompanion extends AnyRef
- final type DayName = Key
- final type Moment = Point
- abstract class MomentBase extends TimePointBase with LanguageString
- trait MomentCompanion extends PointCompanion
- abstract type Month <: MonthBase
- final class MonthAndDay extends AnyRef
- trait MonthBase extends Numbered
- trait MonthCompanion extends AnyRef
- final class MonthDescriptor extends AnyRef
- final type MonthName = Key
- final class MonthNameAndLength extends AnyRef
- abstract type Point <: MomentBase
- final type TimeVector = TimeVectorBase
- final type Vector = TimeVectorBase
- abstract type Year <: YearBase
- abstract class YearBase extends Numbered with LanguageString
- abstract type YearCharacter
- trait YearCompanion extends AnyRef
- abstract class Number[N <: Number[N]] extends AnyRef
Number (Point or Vector) from the number system.
Number (Point or Vector) from the number system. Number is a sequence of fractions where numerator is the
digitand denominator for each position is determined by the number system (thepointcomes after the first digit, which denominator is1). Numbers from the same number system and with the same companion can be compared for equality and order.- N
type of the number:
PointorVector
- Definition Classes
- Numbers
- trait NumberCompanion[N <: Number[N]] extends AnyRef
- Definition Classes
- Numbers
- trait PointCompanion extends NumberCompanion[Point]
- Definition Classes
- Numbers
- abstract class PointNumber extends Number[Point]
Point from the number system.
Point from the number system.
- Definition Classes
- Numbers
- trait VectorCompanion extends NumberCompanion[Vector]
- Definition Classes
- Numbers
- abstract class VectorNumber extends Number[Vector]
Vector from the number system.
Vector from the number system.
- Definition Classes
- Numbers
- trait Time[N <: Time[N]] extends Number[N]
- Definition Classes
- Times
- abstract class TimePointBase extends PointNumber with Time[Point]
- Definition Classes
- Times
- abstract class TimeVectorBase extends VectorNumber with Time[Vector]
- Definition Classes
- Times
Abstract Value Members
- abstract val Day: DayCompanion
- abstract val Month: MonthCompanion
- abstract val Point: MomentCompanion
- abstract val Year: YearCompanion
- abstract def toString(number: Int)(implicit spec: LanguageSpec): String
Concrete 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 val Digit: DigitsDescriptor
- final lazy val Moment: MomentCompanion
- final val TimeVector: VectorCompanion
- final lazy val Vector: VectorCompanion
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final val cacheYears: Boolean
- 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 hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def headRangeOpt: Option[Int]
- Definition Classes
- NonPeriodicNumbers → Numbers
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final val maxLength: Int
Maximum number of digits after the dot.
- 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()
- implicit val pointOrdering: Ordering[Point]
- Definition Classes
- Numbers
- implicit def pointOrderingOps(lhs: Point): OrderingOps
- Definition Classes
- Numbers
- final def range(position: Int): Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- implicit val vectorOrdering: Ordering[Vector]
- Definition Classes
- Numbers
- implicit def vectorOrderingOps(lhs: Vector): OrderingOps
- Definition Classes
- Numbers
- 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])
- final lazy val week: Vector
- Definition Classes
- Times
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated