codes.reactive.scalatime

RichYearMonth

final class RichYearMonth extends AnyVal

Enriches YearMonth instances with additional methods.

Source
YearMonth.scala
Linear Supertypes
AnyVal, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichYearMonth
  2. AnyVal
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichYearMonth(underlying: scalatime.YearMonth)

Value Members

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

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

    Definition Classes
    Any
  3. def +(months: Int): scalatime.YearMonth

    Obtains a YearMonth with the specified number of months added.

    Obtains a YearMonth with the specified number of months added.

    Exceptions thrown
    DateTimeException

    if the result exceeds the supported range.

  4. def -(months: Int): scalatime.YearMonth

    Obtains a YearMonth with the specified number of months subtracted.

    Obtains a YearMonth with the specified number of months subtracted.

    Exceptions thrown
    DateTimeException

    if the result exceeds the supported range.

  5. def ->[B](y: B): (RichYearMonth, B)

    Implicit information
    This member is added by an implicit conversion from RichYearMonth to ArrowAssoc[RichYearMonth] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. def /(day: Int): scalatime.LocalDate

    Obtains a LocalDate by combining this year-month with the specified day.

    Obtains a LocalDate by combining this year-month with the specified day.

    Exceptions thrown
    DateTimeException

    if the day is invalid for the year-month

  7. def <(other: scalatime.YearMonth): Boolean

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

  8. def <=(other: scalatime.YearMonth): Boolean

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

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

    Definition Classes
    Any
  10. def >(other: scalatime.YearMonth): Boolean

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

  11. def >=(other: scalatime.YearMonth): Boolean

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

  12. def >>(formatter: scalatime.DateTimeFormatter): String

    Formats this year-month using the specified formatter.

    Formats this year-month using the specified formatter.

    Exceptions thrown
    DateTimeException

    - if an error occurs during printing

  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def ensuring(cond: (RichYearMonth) ⇒ Boolean, msg: ⇒ Any): RichYearMonth

    Implicit information
    This member is added by an implicit conversion from RichYearMonth to Ensuring[RichYearMonth] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (RichYearMonth) ⇒ Boolean): RichYearMonth

    Implicit information
    This member is added by an implicit conversion from RichYearMonth to Ensuring[RichYearMonth] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): RichYearMonth

    Implicit information
    This member is added by an implicit conversion from RichYearMonth to Ensuring[RichYearMonth] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): RichYearMonth

    Implicit information
    This member is added by an implicit conversion from RichYearMonth to Ensuring[RichYearMonth] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from RichYearMonth to StringFormat[RichYearMonth] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. def getClass(): Class[_ <: AnyVal]

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

    Definition Classes
    Any
  21. def toString(): String

    Definition Classes
    Any
  22. val underlying: scalatime.YearMonth

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

    Implicit information
    This member is added by an implicit conversion from RichYearMonth to ArrowAssoc[RichYearMonth] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from RichYearMonth to any2stringadd[RichYearMonth] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (richYearMonth: any2stringadd[RichYearMonth]).+(other)
    Definition Classes
    any2stringadd

Inherited from AnyVal

Inherited from Any

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

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

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

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

Ungrouped