Class RunnableGraph
TBD
Inherited Members
Namespace: Akka.Streams.Dsl
Assembly: Akka.Streams.dll
Syntax
public static class RunnableGraph
Methods
| Improve this Doc View SourceFromGraph<TMat>(IGraph<ClosedShape, TMat>)
A graph with a closed shape is logically a runnable graph, this method makes it so also in type.
Declaration
public static RunnableGraph<TMat> FromGraph<TMat>(IGraph<ClosedShape, TMat> g)
Parameters
Type | Name | Description |
---|---|---|
IGraph<ClosedShape, TMat> | g | TBD |
Returns
Type | Description |
---|---|
RunnableGraph<TMat> | TBD |
Type Parameters
Name | Description |
---|---|
TMat | TBD |