Exclusive

rdts.protocols.Exclusive
case class Exclusive[T](token: Token, value: T)(using evidence$1: Bottom[T])

Attributes

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

Members list

Value members

Concrete methods

def transform(f: T => T)(using LocalUid): T

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product