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