kofre.datatypes.alternatives.rga

Members list

Type members

Classlikes

case class DeltaSequence[A](vertices: ReplicatedSet[Vertex], edges: DeltaSequenceOrder, values: Map[Vertex, A])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object DeltaSequence

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class LatticeSequence[A, VertexSet](vertices: VertexSet, edges: Map[Vertex, Vertex], values: Map[Vertex, A])(implicit vertexSet: SetLike[Vertex, VertexSet])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
object Sequence

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Sequence.type
trait SetLike[A, F]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object SetLike

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
SetLike.type
case class Vertex(timestamp: Timestamp, id: Uid)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Vertex

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Vertex.type