syntax

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Inherited types

final type IdMut[C] = ReplicaId ?=> PermMutate ?=> C

Attributes

Inherited from:
OpsTypes

Attributes

Inherited from:
OpsTypes
final type PermMutate = PermMutate[C, L]

Attributes

Inherited from:
OpsTypes
final type PermQuery = PermQuery[C, L]

Attributes

Inherited from:
OpsTypes
final type ReplicaId = ReplicaId

Attributes

Inherited from:
OpsTypes

Value members

Concrete methods

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

Extensions

Inherited extensions

extension [A](a: A)

Attributes

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

Attributes

Inherited from:
OpsSyntaxHelper
extension (l: L)
def mutator(using perm: PermMutate): C

Attributes

Inherited from:
OpsSyntaxHelper