Packages

sealed trait DeltaOp extends ReplicatedDelta with RequiresCausalDeliveryOfDeltas with ReplicatedDataSerialization

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeltaOp
  2. ReplicatedDataSerialization
  3. Serializable
  4. Serializable
  5. RequiresCausalDeliveryOfDeltas
  6. ReplicatedDelta
  7. ReplicatedData
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type T = DeltaOp

    The type of the concrete implementation, e.g.

    The type of the concrete implementation, e.g. GSet[A]. To be specified by subclass.

    Definition Classes
    DeltaOpReplicatedData

Abstract Value Members

  1. abstract def merge(that: T): T

    Monotonic merge function.

    Monotonic merge function.

    Definition Classes
    ReplicatedData
  2. abstract def zero: DeltaReplicatedData

    The empty 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.

    Definition Classes
    ReplicatedDelta