Package akka.stream.javadsl
Class SourceQueueWithComplete$
- java.lang.Object
-
- akka.stream.javadsl.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<T>
asScala(SourceQueueWithComplete<T> queue)
Converts the queue into ascaladsl.SourceQueueWithComplete
-
-
-
Field Detail
-
MODULE$
public static final SourceQueueWithComplete$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
asScala
public <T> SourceQueueWithComplete<T> asScala(SourceQueueWithComplete<T> queue)
Converts the queue into ascaladsl.SourceQueueWithComplete
-
-