Class

codes.reactive.scalatime.impl

MonthDayOps

Related Doc: package impl

Permalink

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

Enriches MonthDay instances with additional methods.

Source
MonthDayOps.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyVal, Any
Type Hierarchy
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)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def +(other: String): String

    Permalink
    Implicit information
    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)

    Permalink
    Implicit information
    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

    Permalink

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

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

    Permalink

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

  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  8. def >(other: MonthDay): Boolean

    Permalink

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

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

    Permalink

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

  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def ensuring(cond: (MonthDayOps) ⇒ Boolean, msg: ⇒ Any): MonthDayOps

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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]

    Permalink
    Definition Classes
    AnyVal → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. val underlying: MonthDay

    Permalink
  19. def |>(formatter: DateTimeFormatter): String

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

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

  23. def [B](y: B): (MonthDayOps, B)

    Permalink
    Implicit information
    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

    Permalink

    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