| SourceFromGraphT, TMat Method |
A graph with the shape of a source logically is a source, 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 Source<T, TMat> FromGraph<T, TMat>(
IGraph<SourceShape<T>, TMat> source
)
static member FromGraph :
source : IGraph<SourceShape<'T>, 'TMat> -> Source<'T, 'TMat>
Parameters
- source
- Type: Akka.StreamsIGraphSourceShapeT, TMat
TBD
Type Parameters
- T
- TBD
- TMat
- TBD
Return Value
Type:
SourceT,
TMatTBD
See Also