Package akka.stream

Class SourceRef$


  • public class SourceRef$
    extends java.lang.Object
    See full documentation on SourceRef.
    • 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$()  
    • Field Detail

      • MODULE$

        public static final SourceRef$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • SourceRef$

        public SourceRef$()
    • Method Detail

      • convertRefToSource

        public <T> Source<T,​NotUsed> convertRefToSource​(SourceRef<T> ref)
        Implicitly converts a SourceRef to a Source. The same can be achieved by calling `.source` on the SourceRef itself.