Class ORMap.AtomicDeltaOp<A,​B extends ReplicatedData>

    • Constructor Detail

      • AtomicDeltaOp

        public AtomicDeltaOp()
        Implements a 'Observed Remove Map' CRDT, also called a 'OR-Map'.

        It has similar semantics as an ORSet, but in case of concurrent updates the values are merged, and must therefore be ReplicatedData types themselves.

        This class is immutable, i.e. "modifying" methods return a new instance.