GrowOnlySequence

kofre.datatypes.alternatives.rga.GrowOnlySequence

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

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.

Value parameters

value

the value

Attributes

Returns

new CRDT instance representing the value

def empty[A]: GrowOnlySequence[A]

Implicits

Implicits

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