| RunnableGraphFromGraphTMat Method |
A graph with a closed shape is logically a runnable graph, this method makes
it so also in type.
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static RunnableGraph<TMat> FromGraph<TMat>(
IGraph<ClosedShape, TMat> g
)
static member FromGraph :
g : IGraph<ClosedShape, 'TMat> -> RunnableGraph<'TMat>
Parameters
- g
- Type: Akka.StreamsIGraphClosedShape, TMat
TBD
Type Parameters
- TMat
- TBD
Return Value
Type:
RunnableGraphTMatTBD
See Also