object FlowWithContext
- Source
- FlowWithContext.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FlowWithContext
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def create[In, Ctx](): FlowWithContext[In, Ctx, In, Ctx, NotUsed]
- def fromPairs[In, CtxIn, Out, CtxOut, Mat](under: [Pair[In, CtxIn], Pair[Out, CtxOut], Mat]): FlowWithContext[In, CtxIn, Out, CtxOut, Mat]
Creates a FlowWithContext from a regular flow that operates on
Pair<data, context>
elements.