Package org.apache.pekko.stream
Class SourceRef$
java.lang.Object
org.apache.pekko.stream.SourceRef$
See full documentation on
SourceRef.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SourceRef$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertRefToSource(SourceRef<T> ref) Implicitly converts a SourceRef to a Source.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
SourceRef$
public SourceRef$()
-
-
Method Details
-
convertRefToSource
Implicitly converts a SourceRef to a Source. The same can be achieved by calling `.source` on the SourceRef itself.
-