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 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 closeAuction(auctionId: AID)(using PermMutate): C
def openAuction(auctionId: AID)(using PermMutate): C
def placeBid(auctionId: AID, userId: User, price: Int): IdMutate

Extensions

Inherited extensions

extension [A](a: A)

Attributes

Inherited from:
OpsSyntaxHelper
extension (l: State)

Attributes

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

Attributes

Inherited from:
OpsSyntaxHelper