syntax

kofre.datatypes.Epoch.syntax
implicit class syntax[C, E](container: C) extends OpsSyntaxHelper[C, Epoch[E]]

Attributes

Graph
Supertypes
class OpsSyntaxHelper[C, Epoch[E]]
trait OpsTypes[C, Epoch[E]]
class Object
trait Matchable
class Any

Members list

Type members

Inherited types

final type CausalMutator = IsCausalMutator ?=> C

Attributes

Inherited from:
OpsTypes
final type IdMutator = ReplicaId ?=> Mutator

Attributes

Inherited from:
OpsTypes
final type IsCausalMutator = PermCausalMutate[C, Epoch[E]]

Attributes

Inherited from:
OpsTypes
final type IsMutator = PermMutate[C, Epoch[E]]

Attributes

Inherited from:
OpsTypes
final type IsQuery = PermQuery[C, Epoch[E]]

Attributes

Inherited from:
OpsTypes
final type Mutator = IsMutator ?=> C

Attributes

Inherited from:
OpsTypes

Value members

Concrete methods

def epocheWrite(using IsMutator)(value: E): C
def map(using IsMutator)(f: E => E): C
def read(using IsQuery): E
def write(using IsMutator)(value: E): C

Inherited methods

def delta(l: Epoch[E])(using perm: IsMutator): C

Attributes

Inherited from:
OpsSyntaxHelper
def delta(l: Dotted[Epoch[E]])(using perm: IsCausalMutator): C

Attributes

Inherited from:
OpsSyntaxHelper

Extensions

Inherited extensions

extension [A](a: A)

Attributes

Inherited from:
OpsSyntaxHelper
extension (l: Epoch[E])

Attributes

Inherited from:
OpsSyntaxHelper
extension (l: Dotted[Epoch[E]])(using perm: IsCausalMutator)
def mutator: C

Attributes

Inherited from:
OpsSyntaxHelper