Package akka.stream.javadsl
Class SourceWithContext$
- java.lang.Object
-
- akka.stream.javadsl.SourceWithContext$
-
public class SourceWithContext$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static SourceWithContext$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SourceWithContext$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <Out,CtxOut,Mat>
SourceWithContext<Out,CtxOut,Mat>fromPairs(Source<Pair<Out,CtxOut>,Mat> under)
Creates a SourceWithContext from a regular flow that operates onPair
elements.
-
-
-
Field Detail
-
MODULE$
public static final SourceWithContext$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
fromPairs
public <Out,CtxOut,Mat> SourceWithContext<Out,CtxOut,Mat> fromPairs(Source<Pair<Out,CtxOut>,Mat> under)
Creates a SourceWithContext from a regular flow that operates onPair
elements.
-
-