Package akka.stream.scaladsl
Class SourceQueueWithComplete$
- java.lang.Object
 - 
- akka.stream.scaladsl.SourceQueueWithComplete$
 
 
- 
public class SourceQueueWithComplete$ extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static SourceQueueWithComplete$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description SourceQueueWithComplete$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> SourceQueueWithComplete.QueueOps<T>QueueOps(SourceQueueWithComplete<T> queue) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final SourceQueueWithComplete$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
QueueOps
public final <T> SourceQueueWithComplete.QueueOps<T> QueueOps(SourceQueueWithComplete<T> queue)
 
 - 
 
 -