Class ORSet$

  • All Implemented Interfaces:
    java.io.Serializable

    public class ORSet$
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ORSet$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      ORSet$()  
    • Field Detail

      • MODULE$

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

      • ORSet$

        public ORSet$()
    • Method Detail

      • empty

        public <A> ORSet<A> empty()
      • apply

        public ORSet<java.lang.Object> apply()
      • create

        public <A> ORSet<A> create()
        Java API
      • unapply

        public <A> scala.Option<scala.collection.immutable.Set<A>> unapply​(ORSet<A> s)
        Extract the ORSet.elements().
      • unapply

        public scala.Option<scala.collection.immutable.Set<java.lang.Object>> unapply​(ReplicatedData a)
        Extract the ORSet.elements() of an ORSet.