Package akka
Class NotUsed$
- java.lang.Object
-
- akka.NotUsed
-
- akka.NotUsed$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
public class NotUsed$ extends NotUsed implements scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotUsed$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canEqual(java.lang.Object x$1)
NotUsed
getInstance()
Java API: the singleton instanceint
hashCode()
NotUsed
notUsed()
Java API: the singleton instanceint
productArity()
java.lang.Object
productElement(int x$1)
scala.collection.Iterator<java.lang.Object>
productIterator()
java.lang.String
productPrefix()
java.lang.String
toString()
-
Methods inherited from class akka.NotUsed
equals, productElementName, productElementNames
-
-
-
-
Field Detail
-
MODULE$
public static final NotUsed$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
getInstance
public NotUsed getInstance()
Java API: the singleton instance- Overrides:
getInstance
in classNotUsed
-
notUsed
public NotUsed notUsed()
Java API: the singleton instanceThis is equivalent to
NotUsed.getInstance
, but can be used with static import.
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefix
in interfacescala.Product
- Overrides:
productPrefix
in classNotUsed
-
productArity
public int productArity()
- Specified by:
productArity
in interfacescala.Product
- Overrides:
productArity
in classNotUsed
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElement
in interfacescala.Product
- Overrides:
productElement
in classNotUsed
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIterator
in interfacescala.Product
- Overrides:
productIterator
in classNotUsed
-
canEqual
public boolean canEqual(java.lang.Object x$1)
-
-