DeltaSequenceOps

kofre.datatypes.alternatives.rga.DeltaSequence.DeltaSequenceOps
implicit class DeltaSequenceOps[C, A](container: C) extends OpsSyntaxHelper[C, DeltaSequence[A]]

Attributes

Graph
Supertypes
trait OpsTypes[C, DeltaSequence[A]]
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 addRightDelta(replica: Uid, left: Vertex, insertee: Vertex, value: A)(using PermCausalMutate): C
def filterDelta(keep: A => Boolean)(using PermCausalMutate): C
def iterator(using PermQuery): Iterator[A]
def prependDelta(replica: Uid, value: A)(using PermCausalMutate): C
def removeDelta(v: Vertex)(using PermCausalMutate): C
def successor(v: Vertex)(using PermQuery): Option[Vertex]
def toList(using PermQuery): List[A]
def vertexIterator(using PermQuery): Iterator[Vertex]

Extensions

Inherited extensions

extension [A](a: A)

Attributes

Inherited from:
OpsSyntaxHelper
extension (l: DeltaSequence[A])

Attributes

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

Attributes

Inherited from:
OpsSyntaxHelper