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