Package org.apache.pekko.cluster.ddata
Class ORMap.DeltaGroup$
java.lang.Object
org.apache.pekko.cluster.ddata.ORMap.DeltaGroup$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ORMap<A,
B extends ReplicatedData>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ORMap.DeltaGroup$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<A,B extends ReplicatedData>
org.apache.pekko.cluster.ddata.ORMap.DeltaGroup<A,B> apply(scala.collection.immutable.IndexedSeq<ORMap.DeltaOp> ops) final StringtoString()<A,B extends ReplicatedData>
scala.Option<scala.collection.immutable.IndexedSeq<ORMap.DeltaOp>>unapply(org.apache.pekko.cluster.ddata.ORMap.DeltaGroup<A, B> 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,B extends ReplicatedData> org.apache.pekko.cluster.ddata.ORMap.DeltaGroup<A,B> apply(scala.collection.immutable.IndexedSeq<ORMap.DeltaOp> ops) -
unapply
public <A,B extends ReplicatedData> scala.Option<scala.collection.immutable.IndexedSeq<ORMap.DeltaOp>> unapply(org.apache.pekko.cluster.ddata.ORMap.DeltaGroup<A, B> x$0)
-