Package org.apache.pekko.cluster.ddata
Class ORMap$
java.lang.Object
org.apache.pekko.cluster.ddata.ORMap$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply()<A,B extends ReplicatedData>
ORMap<A,B> create()Java API<A,B extends ReplicatedData>
ORMap<A,B> empty()<A,B extends ReplicatedData>
scala.Option<scala.collection.immutable.Map<A,B>> Extract theORMap.entries().
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ORMap$
public ORMap$()
-
-
Method Details
-
empty
-
apply
-
create
Java API -
unapply
public <A,B extends ReplicatedData> scala.Option<scala.collection.immutable.Map<A,B>> unapply(ORMap<A, B> m) Extract theORMap.entries().
-