public static class ORSet.RemoveDeltaOp$
extends java.lang.Object
implements scala.Serializable
| Modifier and Type | Field and Description |
|---|---|
static ORSet.RemoveDeltaOp$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
RemoveDeltaOp$() |
| Modifier and Type | Method and Description |
|---|---|
<A> ORSet.RemoveDeltaOp<A> |
apply(ORSet<A> underlying) |
java.lang.String |
toString() |
<A> scala.Option<ORSet<A>> |
unapply(ORSet.RemoveDeltaOp<A> x$0) |
public static final ORSet.RemoveDeltaOp$ MODULE$
public final java.lang.String toString()
toString in class java.lang.Objectpublic <A> ORSet.RemoveDeltaOp<A> apply(ORSet<A> underlying)
public <A> scala.Option<ORSet<A>> unapply(ORSet.RemoveDeltaOp<A> x$0)