package sets
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class AddWinsSet[A](store: Map[A, Set[Dot]], context: Set[Dot]) extends Product with Serializable
- case class AddWinsSetO[A](store: Map[A, Context], context: Context) extends Product with Serializable
-
case class
ORSet[A](entries: Map[Id, A], tombstones: Set[Id]) extends Product with Serializable
Implementation of an Observed-Remove Set similar to the one described by Shapiro et al.
Implementation of an Observed-Remove Set similar to the one described by Shapiro et al. (2011)
- trait SetLike[A, F] extends AnyRef
-
case class
TwoPSet[A](entries: Set[A], tombstones: Set[A]) extends Product with Serializable
Two phase set where elements can be added and removed but never added again.
Value Members
- object AddWinsSet extends Serializable
- object AddWinsSetO extends Serializable
- object ORSet extends Serializable
- object SetLike
- object TwoPSet extends Serializable