Class GraphStages
TBD
Inherited Members
Namespace: Akka.Streams.Implementation.Fusing
Assembly: Akka.Streams.dll
Syntax
public static class GraphStages
Methods
| Edit this page View SourceIdentity<T>()
TBD
Declaration
public static SimpleLinearGraphStage<T> Identity<T>()
Returns
| Type | Description |
|---|---|
| SimpleLinearGraphStage<T> | TBD |
Type Parameters
| Name | Description |
|---|---|
| T | TBD |
Edit this page