final case class Failure(cause: Throwable) extends QueueCompletionResult with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Failure
- Serializable
- Product
- Equals
- QueueCompletionResult
- QueueOfferResult
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Failure(cause: Throwable)
- cause
- exception that stream failed with
Value Members
- val cause: Throwable
- def isEnqueued: Boolean
Return ture if the element was already enqueued, otherwise false.
Return ture if the element was already enqueued, otherwise false.
- Definition Classes
- → QueueOfferResult
- def productElementNames: Iterator[String]
- Definition Classes
- Product
Type is used to indicate that stream is failed before or during call to the stream
- exception that stream failed with