Package akka.stream
Class SourceRef$
- java.lang.Object
-
- akka.stream.SourceRef$
-
public class SourceRef$ extends java.lang.Object
Implicitly converts a SourceRef to a Source. The same can be achieved by calling `.source` on the SourceRef itself.
-
-
Field Summary
Fields Modifier and Type Field Description static SourceRef$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SourceRef$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Source<T,NotUsed>
convertRefToSource(SourceRef<T> ref)
-
-
-
Field Detail
-
MODULE$
public static final SourceRef$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-