Class LazySource
API for the Akka.Streams.Implementation.LazySource<TOut, TMat>
Assembly: Akka.Streams.dll
Syntax
public static class LazySource
Methods
|
Edit this page
View Source
Create<TOut, TMat>(Func<Source<TOut, TMat>>)
Creates a new Akka.Streams.Implementation.LazySource<TOut, TMat> for the given create factory
Declaration
public static LazySource<TOut, TMat> Create<TOut, TMat>(Func<Source<TOut, TMat>> create)
Parameters
| Type |
Name |
Description |
| Func<Source<TOut, TMat>> |
create |
|
Returns
| Type |
Description |
| LazySource<TOut, TMat> |
|
Type Parameters
| Name |
Description |
| TOut |
|
| TMat |
|