Packages

final case class MonthDayOps(underlying: MonthDay) extends AnyVal with Product with Serializable

Enriches MonthDay instances with additional methods.

Source
MonthDayOps.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MonthDayOps
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyVal
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MonthDayOps(underlying: MonthDay)

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 MonthDayOps to any2stringadd[MonthDayOps] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (MonthDayOps, B)
    Implicit
    This member is added by an implicit conversion from MonthDayOps to ArrowAssoc[MonthDayOps] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. def <(other: MonthDay): Boolean

    Returns true if this month-day is before the specified one.

  6. def <=(other: MonthDay): Boolean

    Returns true if this month-day is equal to or before the specified one.

  7. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  8. def >(other: MonthDay): Boolean

    Returns true if this month-day is after the specified one.

  9. def >=(other: MonthDay): Boolean

    Returns true if this month-day is equal to or after the specified one.

  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def ensuring(cond: (MonthDayOps) ⇒ Boolean, msg: ⇒ Any): MonthDayOps
    Implicit
    This member is added by an implicit conversion from MonthDayOps to Ensuring[MonthDayOps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (MonthDayOps) ⇒ Boolean): MonthDayOps
    Implicit
    This member is added by an implicit conversion from MonthDayOps to Ensuring[MonthDayOps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): MonthDayOps
    Implicit
    This member is added by an implicit conversion from MonthDayOps to Ensuring[MonthDayOps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): MonthDayOps
    Implicit
    This member is added by an implicit conversion from MonthDayOps to Ensuring[MonthDayOps] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from MonthDayOps to StringFormat[MonthDayOps] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val underlying: MonthDay
  19. def |>(formatter: DateTimeFormatter): String

    Formats this month-day using the specified formatter.

    Formats this month-day using the specified formatter.

    Exceptions thrown

    DateTimeException - if an error occurs during printing

  20. def ~=(month: Option[Month], day: Option[Int]): MonthDay

    Obtains a copy of this MonthDay with the month-of-year and/or day-of-month altered.

    Obtains a copy of this MonthDay with the month-of-year and/or day-of-month altered.

    Exceptions thrown

    DateTimeException if the day-of-month value is invalid for the month.

  21. def ~=(day: Int): MonthDay

    Obtains a copy of this MonthDay with the day-of-month altered.

    Obtains a copy of this MonthDay with the day-of-month altered.

    Exceptions thrown

    DateTimeException if the day-of-month value is invalid for the month.

  22. def ~=(month: Month): MonthDay

    Obtains a copy of this MonthDay with the month-of-year altered.

  23. def [B](y: B): (MonthDayOps, B)
    Implicit
    This member is added by an implicit conversion from MonthDayOps to ArrowAssoc[MonthDayOps] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
  24. def (formatter: DateTimeFormatter): String

    Formats this month-day using the specified formatter.

    Formats this month-day using the specified formatter.

    Exceptions thrown

    DateTimeException - if an error occurs during printing

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion any2stringadd from MonthDayOps to any2stringadd[MonthDayOps]

Inherited by implicit conversion StringFormat from MonthDayOps to StringFormat[MonthDayOps]

Inherited by implicit conversion Ensuring from MonthDayOps to Ensuring[MonthDayOps]

Inherited by implicit conversion ArrowAssoc from MonthDayOps to ArrowAssoc[MonthDayOps]

Ungrouped