Package akka.cluster.ddata
Class LWWMap$
- java.lang.Object
 - 
- akka.cluster.ddata.LWWMap$
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class LWWMap$ extends java.lang.Object implements java.io.Serializable- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description LWWMap$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LWWMap<java.lang.Object,java.lang.Object>apply()<A,B>
LWWMap<A,B>create()Java API<A,B>
LWWMap<A,B>empty()<A,B>
scala.Option<scala.collection.immutable.Map<A,B>>unapply(LWWMap<A,B> m)Extract theLWWMap.entries(). 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final LWWMap$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
empty
public <A,B> LWWMap<A,B> empty()
 
- 
apply
public LWWMap<java.lang.Object,java.lang.Object> apply()
 
- 
create
public <A,B> LWWMap<A,B> create()
Java API 
- 
unapply
public <A,B> scala.Option<scala.collection.immutable.Map<A,B>> unapply(LWWMap<A,B> m)
Extract theLWWMap.entries(). 
 - 
 
 -