Interface IMergeBack<TIn, TMat>
TBD
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public interface IMergeBack<TIn, TMat>
Type Parameters
| Name | Description |
|---|---|
| TIn | TBD |
| TMat | TBD |
Methods
| Edit this page View SourceApply<TOut>(Flow<TIn, TOut, TMat>, int)
TBD
Declaration
IFlow<TOut, TMat> Apply<TOut>(Flow<TIn, TOut, TMat> flow, int breadth)
Parameters
| Type | Name | Description |
|---|---|---|
| Flow<TIn, TOut, TMat> | flow | TBD |
| int | breadth | TBD |
Returns
| Type | Description |
|---|---|
| IFlow<TOut, TMat> | TBD |
Type Parameters
| Name | Description |
|---|---|
| TOut | TBD |
Edit this page