Package akka.stream.scaladsl
Class SinkQueueWithCancel.QueueOps$
- java.lang.Object
 - 
- akka.stream.scaladsl.SinkQueueWithCancel.QueueOps$
 
 
- 
- Enclosing interface:
 - SinkQueueWithCancel<T>
 
public static class SinkQueueWithCancel.QueueOps$ extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static SinkQueueWithCancel.QueueOps$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description QueueOps$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> SinkQueueWithCancel<T>asJava$extension(SinkQueueWithCancel.QueueOps<T> $this)<T> booleanequals$extension(SinkQueueWithCancel.QueueOps<T> $this, java.lang.Object x$1)<T> inthashCode$extension(SinkQueueWithCancel.QueueOps<T> $this) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final SinkQueueWithCancel.QueueOps$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
asJava$extension
public final <T> SinkQueueWithCancel<T> asJava$extension(SinkQueueWithCancel.QueueOps<T> $this)
 
- 
hashCode$extension
public final <T> int hashCode$extension(SinkQueueWithCancel.QueueOps<T> $this)
 
- 
equals$extension
public final <T> boolean equals$extension(SinkQueueWithCancel.QueueOps<T> $this, java.lang.Object x$1)
 
 - 
 
 -