Package org.apache.pekko.stream.scaladsl
Class SourceQueueWithComplete$
java.lang.Object
org.apache.pekko.stream.scaladsl.SourceQueueWithComplete$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SourceQueueWithComplete$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal <T> SourceQueueWithComplete.QueueOps<T>QueueOps(SourceQueueWithComplete<T> queue)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
SourceQueueWithComplete$
public SourceQueueWithComplete$()
-
-
Method Details
-
QueueOps
-