RichPeriod

final class RichPeriod(val underlying: Period) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def +(period: Period): Period
def -(period: Period): Period
def days: Int
def months: Int
def unary_-: Period
def years: Int

Concrete fields

val underlying: Period