Packages

  • package root
    Definition Classes
    root
  • package eu
    Definition Classes
    root
  • package shiftforward
    Definition Classes
    eu
  • package apso

    Contains ShiftForward's general-purpose utility classes and methods, as well as extensions of existing ones.

    Contains ShiftForward's general-purpose utility classes and methods, as well as extensions of existing ones.

    Definition Classes
    shiftforward
  • package actor
    Definition Classes
    apso
  • package akka
    Definition Classes
    apso
  • package aws

    Wrappers around the AWS Java client libraries providing higher level interfaces.

    Wrappers around the AWS Java client libraries providing higher level interfaces.

    Definition Classes
    apso
  • package caching
    Definition Classes
    apso
  • package collection

    Provides new types of collections and utility classes and methods for handling and extending existing ones.

    Provides new types of collections and utility classes and methods for handling and extending existing ones.

    Definition Classes
    apso
  • package config
    Definition Classes
    apso
  • package encryption
    Definition Classes
    apso
  • package hashing

    Provides hashing-related utilities.

    Provides hashing-related utilities.

    Definition Classes
    apso
  • package http
    Definition Classes
    apso
  • package io
    Definition Classes
    apso
  • package iterator

    Provides new types of iterators and utility classes and methods for handling and extending existing ones.

    Provides new types of iterators and utility classes and methods for handling and extending existing ones.

    Definition Classes
    apso
  • package json

    Provides utility classes and methods related to JSON handling.

    Provides utility classes and methods related to JSON handling.

    Definition Classes
    apso
  • package profiling
    Definition Classes
    apso
  • package scalaz

    Provides utility classes and methods related to scalaz classes.

    Provides utility classes and methods related to scalaz classes.

    Definition Classes
    apso
  • package time

    Provides utility classes and methods related to datetime libraries.

    Provides utility classes and methods related to datetime libraries.

    Definition Classes
    apso
  • EmptySteppedInterval
  • Implicits
  • IterableInterval
  • LocalDateInterval
  • SteppedInterval

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

    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]

    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

    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

    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

    Object containing implicit classes and methods related to datetime libraries.

  2. object IterableInterval

    Companion object containing a facotry for iterable time intervals.

Inherited from AnyRef

Inherited from Any

Ungrouped