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

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 insertAllGL(using PermMutate, ReplicaId)(i: Int, elems: Iterable[E]): C
def insertGL(i: Int, e: E): () ?=> C
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: 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