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

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

Attributes

Inherited from:
OpsSyntaxHelper