syntax

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
OpsTypes

Value members

Concrete methods

def insertAllGL(i: Int, elems: Iterable[E]): Mutator
def insertGL(i: Int, e: E): Mutator
def read(using IsQuery)(i: Int): Option[E]
def size(using IsQuery): Int
def toLazyList(using IsQuery): LazyList[E]
def toList(using IsQuery): List[E]
def without(elems: Set[E])(using IsMutator): C

Inherited methods

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

Attributes

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

Attributes

Inherited from:
OpsSyntaxHelper

Extensions

Inherited extensions

extension [A](a: A)

Attributes

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

Attributes

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

Attributes

Inherited from:
OpsSyntaxHelper