Class Server$

All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class Server$ extends Server implements scala.Product, Serializable
See Also:
  • Field Details

    • MODULE$

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

    • Server$

      public Server$()
  • Method Details

    • productPrefix

      public String productPrefix()
      Specified by:
      productPrefix in interface scala.Product
      Overrides:
      productPrefix in class Server
    • productArity

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

      public Object productElement(int x$1)
      Specified by:
      productElement in interface scala.Product
      Overrides:
      productElement in class Server
    • productIterator

      public scala.collection.Iterator<Object> productIterator()
      Specified by:
      productIterator in interface scala.Product
      Overrides:
      productIterator in class Server
    • canEqual

      public boolean canEqual(Object x$1)
      Specified by:
      canEqual in interface scala.Equals
      Overrides:
      canEqual in class Server
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Server
    • toString

      public String toString()
      Overrides:
      toString in class Server