AuctionSyntax

kofre.datatypes.experiments.AuctionInterface.AuctionData.AuctionSyntax
implicit class AuctionSyntax[C](container: C) extends OpsSyntaxHelper[C, AuctionData]

Attributes

Graph
Supertypes
trait OpsTypes[C, AuctionData]
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 bid(userId: User, price: Int): Mutate
def close()(using PermMutate): C

Extensions

Inherited extensions

extension [A](a: A)

Attributes

Inherited from:
OpsSyntaxHelper
extension (l: AuctionData)

Attributes

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

Attributes

Inherited from:
OpsSyntaxHelper