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