Class ORSet.DeltaGroup$
java.lang.Object
org.apache.pekko.persistence.typed.crdt.ORSet.DeltaGroup$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ORSet.DeltaGroup$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<A> org.apache.pekko.persistence.typed.crdt.ORSet.DeltaGroup<A>apply(scala.collection.immutable.IndexedSeq<ORSet.DeltaOp> ops) final StringtoString()<A> scala.Option<scala.collection.immutable.IndexedSeq<ORSet.DeltaOp>>unapply(org.apache.pekko.persistence.typed.crdt.ORSet.DeltaGroup<A> x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
DeltaGroup$
public DeltaGroup$()
-
-
Method Details
-
toString
-
apply
public <A> org.apache.pekko.persistence.typed.crdt.ORSet.DeltaGroup<A> apply(scala.collection.immutable.IndexedSeq<ORSet.DeltaOp> ops) -
unapply
public <A> scala.Option<scala.collection.immutable.IndexedSeq<ORSet.DeltaOp>> unapply(org.apache.pekko.persistence.typed.crdt.ORSet.DeltaGroup<A> x$0)
-