Package org.apache.pekko.stream
Class QueueOfferResult.Dropped$
- java.lang.Object
- 
- org.apache.pekko.stream.QueueOfferResult
- 
- org.apache.pekko.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 org.apache.pekko.stream.QueueOfferResultQueueOfferResult.Dropped$, QueueOfferResult.Enqueued$, QueueOfferResult.Failure, QueueOfferResult.Failure$, QueueOfferResult.QueueClosed$
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static QueueOfferResult.Dropped$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description Dropped$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanEqual(java.lang.Object x$1)inthashCode()booleanisEnqueued()Return ture if the element was already enqueued, otherwise false.intproductArity()java.lang.ObjectproductElement(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()java.lang.StringtoString()- 
Methods inherited from class org.apache.pekko.stream.QueueOfferResultclosed, dropped, enqueued
 
- 
 
- 
- 
- 
Field Detail- 
MODULE$public static final QueueOfferResult.Dropped$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
isEnqueuedpublic boolean isEnqueued() Description copied from class:QueueOfferResultReturn ture if the element was already enqueued, otherwise false.- Specified by:
- isEnqueuedin class- QueueOfferResult
 
 - 
productPrefixpublic java.lang.String productPrefix() - Specified by:
- productPrefixin interface- scala.Product
 
 - 
productAritypublic int productArity() - Specified by:
- productArityin interface- scala.Product
 
 - 
productElementpublic java.lang.Object productElement(int x$1) - Specified by:
- productElementin interface- scala.Product
 
 - 
productIteratorpublic scala.collection.Iterator<java.lang.Object> productIterator() - Specified by:
- productIteratorin interface- scala.Product
 
 - 
canEqualpublic boolean canEqual(java.lang.Object x$1) - Specified by:
- canEqualin interface- scala.Equals
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-