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