GrowOnlySequence

kofre.datatypes.alternatives.rga.GrowOnlySequence$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Types

Value members

Concrete methods

def apply[A](value: Seq[A]): GrowOnlySequence[A]

Allows the creation of new CRDTs by passing an initial value.

Allows the creation of new CRDTs by passing an initial value.

Attributes

value

the value

Returns:

new CRDT instance representing the value

Implicits

Implicits

implicit def lattice[A]: Lattice[GrowOnlySequence[A]]