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.SourceQueueWithComplete
boolean
equals(java.lang.Object x$1)
int
hashCode()
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:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Overrides:
equals
in classjava.lang.Object
-
-