[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
![]() ![]() | Iterate<TRecord, TTime>(Stream<TRecord, TTime>, Func<LoopContext<TTime>, Stream<TRecord, IterationIn<TTime>>, Stream<TRecord, IterationIn<TTime>>>, Int32, String) |
Iteratively applies function to the given stream.
|
![]() ![]() | Iterate<TRecord, TTime>(Stream<TRecord, TTime>, Func<LoopContext<TTime>, Stream<TRecord, IterationIn<TTime>>, Stream<TRecord, IterationIn<TTime>>>, Expression<Func<TRecord, Int32>>, Int32, String) |
Iteratively applies function to the given stream.
|
![]() ![]() | Iterate<TRecord, TTime>(Stream<TRecord, TTime>, Func<LoopContext<TTime>, Stream<TRecord, IterationIn<TTime>>, Stream<TRecord, IterationIn<TTime>>>, Func<TRecord, Int32>, Expression<Func<TRecord, Int32>>, Int32, String) |
Iteratively applies function to the given stream.
|
See Also