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