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 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)(k: K): Boolean
def mutateKeyNamedCtx(k: K, default: => V)(m: Dotted[V] => Dotted[V])(using PermCausalMutate): C
def queryAllEntries(using PermQuery)(): Iterable[V]
def queryKey(using PermQuery)(k: K): Option[V]

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

Attributes

Inherited from:
OpsSyntaxHelper