syntax

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

Attributes

Graph
Supertypes
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

Attributes

Inherited from:
OpsTypes

Attributes

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

Attributes

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

Attributes

Inherited from:
OpsTypes

Value members

Concrete methods

def add(amount: Int): IdMutator
def inc(): IdMutator
def value(using IsQuery): Int

Inherited methods

def delta(l: GrowOnlyCounter)(using perm: IsMutator): C

Attributes

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

Attributes

Inherited from:
OpsSyntaxHelper

Extensions

Inherited extensions

extension [A](a: A)

Attributes

Inherited from:
OpsSyntaxHelper
extension (l: GrowOnlyCounter)

Attributes

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

Attributes

Inherited from:
OpsSyntaxHelper