Class Concat
TBD
Inherited Members
Namespace: Akka.Streams.Dsl
Assembly: Akka.Streams.dll
Syntax
public static class Concat
Methods
| Edit this page View SourceCreate<T>(int)
TBD
Declaration
public static IGraph<UniformFanInShape<T, T>, NotUsed> Create<T>(int inputPorts = 2)
Parameters
| Type | Name | Description |
|---|---|---|
| int | inputPorts | TBD |
Returns
| Type | Description |
|---|---|
| IGraph<UniformFanInShape<T, T>, NotUsed> | TBD |
Type Parameters
| Name | Description |
|---|---|
| T |
Edit this page