Class PropsImpl.ActorTagsImpl

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Product
    Enclosing class:
    PropsImpl

    public static final class PropsImpl.ActorTagsImpl
    extends ActorTags
    implements scala.Product, java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • ActorTagsImpl

        public ActorTagsImpl​(scala.collection.immutable.Set<java.lang.String> tags,
                             Props next)
    • Method Detail

      • tags

        public scala.collection.immutable.Set<java.lang.String> tags()
        Description copied from class: ActorTags
        Scala API: one or more tags defined for the actor
        Specified by:
        tags in class ActorTags
        Returns:
      • next

        public Props next()
      • withNext

        public Props withNext​(Props next)
      • copy$default$1

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

        public Props copy$default$2()
      • productPrefix

        public java.lang.String productPrefix()
        Specified by:
        productPrefix in interface scala.Product
      • productArity

        public int productArity()
        Specified by:
        productArity in interface scala.Product
      • productElement

        public java.lang.Object productElement​(int x$1)
        Specified by:
        productElement in interface scala.Product
      • productIterator

        public scala.collection.Iterator<java.lang.Object> productIterator()
        Specified by:
        productIterator in interface scala.Product
      • canEqual

        public boolean canEqual​(java.lang.Object x$1)
        Specified by:
        canEqual in interface scala.Equals
      • productElementName

        public java.lang.String productElementName​(int x$1)
        Specified by:
        productElementName in interface scala.Product
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object x$1)
        Specified by:
        equals in interface scala.Equals
        Overrides:
        equals in class java.lang.Object