syntax

kofre.datatypes.experiments.AutomergyOpGraphLWW.syntax
implicit class syntax[C, T](container: C) extends OpsSyntaxHelper[C, OpGraph[T]]

Attributes

Graph
Supertypes
class OpsSyntaxHelper[C, OpGraph[T]]
trait OpsTypes[C, OpGraph[T]]
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
final type IsMutator = PermMutate[C, OpGraph[T]]

Attributes

Inherited from:
OpsTypes
final type IsQuery = PermQuery[C, OpGraph[T]]

Attributes

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

Attributes

Inherited from:
OpsTypes

Value members

Concrete methods

def del(using IsMutator)(): C
def set(using IsMutator)(value: T): C
def undo(using IsMutator)(anchor: Id): C
def values(using IsQuery): List[T]

Inherited methods

def delta(l: OpGraph[T])(using perm: IsMutator): C

Attributes

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

Attributes

Inherited from:
OpsSyntaxHelper

Extensions

Inherited extensions

extension [A](a: A)

Attributes

Inherited from:
OpsSyntaxHelper
extension (l: OpGraph[T])

Attributes

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

Attributes

Inherited from:
OpsSyntaxHelper