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 CausalMutate = PermCausalMutate ?=> C

Attributes

Inherited from:
OpsTypes
final type IdMutate = ReplicaId ?=> Mutate

Attributes

Inherited from:
OpsTypes
final type Mutate = PermMutate ?=> C

Attributes

Inherited from:
OpsTypes
final type PermCausalMutate = PermCausalMutate[C, L]

Attributes

Inherited from:
OpsTypes
final type PermMutate = PermMutate[C, L]

Attributes

Inherited from:
OpsTypes
final type PermQuery = PermQuery[C, L]

Attributes

Inherited from:
OpsTypes

Value members

Concrete methods

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

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: PermCausalMutate)
def mutator: C

Attributes

Inherited from:
OpsSyntaxHelper