implicit final class QueueOps[T] extends AnyVal
- Source
- Queue.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueueOps
- AnyVal
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new QueueOps(queue: SourceQueueWithComplete[T])
Value Members
- def asJava: javadsl.SourceQueueWithComplete[T]
Converts the queue into a
javadsl.SourceQueueWithComplete
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- val queue: SourceQueueWithComplete[T]