syntax

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

Attributes

Graph
Supertypes
trait OpsTypes[C, TwoPhaseSet[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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
OpsTypes

Value members

Concrete methods

def contains(using IsQuery)(element: E): Boolean
def elements(using IsQuery): Set[E]
def insert(using IsMutator)(element: E): C
def remove(using IsMutator)(element: E): C
def removeAll(using IsMutator)(elements: Set[E]): C

Inherited methods

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

Attributes

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

Attributes

Inherited from:
OpsSyntaxHelper

Extensions

Inherited extensions

extension [A](a: A)

Attributes

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

Attributes

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

Attributes

Inherited from:
OpsSyntaxHelper