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