syntax

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

It is enabled if there is a value in the store. It relies on the external context to track removals.

Attributes

Graph
Supertypes
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 disable(using PermCausalMutate)(): C
def enable(using ReplicaId)(): CausalMutate
def read(using PermQuery): Boolean

Extensions

Inherited extensions

extension [A](a: A)

Attributes

Inherited from:
OpsSyntaxHelper
extension (l: EnableWinsFlag)

Attributes

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

Attributes

Inherited from:
OpsSyntaxHelper