HasDots

kofre.dotted.HasDots
See theHasDots companion object
trait HasDots[-A]

See: Dot stores in delta state replicated data types

But here, a dot store is something that can be seen as a Dots

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object hasDots.type
object hasDotsEWF.type
object hasDots.type

Members list

Concise view

Value members

Abstract methods

def dots(a: A): Dots

Concrete methods

def map[B](f: B => A): HasDots[B]