Packages

package time

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait HmsTimer [T <: HmsTimer[T]] extends AnyRef

    This trait provides Timer functionalities based on the Java Calendar milliseconds

  2. class SimpleTimer extends HmsTimer[SimpleTimer]
  3. trait DurationConversions extends AnyRef
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0) Durations are now implemented with scala.concurrent.duration. There is no need for conversions between Scala and specs2 durations now

  4. trait NoDurationConversions extends DurationConversions
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0) Durations are now implemented with scala.concurrent.duration. There is no need for conversions between Scala and specs2 durations now

  5. trait NoTimeConversions extends TimeConversions

    This trait can be used to deactivate the time conversions (to avoid conflicts with Akka's conversions for example

    This trait can be used to deactivate the time conversions (to avoid conflicts with Akka's conversions for example

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0) Durations are now implemented with scala.concurrent.duration. There is no need to remove specs2 implicits now

  6. trait TimeConversions extends DurationConversions
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0) Durations are now implemented with scala.concurrent.duration. Import scala.concurrent.duration._ instead

Value Members

  1. object SimpleTimer

Deprecated Value Members

  1. object NoTimeConversions extends NoTimeConversions
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0) Durations are now implemented with scala.concurrent.duration. There is no need to remove specs2 implicits now

  2. object TimeConversions extends TimeConversions
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0) Durations are now implemented with scala.concurrent.duration. There is no need to remove specs2 implicits now

Ungrouped