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 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 insertAllGL(i: Int, elems: Iterable[E]): Mutate
def insertGL(i: Int, e: E): Mutate
def read(using PermQuery)(i: Int): Option[E]
def size(using PermQuery): Int
def toLazyList(using PermQuery): LazyList[E]
def toList(using PermQuery): List[E]
def without(elems: Set[E])(using PermMutate): C

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: PermCausalMutate)
def mutator: C

Attributes

Inherited from:
OpsSyntaxHelper