 | Unfold<TState, TElement>.UnfoldFunc Field |
TBD
Namespace:
Akka.Streams.Implementation
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntaxpublic readonly Func<TState, Tuple<TState, TElement>> UnfoldFunc
val UnfoldFunc: Func<'TState, Tuple<'TState, 'TElement>>
Field Value
Type:
Func<TState,
Tuple<TState,
TElement>>
See Also