Package org.apache.pekko.stream
Class QueueOfferResult.QueueClosed$
java.lang.Object
org.apache.pekko.stream.QueueOfferResult
org.apache.pekko.stream.QueueCompletionResult
org.apache.pekko.stream.QueueOfferResult.QueueClosed$
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- Enclosing class:
- QueueOfferResult
public static class QueueOfferResult.QueueClosed$
extends QueueCompletionResult
implements scala.Product, Serializable
Type is used to indicate that stream is completed before call
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.pekko.stream.QueueOfferResult
QueueOfferResult.Dropped$, QueueOfferResult.Enqueued$, QueueOfferResult.Failure, QueueOfferResult.Failure$, QueueOfferResult.QueueClosed$ -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QueueOfferResult.QueueClosed$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanReturn true if the element was already enqueued, otherwise false.intproductElement(int x$1) scala.collection.Iterator<Object>toString()Methods inherited from class org.apache.pekko.stream.QueueOfferResult
closed, dropped, enqueuedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Equals
equalsMethods inherited from interface scala.Product
productElementName, productElementNames
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
QueueClosed$
public QueueClosed$()
-
-
Method Details
-
isEnqueued
public boolean isEnqueued()Description copied from class:QueueOfferResultReturn true if the element was already enqueued, otherwise false.- Specified by:
isEnqueuedin classQueueOfferResult
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
hashCode
public int hashCode() -
toString
-