| UnfoldTState, TElementUnfoldFunc Field |
TBD
Namespace:
Akka.Streams.Implementation
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public readonly Func<TState, Tuple<TState, TElement>> UnfoldFunc
val UnfoldFunc: Func<'TState, Tuple<'TState, 'TElement>>
Field Value
Type:
FuncTState,
TupleTState,
TElementSee Also