Cats Api Documentation

Version: 1.2.0

cats.labs.crdt.gset

Set union is commutative and convergent; hence it is always safe to have simultaneous writes to a set which only allows addition. You cannot remove an element of a G-Set.

->GSet

(->GSet s)

Positional factory function for class cats.labs.crdt.gset.GSet.

gset

(gset)(gset data)

A g-set data type constructor.

gset*

(gset* data)