Epoch

rdts.datatypes.Epoch
See theEpoch companion object
case class Epoch[E](counter: Time, value: E)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type Delta = Epoch[E]

Value members

Concrete methods

def epocheWrite(value: E): Delta
def map(f: E => E): Delta
def read: E
def write(value: E): Delta

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product