Class LWWMap$

java.lang.Object
org.apache.pekko.cluster.ddata.LWWMap$
All Implemented Interfaces:
Serializable

public class LWWMap$ extends Object implements Serializable
See Also:
  • Field Details

    • MODULE$

      public static final LWWMap$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • LWWMap$

      public LWWMap$()
  • Method Details

    • empty

      public <A, B> LWWMap<A,B> empty()
    • apply

      public LWWMap<Object,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 the LWWMap.entries().