Package org.apache.pekko.cluster.ddata
Class DurableStore.StoreReply$
java.lang.Object
scala.runtime.AbstractFunction3<Object,Object,ActorRef,DurableStore.StoreReply>
org.apache.pekko.cluster.ddata.DurableStore.StoreReply$
- All Implemented Interfaces:
Serializable
,scala.Function3<Object,
Object, ActorRef, DurableStore.StoreReply>
- Enclosing class:
- DurableStore
public static class DurableStore.StoreReply$
extends scala.runtime.AbstractFunction3<Object,Object,ActorRef,DurableStore.StoreReply>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DurableStore.StoreReply$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class scala.runtime.AbstractFunction3
curried, tupled
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
StoreReply$
public StoreReply$()
-
-
Method Details
-
toString
- Specified by:
toString
in interfacescala.Function3<Object,
Object, ActorRef, DurableStore.StoreReply> - Overrides:
toString
in classscala.runtime.AbstractFunction3<Object,
Object, ActorRef, DurableStore.StoreReply>
-
apply
- Specified by:
apply
in interfacescala.Function3<Object,
Object, ActorRef, DurableStore.StoreReply>
-
unapply
-