syntax

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

Attributes

Graph
Supertypes
trait OpsTypes[C, AddWinsSet[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 add(using ReplicaId)(e: E): CausalMutate
def addAll(using ReplicaId, PermCausalMutate)(elems: Iterable[E]): C
def clear()(using PermQuery, PermCausalMutate): C
def contains(using PermQuery)(elem: E): Boolean
def elements(using PermQuery): Set[E]
def remove(using PermQuery, PermCausalMutate)(e: E): C
def removeAll(elems: Iterable[E])(using PermQuery, PermCausalMutate): C
def removeBy(cond: E => Boolean)(using PermQuery, PermCausalMutate): C

Extensions

Inherited extensions

extension [A](a: A)

Attributes

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

Attributes

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

Attributes

Inherited from:
OpsSyntaxHelper