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 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 contains(using PermQuery)(element: E): Boolean
def elements(using PermQuery): Set[E]
def insert(using PermMutate)(element: E): C
def remove(using PermMutate)(element: E): C
def removeAll(using PermMutate)(elements: Set[E]): C

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

Attributes

Inherited from:
OpsSyntaxHelper