final class AddDeltaOp[A] extends AtomicDeltaOp[A]

Source
ORSet.scala
Linear Supertypes
AtomicDeltaOp[A], DeltaOp, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AddDeltaOp
  2. AtomicDeltaOp
  3. DeltaOp
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AddDeltaOp(underlying: ORSet[A])

Value Members

  1. def equals(obj: Any): Boolean
    Definition Classes
    AddDeltaOp → AnyRef → Any
  2. def hashCode(): Int
    Definition Classes
    AddDeltaOp → AnyRef → Any
  3. def merge(that: DeltaOp): DeltaOp
    Definition Classes
    DeltaOp
  4. def toString(): String
    Definition Classes
    AddDeltaOp → AnyRef → Any
  5. val underlying: ORSet[A]
    Definition Classes
    AddDeltaOp → AtomicDeltaOp