Packages

c

little.time.Implicits

PeriodType

implicit final class PeriodType extends AnyVal

Provides extension methods to java.time.Period

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PeriodType
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PeriodType(period: Period)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def *(n: Int): Period

    Gets duration after multiplication.

    Gets duration after multiplication.

    n

    number by which period is multiplied

  4. def +(amount: Period): Period

    Gets period with specified amount added.

    Gets period with specified amount added.

    amount

    period to add

  5. def -(amount: Period): Period

    Gets period with specified amount subtracted.

    Gets period with specified amount subtracted.

    amount

    period to subtract

  6. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. val period: Period
  11. def toString(): String
    Definition Classes
    Any
  12. def unary_-: Period

    Gets negated period.

Inherited from AnyVal

Inherited from Any

Ungrouped