Package org.apache.pekko.cluster.ddata
Class LWWMap$
- java.lang.Object
- 
- org.apache.pekko.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 SummaryConstructors Constructor Description LWWMap$()
 - 
Method SummaryAll 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- 
emptypublic <A,B> LWWMap<A,B> empty() 
 - 
applypublic LWWMap<java.lang.Object,java.lang.Object> apply() 
 - 
createpublic <A,B> LWWMap<A,B> create() Java API
 - 
unapplypublic <A,B> scala.Option<scala.collection.immutable.Map<A,B>> unapply(LWWMap<A,B> m) Extract theLWWMap.entries().
 
- 
 
-