Package akka.cluster.ddata
Class PNCounterMapKey$
- java.lang.Object
 - 
- akka.cluster.ddata.PNCounterMapKey$
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class PNCounterMapKey$ extends java.lang.Object implements java.io.Serializable- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static PNCounterMapKey$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description PNCounterMapKey$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A> PNCounterMapKey<A>apply(java.lang.String _id)<A> Key<PNCounterMap<A>>create(java.lang.String id)<A> scala.Option<java.lang.String>unapply(PNCounterMapKey<A> x$0) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final PNCounterMapKey$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
create
public <A> Key<PNCounterMap<A>> create(java.lang.String id)
 
- 
apply
public <A> PNCounterMapKey<A> apply(java.lang.String _id)
 
- 
unapply
public <A> scala.Option<java.lang.String> unapply(PNCounterMapKey<A> x$0)
 
 - 
 
 -