Packages

abstract class Clock extends () ⇒ Long

Abstraction of a clock that returns time in milliseconds. Clock can only be used to measure elapsed time and is not related to any other notion of system or wall-clock time.

Source
FailureDetector.scala
Linear Supertypes
() ⇒ Long, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Clock
  2. Function0
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Clock()

Abstract Value Members

  1. abstract def apply(): Long
    Definition Classes
    Function0

Concrete Value Members

  1. def toString(): String
    Definition Classes
    Function0 → AnyRef → Any