Package

eu.shiftforward.apso

time

Permalink

package time

Provides utility classes and methods related to datetime libraries.

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

Type Members

  1. case class EmptySteppedInterval(step: com.github.nscala_time.time.Imports.Period) extends IterableInterval with Product with Serializable

    Permalink

    An iterable time interval with no elements.

    An iterable time interval with no elements.

    step

    the period of time between consecutive DateTimes. Does not affect an empty interval

  2. trait IterableInterval extends IndexedSeq[com.github.nscala_time.time.Imports.DateTime]

    Permalink

    A view of a time interval as an indexed sequence of DateTimes.

  3. case class LocalDateInterval(i: IterableInterval) extends IndexedSeq[com.github.nscala_time.time.Imports.LocalDate] with Product with Serializable

    Permalink

    A view of a time interval as an indexed sequence of LocalDate.

  4. case class SteppedInterval(interval: ReadableInterval, step: com.github.nscala_time.time.Imports.Period) extends IterableInterval with Product with Serializable

    Permalink

    A view of a ReadableInterval as an indexed sequence of DateTimes.

    A view of a ReadableInterval as an indexed sequence of DateTimes.

    interval

    the ReadableInterval to view as an indexed sequence

    step

    the period of time between consecutive DateTimes in the sequence

Value Members

  1. object Implicits

    Permalink

    Object containing implicit classes and methods related to datetime libraries.

  2. object IterableInterval

    Permalink

    Companion object containing a facotry for iterable time intervals.

Inherited from AnyRef

Inherited from Any

Ungrouped