Package org.apache.pekko.cluster.ddata
Class ORMap.PutDeltaOp$
java.lang.Object
org.apache.pekko.cluster.ddata.ORMap.PutDeltaOp$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ORMap<A,
B extends ReplicatedData>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ORMap.PutDeltaOp$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.PutDeltaOp<A,B> apply(ORSet.DeltaOp underlying, scala.Tuple2<A, B> value, ORMap.ZeroTag zeroTag) final StringtoString()<A,B extends ReplicatedData>
scala.Option<scala.Tuple3<ORSet.DeltaOp,scala.Tuple2<A, B>, ORMap.ZeroTag>> unapply(org.apache.pekko.cluster.ddata.ORMap.PutDeltaOp<A, B> x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
PutDeltaOp$
public PutDeltaOp$()
-
-
Method Details
-
toString
-
apply
public <A,B extends ReplicatedData> org.apache.pekko.cluster.ddata.ORMap.PutDeltaOp<A,B> apply(ORSet.DeltaOp underlying, scala.Tuple2<A, B> value, ORMap.ZeroTag zeroTag) -
unapply
public <A,B extends ReplicatedData> scala.Option<scala.Tuple3<ORSet.DeltaOp,scala.Tuple2<A, unapplyB>, ORMap.ZeroTag>> (org.apache.pekko.cluster.ddata.ORMap.PutDeltaOp<A, B> x$0)
-