codes.reactive.scalatime

RichMonth

final class RichMonth extends AnyVal

Enriches a Month with additional methods.

Source
Month.scala
Linear Supertypes
AnyVal, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichMonth
  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 RichMonth(underlying: scalatime.Month)

Value Members

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

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

    Definition Classes
    Any
  3. def +(months: Int): org.threeten.bp.Month

    Obtains the month-of-year which is the specified number of months after this one.

  4. def -(months: Int): org.threeten.bp.Month

    Obtains the month-of-year which is the specified number of months before this one.

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

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

    Obtains a MonthDay by combining this month with the specified day-of-month.

    Obtains a MonthDay by combining this month with the specified day-of-month.

    Exceptions thrown
    DateTimeException

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

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

    Definition Classes
    Any
  8. def =~(temporal: scalatime.Temporal): org.threeten.bp.temporal.Temporal

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def ensuring(cond: (RichMonth) ⇒ Boolean, msg: ⇒ Any): RichMonth

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

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

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

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

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

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

    Definition Classes
    Any
  17. def toString(): String

    Definition Classes
    Any
  18. val underlying: scalatime.Month

  19. def [B](y: B): (RichMonth, B)

    Implicit information
    This member is added by an implicit conversion from RichMonth to ArrowAssoc[RichMonth] 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 RichMonth to any2stringadd[RichMonth] 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:
    (richMonth: any2stringadd[RichMonth]).+(other)
    Definition Classes
    any2stringadd

Inherited from AnyVal

Inherited from Any

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

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

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

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

Ungrouped