| UnfoldAsyncTState, TElement Constructor |
TBD
Namespace:
Akka.Streams.Implementation
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public UnfoldAsync(
TState state,
Func<TState, Task<Tuple<TState, TElement>>> unfoldFunc
)
new :
state : 'TState *
unfoldFunc : Func<'TState, Task<Tuple<'TState, 'TElement>>> -> UnfoldAsync
Parameters
- state
- Type: TState
TBD - unfoldFunc
- Type: SystemFuncTState, TaskTupleTState, TElement
TBD
See Also