RGOA

object RGOA
class Object
trait Matchable
class Any

Type members

Types

type RGOA[A] = LatticeSequence[A, Set[Vertex]]

Value members

Concrete methods

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

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

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

Value Params
value

the value

Returns

new CRDT instance representing the value

def empty[A]: RGOA[A]

Implicits

Implicits

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