Causal

rdts.datatypes.experiments.protocols.Causal
case class Causal[T](deltas: Set[Dotted[T]])(implicit evidence$1: Lattice[T], evidence$2: HasDots[T], evidence$3: Bottom[T])

totally not incredibly inefficient

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def value: T

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product