syntax

kofre.datatypes.GrowOnlyMap$package.GrowOnlyMap.syntax
implicit class syntax[C, K, V](container: C) extends OpsSyntaxHelper[C, Map[K, V]]

Attributes

Graph
Supertypes
class OpsSyntaxHelper[C, Map[K, V]]
trait OpsTypes[C, Map[K, V]]
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, Map[K, V]]

Attributes

Inherited from:
OpsTypes
final type IsMutator = PermMutate[C, Map[K, V]]

Attributes

Inherited from:
OpsTypes
final type IsQuery = PermQuery[C, Map[K, V]]

Attributes

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

Attributes

Inherited from:
OpsTypes

Value members

Concrete methods

def contains(using IsQuery)(k: K): Boolean
def mutateKeyNamedCtx(k: K, default: => V)(m: (Dotted[V]) => Dotted[V])(using IsCausalMutator): C
def queryAllEntries(using IsQuery)(): Iterable[V]
def queryKey(using IsQuery)(k: K): Option[V]

Inherited methods

def delta(l: Map[K, V])(using perm: IsMutator): C

Attributes

Inherited from:
OpsSyntaxHelper
def delta(l: Dotted[Map[K, V]])(using perm: IsCausalMutator): C

Attributes

Inherited from:
OpsSyntaxHelper

Extensions

Inherited extensions

extension [A](a: A)

Attributes

Inherited from:
OpsSyntaxHelper
extension (l: Map[K, V])

Attributes

Inherited from:
OpsSyntaxHelper
extension (l: Dotted[Map[K, V]])(using perm: IsCausalMutator)
def mutator: C

Attributes

Inherited from:
OpsSyntaxHelper