syntax

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

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, PosNegCounter]

Attributes

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

Attributes

Inherited from:
OpsTypes

Value members

Concrete methods

def add(delta: Int): IdMutator
def dec(): IdMutator
def inc(): IdMutator
def value(using IsQuery): Int

Inherited methods

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

Attributes

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

Attributes

Inherited from:
OpsSyntaxHelper

Extensions

Inherited extensions

extension [A](a: A)

Attributes

Inherited from:
OpsSyntaxHelper
extension (l: PosNegCounter)

Attributes

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

Attributes

Inherited from:
OpsSyntaxHelper