public class UnhandledCommand$ extends UnhandledCommand<scala.runtime.Nothing$,java.lang.Object> implements scala.Product, scala.Serializable
| Modifier and Type | Field and Description |
|---|---|
static UnhandledCommand$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
UnhandledCommand$() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEqual(java.lang.Object x$1) |
int |
hashCode() |
int |
productArity() |
java.lang.Object |
productElement(int x$1) |
scala.collection.Iterator<java.lang.Object> |
productIterator() |
java.lang.String |
productPrefix() |
afterCallback, andThen, equals, toStringandThenpublic static final UnhandledCommand$ MODULE$
public java.lang.String productPrefix()
productPrefix in interface scala.ProductproductPrefix in class UnhandledCommand<scala.runtime.Nothing$,java.lang.Object>public int productArity()
productArity in interface scala.ProductproductArity in class UnhandledCommand<scala.runtime.Nothing$,java.lang.Object>public java.lang.Object productElement(int x$1)
productElement in interface scala.ProductproductElement in class UnhandledCommand<scala.runtime.Nothing$,java.lang.Object>public scala.collection.Iterator<java.lang.Object> productIterator()
productIterator in interface scala.ProductproductIterator in class UnhandledCommand<scala.runtime.Nothing$,java.lang.Object>public boolean canEqual(java.lang.Object x$1)
canEqual in interface scala.EqualscanEqual in class UnhandledCommand<scala.runtime.Nothing$,java.lang.Object>public int hashCode()
hashCode in class UnhandledCommand<scala.runtime.Nothing$,java.lang.Object>