syntax

kofre.datatypes.GrowOnlySet$package.GrowOnlySet.syntax
implicit class syntax[C, E](container: C) extends OpsSyntaxHelper[C, Set[E]]

Attributes

Graph
Supertypes
class OpsSyntaxHelper[C, Set[E]]
trait OpsTypes[C, Set[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
final type IsCausalMutator = PermCausalMutate[C, Set[E]]

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
OpsTypes

Value members

Concrete methods

def elements(using IsQuery): Set[E]
def insert(element: E)(using IsMutator): C

Inherited methods

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

Attributes

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

Attributes

Inherited from:
OpsSyntaxHelper

Extensions

Inherited extensions

extension [A](a: A)

Attributes

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

Attributes

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

Attributes

Inherited from:
OpsSyntaxHelper