Class Shard.State$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Serializable
    Enclosing class:
    Shard

    public static class Shard.State$
    extends java.lang.Object
    implements scala.Serializable
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor Description
      State$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      scala.collection.immutable.Set<java.lang.String> $lessinit$greater$default$1()
      Persistent state of the Shard.
      Shard.State apply​(scala.collection.immutable.Set<java.lang.String> entities)
      Persistent state of the Shard.
      scala.collection.immutable.Set<java.lang.String> apply$default$1()  
      Shard.State Empty()  
      scala.Option<scala.collection.immutable.Set<java.lang.String>> unapply​(Shard.State x$0)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

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

      • State$

        public State$()
    • Method Detail

      • $lessinit$greater$default$1

        public scala.collection.immutable.Set<java.lang.String> $lessinit$greater$default$1()
        Persistent state of the Shard.
        Returns:
        (undocumented)
      • apply

        public Shard.State apply​(scala.collection.immutable.Set<java.lang.String> entities)
        Persistent state of the Shard.
        Parameters:
        entities - (undocumented)
        Returns:
        (undocumented)
      • apply$default$1

        public scala.collection.immutable.Set<java.lang.String> apply$default$1()
      • unapply

        public scala.Option<scala.collection.immutable.Set<java.lang.String>> unapply​(Shard.State x$0)