| UnfoldTState, 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 Unfold(
TState state,
Func<TState, Tuple<TState, TElement>> unfoldFunc
)
new :
state : 'TState *
unfoldFunc : Func<'TState, Tuple<'TState, 'TElement>> -> Unfold
Parameters
- state
- Type: TState
TBD - unfoldFunc
- Type: SystemFuncTState, TupleTState, TElement
TBD
See Also