DotStoreLattice

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A](implicit dotStore: DotStoreLattice[A]): dotStore
def merge[A : DotStoreLattice](left: Causal[A], right: Causal[A]): Causal[A]
def next[A : DotStoreLattice](id: Id, c: A): Dot

Implicits

Implicits

implicit
def DotMapInstance[Key, A](implicit dsl: DotStoreLattice[A]): DotStoreLattice[Map[Key, A]]
implicit