- Preparing search index...
- The search index is not available
refa - v0.11.0 
 
- forEach<S>(iter: FAIterator<S, Iterable<S>>, consumerFn?: ((state: S) => void)): void
- 
Parameters
- 
iter: FAIterator<S, Iterable<S>>
- 
OptionalconsumerFn: ((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.