Packages

final class Calendar extends AnyVal

clean wrapper around java Calendar upper case indicates index from the beginning of the year or relevant range?

Source
date.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Calendar
  2. AnyVal
  3. Any
Implicitly
  1. by richDrxAny
  2. by DrxBoundOps
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Calendar(cal: java.util.Calendar)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Calendar toany2stringadd[Calendar] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Calendar, B)
    Implicit
    This member is added by an implicit conversion from Calendar toArrowAssoc[Calendar] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. def D: Int

    day of Year

  7. def H: Int
  8. def M: Int

    month index 1 = January

  9. def W: Int

    week of year

  10. def am: Boolean
  11. def ampm: String
  12. def applyIf(t: Boolean, f: (Calendar) => Calendar): Calendar
    Implicit
    This member is added by an implicit conversion from Calendar toDrxAny[Calendar] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  13. def applyIf(t: (Calendar) => Boolean)(f: (Calendar) => Calendar): Calendar

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from Calendar toDrxAny[Calendar] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. val cal: java.util.Calendar
  16. def d: Int
  17. def dayOfWeek: DayOfWeek
  18. def elementOf(xs: Set[Calendar]): Boolean
    Implicit
    This member is added by an implicit conversion from Calendar toDrxAny[Calendar] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  19. def ensuring(cond: (Calendar) => Boolean, msg: => Any): Calendar
    Implicit
    This member is added by an implicit conversion from Calendar toEnsuring[Calendar] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: (Calendar) => Boolean): Calendar
    Implicit
    This member is added by an implicit conversion from Calendar toEnsuring[Calendar] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean, msg: => Any): Calendar
    Implicit
    This member is added by an implicit conversion from Calendar toEnsuring[Calendar] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean): Calendar
    Implicit
    This member is added by an implicit conversion from Calendar toEnsuring[Calendar] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Calendar toStringFormat[Calendar] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  25. def h: Int
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def m: Int
  28. def month: Month
  29. def ms: Int
  30. def noneIf(f: (Calendar) => Boolean): Option[Calendar]
    Implicit
    This member is added by an implicit conversion from Calendar toDrxAny[Calendar] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  31. def optionIf(f: (Calendar) => Boolean): Option[Calendar]

    optionally wrap an object

    optionally wrap an object

    Implicit
    This member is added by an implicit conversion from Calendar toDrxAny[Calendar] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  32. def pm: Boolean
  33. def preApply[B](f: (Calendar) => B): B

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from Calendar toDrxAny[Calendar] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  34. def s: Int
  35. def sideEffect(f: (Calendar) => Unit): Calendar

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from Calendar toDrxAny[Calendar] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  36. def someIf(f: (Calendar) => Boolean): Option[Calendar]
    Implicit
    This member is added by an implicit conversion from Calendar toDrxAny[Calendar] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  37. val thisAny: Calendar
    Implicit
    This member is added by an implicit conversion from Calendar toDrxAny[Calendar] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  38. def till(maxArg: Calendar): Bound[Calendar]

    Bound construction since the Range constructor is deprecated

    Bound construction since the Range constructor is deprecated

    Implicit
    This member is added by an implicit conversion from Calendar toBoundOps[Calendar] performed by method DrxBoundOps in cc.drx.predef.Enrich.This conversion will take place only if an implicit value of type Boundable[Calendar] is in scope.
    Definition Classes
    BoundOps
  39. def toString(): String
    Definition Classes
    Any
  40. def w: Int

    day of week Calendar{SUNDAY:1 ...

    day of week Calendar{SUNDAY:1 ... SATURDAY:7} ,

  41. def y: Int
  42. def z: Time

Deprecated Value Members

  1. def ?>(f: (Calendar) => Boolean): Option[Calendar]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from Calendar toDrxAny[Calendar] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) to many symbols are hard to undertand

  2. def |>[B](f: (Calendar) => B): B
    Implicit
    This member is added by an implicit conversion from Calendar toDrxAny[Calendar] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) use preApply if you must (symbols are concise without concision)

  3. def [B](y: B): (Calendar, B)
    Implicit
    This member is added by an implicit conversion from Calendar toArrowAssoc[Calendar] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion richDrxAny fromCalendar to DrxAny[Calendar]

Inherited by implicit conversion DrxBoundOps fromCalendar to BoundOps[Calendar]

Inherited by implicit conversion any2stringadd fromCalendar to any2stringadd[Calendar]

Inherited by implicit conversion StringFormat fromCalendar to StringFormat[Calendar]

Inherited by implicit conversion Ensuring fromCalendar to Ensuring[Calendar]

Inherited by implicit conversion ArrowAssoc fromCalendar to ArrowAssoc[Calendar]

Ungrouped