Class

org.gerweck.scala.util.date.ThreeTenBPWrappers

RichTTTemporalAmount

Related Doc: package ThreeTenBPWrappers

Permalink

final class RichTTTemporalAmount extends AnyVal

Source
ThreeTenBPImplicits.scala
Linear Supertypes
AnyVal, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichTTTemporalAmount
  2. AnyVal
  3. 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 RichTTTemporalAmount(inner: TemporalAmount)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    Any
  3. def +(ldt: LocalDateTime): LocalDateTime

    Permalink
    Annotations
    @inline()
  4. def +(instant: Instant): Instant

    Permalink
    Annotations
    @inline()
  5. def ->[B](y: B): (RichTTTemporalAmount, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from RichTTTemporalAmount to ArrowAssoc[RichTTTemporalAmount] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def ensuring(cond: (RichTTTemporalAmount) ⇒ Boolean, msg: ⇒ Any): RichTTTemporalAmount

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

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

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

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

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

    Permalink
    Definition Classes
    AnyVal → Any
  14. val inner: TemporalAmount

    Permalink
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def toString(): String

    Permalink
    Definition Classes
    Any
  17. def [B](y: B): (RichTTTemporalAmount, B)

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

Shadowed Implicit Value Members

  1. def +(other: String): String

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

Inherited from AnyVal

Inherited from Any

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

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

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

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

Ungrouped