- Preparing search index...
- The search index is not available
refa - v0.12.1
- forEach<S>(iter: FAIterator<S, Iterable<S>>, consumerFn?: ((state: S) => void)): void
-
Parameters
-
iter: FAIterator<S, Iterable<S>>
-
Optional
consumerFn: ((state: S) => void)
-
- (state: S): void
-
Returns void
Returns void
This will traverse the whole iterator can call the given consumer function (optional) on each reachable state exactly once.
The order in which states are traversed is implementation-defined.