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