Package akka.stream
Class SourceRef$
- java.lang.Object
 - 
- akka.stream.SourceRef$
 
 
- 
public class SourceRef$ extends java.lang.ObjectSee full documentation onSourceRef. 
- 
- 
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)Implicitly converts a SourceRef to a Source. 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final SourceRef$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
 -