p

com.markatta

timeforscala

package timeforscala

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

Type Members

  1. type ChronoUnit = java.time.temporal.ChronoUnit
  2. type Chronology = java.time.chrono.Chronology
  3. type Clock = java.time.Clock
  4. type DateTimeFormatter = java.time.format.DateTimeFormatter
  5. type DayOfWeek = java.time.DayOfWeek
  6. type Duration = java.time.Duration
  7. type FormatStyle = java.time.format.FormatStyle
  8. type Instant = java.time.Instant
  9. type IsoChronology = java.time.chrono.IsoChronology
  10. type LocalDate = java.time.LocalDate
  11. type LocalDateTime = java.time.LocalDateTime
  12. type LocalTime = java.time.LocalTime
  13. type Month = java.time.Month
  14. type Period = java.time.Period
  15. final class RichDuration extends Ordered[Duration]
  16. final class RichInstant extends Ordered[Instant]
  17. final class RichLocalDate extends Ordered[LocalDate]
  18. final class RichLocalDateTime extends Ordered[LocalDateTime]
  19. final class RichLocalTime extends Ordered[LocalTime]
  20. final class RichPeriod extends Ordered[Period]
  21. final class RichYearMonth extends Ordered[YearMonth]
  22. final class RichZonedDateTime extends Ordered[ZonedDateTime]
  23. type Temporal = java.time.temporal.Temporal
  24. type TemporalAccessor = java.time.temporal.TemporalAccessor
  25. type TemporalAmount = java.time.temporal.TemporalAmount
  26. type TemporalUnit = java.time.temporal.TemporalUnit
  27. type TimeUnit = java.util.concurrent.TimeUnit
  28. type Year = java.time.Year
  29. type YearMonth = java.time.YearMonth
  30. type ZoneId = java.time.ZoneId
  31. type ZoneOffset = java.time.ZoneOffset
  32. type ZonedDateTime = java.time.ZonedDateTime

Value Members

  1. implicit def richDuration(duration: Duration): RichDuration
  2. implicit def richInstant(instant: Instant): RichInstant
  3. implicit def richLocalDate(ld: LocalDate): RichLocalDate
  4. implicit def richLocalDateTime(ldt: LocalDateTime): RichLocalDateTime
  5. implicit def richLocalTime(l: LocalTime): RichLocalTime
  6. implicit def richPeriod(p: Period): RichPeriod
  7. implicit def richYearMonth(yearMonth: YearMonth): RichYearMonth
  8. implicit def richZonedDateTime(zdt: ZonedDateTime): RichZonedDateTime
  9. object DateTimeFormatter
  10. object DayOfWeek
  11. object Days
  12. object Duration
  13. object FormatStyle
  14. object Hours
  15. object Instant
  16. object LocalDate
  17. object LocalDateTime
  18. object LocalTime
  19. object Millis
  20. object Minutes
  21. object Month
  22. object Months
  23. object Nanos
  24. object Period
  25. object Seconds
  26. object TimeExpressions

    Provides implicit decoration for ints and longs so that durations and periods can be created much like the scala.concurrent.duration mini-dsl.

    Provides implicit decoration for ints and longs so that durations and periods can be created much like the scala.concurrent.duration mini-dsl.

    Example:

    import com.markatta.timeforscala.TimeExpressions._
    val duration = 5 seconds
    val period = 1 week
  27. object TimeUnit
  28. object Weeks
  29. object Year
  30. object YearMonth
  31. object Years
  32. object ZoneId
  33. object ZoneOffset
  34. object ZonedDateTime

Deprecated Value Members

  1. val August: java.time.Month
    Annotations
    @deprecated
    Deprecated

    (Since version com.markatta.timeforscala 1.4) Please, use com.markatta.timeforscala.Month.August instead

  2. val December: java.time.Month
    Annotations
    @deprecated
    Deprecated

    (Since version com.markatta.timeforscala 1.4) Please, use com.markatta.timeforscala.Month.December instead

  3. val February: java.time.Month
    Annotations
    @deprecated
    Deprecated

    (Since version com.markatta.timeforscala 1.4) Please, use com.markatta.timeforscala.Month.February instead

  4. val January: java.time.Month
    Annotations
    @deprecated
    Deprecated

    (Since version com.markatta.timeforscala 1.4) Please, use com.markatta.timeforscala.Month.January instead

  5. val July: java.time.Month
    Annotations
    @deprecated
    Deprecated

    (Since version com.markatta.timeforscala 1.4) Please, use com.markatta.timeforscala.Month.July instead

  6. val June: java.time.Month
    Annotations
    @deprecated
    Deprecated

    (Since version com.markatta.timeforscala 1.4) Please, use com.markatta.timeforscala.Month.June instead

  7. val March: java.time.Month
    Annotations
    @deprecated
    Deprecated

    (Since version com.markatta.timeforscala 1.4) Please, use com.markatta.timeforscala.Month.March instead

  8. val May: java.time.Month
    Annotations
    @deprecated
    Deprecated

    (Since version com.markatta.timeforscala 1.4) Please, use com.markatta.timeforscala.Month.May instead

  9. val November: java.time.Month
    Annotations
    @deprecated
    Deprecated

    (Since version com.markatta.timeforscala 1.4) Please, use com.markatta.timeforscala.Month.November instead

  10. val October: java.time.Month
    Annotations
    @deprecated
    Deprecated

    (Since version com.markatta.timeforscala 1.4) Please, use com.markatta.timeforscala.Month.October instead

  11. val September: java.time.Month
    Annotations
    @deprecated
    Deprecated

    (Since version com.markatta.timeforscala 1.4) Please, use com.markatta.timeforscala.Month.September instead

Inherited from AnyRef

Inherited from Any

Ungrouped