Obrem

rdts.dotted.Obrem
See theObrem companion object
case class Obrem[A](data: A, observed: Dots, deletions: Dots)

Attributes

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

Members list

Value members

Concrete methods

def context: Dots
inline def mod[B](f: Dots ?=> A => Obrem[B]): Obrem[B]
inline def modn[B](f: A => B): Dotted[B]
def toDotted: Dotted[A]

For temporary compat

For temporary compat

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product