Package akka.stream.scaladsl
Class SourceQueueWithComplete.QueueOps<T>
- java.lang.Object
-
- scala.AnyVal
-
- akka.stream.scaladsl.SourceQueueWithComplete.QueueOps<T>
-
- Enclosing interface:
- SourceQueueWithComplete<T>
public static final class SourceQueueWithComplete.QueueOps<T> extends scala.AnyVal
-
-
Constructor Summary
Constructors Constructor Description QueueOps(SourceQueueWithComplete<T> queue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SourceQueueWithComplete<T>asJava()Converts the queue into ajavadsl.SourceQueueWithCompletebooleanequals(java.lang.Object x$1)inthashCode()SourceQueueWithComplete<T>queue()
-
-
-
Constructor Detail
-
QueueOps
public QueueOps(SourceQueueWithComplete<T> queue)
-
-
Method Detail
-
queue
public SourceQueueWithComplete<T> queue()
-
asJava
public SourceQueueWithComplete<T> asJava()
Converts the queue into ajavadsl.SourceQueueWithComplete
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Overrides:
equalsin classjava.lang.Object
-
-