syntax

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

Attributes

Graph
Supertypes
class OpsSyntaxHelper[C, Epoche[E]]
trait OpsTypes[C, Epoche[E]]
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 epocheWrite(using PermMutate)(value: E): C
def map(using PermMutate)(f: E => E): C
def read(using PermQuery): E
def write(using PermMutate)(value: E): C

Extensions

Inherited extensions

extension [A](a: A)

Attributes

Inherited from:
OpsSyntaxHelper
extension (l: Epoche[E])

Attributes

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

Attributes

Inherited from:
OpsSyntaxHelper