syntax

kofre.datatypes.contextual.MultiVersionRegister.syntax
implicit class syntax[C, A](container: C) extends OpsSyntaxHelper[C, MultiVersionRegister[A]]

Attributes

Graph
Supertypes
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

Attributes

Inherited from:
OpsTypes

Attributes

Inherited from:
OpsTypes
final type IsQuery = PermQuery[C, MultiVersionRegister[A]]

Attributes

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

Attributes

Inherited from:
OpsTypes

Value members

Concrete methods

def clear(using IsCausalMutator)(): C
def read(using IsQuery): Set[A]
def write(using ReplicaId)(v: A): CausalMutator

Inherited methods

def delta(l: MultiVersionRegister[A])(using perm: IsMutator): C

Attributes

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

Attributes

Inherited from:
OpsSyntaxHelper

Extensions

Inherited extensions

extension [A](a: A)

Attributes

Inherited from:
OpsSyntaxHelper
extension (l: MultiVersionRegister[A])

Attributes

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

Attributes

Inherited from:
OpsSyntaxHelper