final class AddDeltaOp[A] extends AtomicDeltaOp[A]
- Source
- ORSet.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- AddDeltaOp
- AtomicDeltaOp
- DeltaOp
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def equals(obj: Any): Boolean
- Definition Classes
- AddDeltaOp → AnyRef → Any
- def hashCode(): Int
- Definition Classes
- AddDeltaOp → AnyRef → Any
- def merge(that: DeltaOp): DeltaOp
- Definition Classes
- → DeltaOp
- def toString(): String
- Definition Classes
- AddDeltaOp → AnyRef → Any
- val underlying: ORSet[A]
- Definition Classes
- AddDeltaOp → AtomicDeltaOp