syntax

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

Attributes

Graph
Supertypes
trait OpsTypes[C, CausalQueue[T]]
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 dequeue(using PermCausalMutate)(): C
def elements(using PermQuery): Queue[T]
def enqueue(using ReplicaId, PermCausalMutate)(e: T): C
def head(using PermQuery): T
def removeBy(using PermCausalMutate)(p: T => Boolean): C

Extensions

Inherited extensions

extension [A](a: A)

Attributes

Inherited from:
OpsSyntaxHelper
extension (l: CausalQueue[T])

Attributes

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

Attributes

Inherited from:
OpsSyntaxHelper