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