syntax

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

Attributes

Graph
Supertypes
trait OpsTypes[C, ReplicatedList[E]]
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, ReplicatedList[E]]

Attributes

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

Attributes

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

Attributes

Inherited from:
OpsTypes

Value members

Concrete methods

def append(using ReplicaId, IsCausalMutator)(e: E): C
def appendAll(using ReplicaId, IsCausalMutator)(elems: Iterable[E]): C
def clear(using IsCausalMutator)(): C
def delete(using ReplicaId, IsCausalMutator)(i: Int): C
def deleteBy(using ReplicaId, IsCausalMutator)(cond: E => Boolean): C
def insert(using ReplicaId, IsCausalMutator)(i: Int, e: E): C
def insertAll(using ReplicaId, IsCausalMutator)(i: Int, elems: Iterable[E]): C
def prepend(using ReplicaId, IsCausalMutator)(e: E): C
def prependAll(using ReplicaId, IsCausalMutator)(elems: Iterable[E]): C
def read(using IsQuery)(i: Int): Option[E]
def sequence(using IsQuery): Long
def size(using IsQuery): Int
def toList(using IsQuery): List[E]
def update(using ReplicaId, IsCausalMutator)(i: Int, e: E): C
def updateBy(using ReplicaId, IsCausalMutator)(cond: E => Boolean, e: E): C

Inherited methods

def delta(l: ReplicatedList[E])(using perm: IsMutator): C

Attributes

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

Attributes

Inherited from:
OpsSyntaxHelper

Extensions

Inherited extensions

extension [A](a: A)

Attributes

Inherited from:
OpsSyntaxHelper
extension (l: ReplicatedList[E])

Attributes

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

Attributes

Inherited from:
OpsSyntaxHelper