public static final class ORSet.RemoveDeltaOp<A> extends ORSet.AtomicDeltaOp<A> implements scala.Product, scala.Serializable
| Constructor and Description |
|---|
RemoveDeltaOp(ORSet<A> underlying) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEqual(java.lang.Object x$1) |
<A> ORSet.RemoveDeltaOp<A> |
copy(ORSet<A> underlying) |
<A> ORSet<A> |
copy$default$1() |
boolean |
equals(java.lang.Object x$1) |
int |
hashCode() |
ORSet.DeltaOp |
merge(ORSet.DeltaOp that) |
int |
productArity() |
java.lang.Object |
productElement(int x$1) |
scala.collection.Iterator<java.lang.Object> |
productIterator() |
java.lang.String |
productPrefix() |
java.lang.String |
toString() |
ORSet<A> |
underlying() |
public ORSet<A> underlying()
underlying in class ORSet.AtomicDeltaOp<A>public ORSet.DeltaOp merge(ORSet.DeltaOp that)
merge in interface ORSet.DeltaOppublic <A> ORSet.RemoveDeltaOp<A> copy(ORSet<A> underlying)
public <A> ORSet<A> copy$default$1()
public java.lang.String productPrefix()
productPrefix in interface scala.Productpublic int productArity()
productArity in interface scala.Productpublic java.lang.Object productElement(int x$1)
productElement in interface scala.Productpublic scala.collection.Iterator<java.lang.Object> productIterator()
productIterator in interface scala.Productpublic boolean canEqual(java.lang.Object x$1)
canEqual in interface scala.Equalspublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object x$1)
equals in interface scala.Equalsequals in class java.lang.Object