Clock

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
trait () => Long
class Object
trait Matchable
class Any

Value members

Inherited methods

def apply(): Long
Inherited from:
Function0
override def toString(): String
Definition Classes
Function0 -> Any
Inherited from:
Function0