object SourceWithContext
- Source
- SourceWithContext.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SourceWithContext
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def fromTuples[Out, CtxOut, Mat](source: Source[(Out, CtxOut), Mat]): SourceWithContext[Out, CtxOut, Mat]
Creates a SourceWithContext from a regular source that operates on a tuple of
(data, context)
elements.