DeltaOp

trait Serializable
class Object
trait Matchable
class Any

Type members

Types

type T = DeltaOp

Value members

Inherited methods

def merge(that: T): T

Monotonic merge function.

Monotonic merge function.

Inherited from:
ReplicatedData
Source:
ReplicatedData.scala

The empty full state. This is used when a delta is received and no existing full state exists on the receiving side. Then the delta is merged into the zero to create the initial full state.

The empty full state. This is used when a delta is received and no existing full state exists on the receiving side. Then the delta is merged into the zero to create the initial full state.

Inherited from:
ReplicatedDelta
Source:
ReplicatedData.scala