Clock

trait Clock[A]
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(currentTimestamp: Long, value: A): Long
Value parameters:
currentTimestamp

the current timestamp value of the LWWRegister

value

the register value to set and associate with the returned timestamp

Returns:

next timestamp

Source:
LWWRegister.scala