rummage

package rummage

The rummage package is a collection of small Scala utilities.

This package consists of self-contained utilities that are too small and general to warrant their own package and/or artifact, but are too large, nuanced or handy to have around to be re-implemented over and over again.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. rummage
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final class AkkaTimer extends Timer

    A timer implemented with an Akka Scheduler.

  2. final class JavaTimer extends Timer

    A timer implemented with a Java ScheduledExecutorService.

  3. trait Timer extends AnyRef

    An interface for scheduling tasks to run one or more times at some point in the future.

Value Members

  1. object AkkaTimer

    Factory for timers implemented with an Akka Scheduler.

  2. object JavaTimer

    Factory for timers implemented with a Java ScheduledExecutorService.

  3. object Timer extends Timer

    Definitions associated with timers as well as the infrastructure for publishing the global implicit timer.

Inherited from AnyRef

Inherited from Any

Ungrouped