Class ZipN<T>
Combine the elements of multiple streams into a stream of sequences. A ZipN<T> has a n input ports and one out port
Emits when all of the inputs has an element available
Backpressures when downstream backpressuresCompletes when any upstream completes
Cancels when downstream cancelsImplements
Inherited Members
Namespace: Akka.Streams.Dsl
Assembly: Akka.Streams.dll
Syntax
public sealed class ZipN<T> : ZipWithN<T, IImmutableList<T>>, IGraphStageWithMaterializedValue<UniformFanInShape<T, IImmutableList<T>>, NotUsed>, IGraph<UniformFanInShape<T, IImmutableList<T>>, NotUsed>, IGraph<UniformFanInShape<T, IImmutableList<T>>>
Type Parameters
Name | Description |
---|---|
T | TBD |
Constructors
| Edit this page View SourceZipN(int)
Initializes a new instance of the ZipN<T> class.
Declaration
public ZipN(int n)
Parameters
Type | Name | Description |
---|---|---|
int | n | TBD |
Properties
| Edit this page View SourceInitialAttributes
TBD
Declaration
protected override Attributes InitialAttributes { get; }
Property Value
Type | Description |
---|---|
Attributes |
Overrides
Methods
| Edit this page View SourceToString()
TBD
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | TBD |