Class SourceWithContext
Inheritance
SourceWithContext
Assembly: Akka.Streams.dll
Syntax
public static class SourceWithContext
Methods
|
Improve this Doc
View Source
FromTuples<TOut, TCtxOut, TMat>(Source<(TOut, TCtxOut), TMat>)
Creates a SourceWithContext from a regular source that operates on a tuple of (data, context)
elements.
Declaration
public static SourceWithContext<TOut, TCtxOut, TMat> FromTuples<TOut, TCtxOut, TMat>(Source<(TOut, TCtxOut), TMat> source)
Parameters
Type |
Name |
Description |
Source<System.ValueTuple<TOut, TCtxOut>, TMat> |
source |
|
Returns
Type Parameters
Name |
Description |
TOut |
|
TCtxOut |
|
TMat |
|