| GraphDslCreateTShape Method (FuncGraphDslBuilderNotUsed, TShape) |
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static IGraph<TShape, NotUsed> Create<TShape>(
Func<GraphDslBuilder<NotUsed>, TShape> buildBlock
)
where TShape : Shape
static member Create :
buildBlock : Func<GraphDslBuilder<NotUsed>, 'TShape> -> IGraph<'TShape, NotUsed> when 'TShape : Shape
Parameters
- buildBlock
- Type: SystemFuncGraphDslBuilderNotUsed, TShape
A builder function used to construct the graph.
Type Parameters
- TShape
- Type describing shape of the returned graph.
Return Value
Type:
IGraphTShape,
NotUsedA graph with no materialized value.
See Also