Package akka.stream
Class QueueOfferResult.Dropped$
- java.lang.Object
-
- akka.stream.QueueOfferResult
-
- akka.stream.QueueOfferResult.Dropped$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- QueueOfferResult
public static class QueueOfferResult.Dropped$ extends QueueOfferResult implements scala.Product, java.io.Serializable
Type is used to indicate that stream is dropped an element- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class akka.stream.QueueOfferResult
QueueOfferResult.Dropped$, QueueOfferResult.Enqueued$, QueueOfferResult.Failure, QueueOfferResult.Failure$, QueueOfferResult.QueueClosed$
-
-
Field Summary
Fields Modifier and Type Field Description static QueueOfferResult.Dropped$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Dropped$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canEqual(java.lang.Object x$1)
int
hashCode()
boolean
isEnqueued()
Return ture if the element was already enqueued, otherwise false.int
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.stream.QueueOfferResult
dropped, enqueued
-
-
-
-
Field Detail
-
MODULE$
public static final QueueOfferResult.Dropped$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
isEnqueued
public boolean isEnqueued()
Description copied from class:QueueOfferResult
Return ture if the element was already enqueued, otherwise false.- Specified by:
isEnqueued
in classQueueOfferResult
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArity
in interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElement
in interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqual
in interfacescala.Equals
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-