RubisSyntax

kofre.datatypes.experiments.RubisInterface.RubisSyntax
implicit class RubisSyntax[C](container: C) extends OpsSyntaxHelper[C, State]

Attributes

Graph
Supertypes
trait OpsTypes[C, State]
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
final type IsMutator = PermMutate[C, State]

Attributes

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

Attributes

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

Attributes

Inherited from:
OpsTypes

Value members

Concrete methods

def closeAuction(auctionId: AID)(using IsMutator): C
def openAuction(auctionId: AID)(using IsMutator): C
def placeBid(auctionId: AID, userId: User, price: Int): IdMutator

Inherited methods

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

Attributes

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

Attributes

Inherited from:
OpsSyntaxHelper

Extensions

Inherited extensions

extension [A](a: A)

Attributes

Inherited from:
OpsSyntaxHelper
extension (l: State)

Attributes

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

Attributes

Inherited from:
OpsSyntaxHelper