- Preparing search index...
- The search index is not available
refa - v0.11.0 
 
- mapOutIter<S, O, T>(iter: FAIterator<S, Iterable<O>>, mapFn: ((out: O) => T)): FAIterator<S, Iterable<T>>
- 
Parameters
- 
iter: FAIterator<S, Iterable<O>>
- 
mapFn: ((out: O) => T)
 
 Returns FAIterator<S, Iterable<T>>
 
 
 
Maps the out type of the given iterator and returns a new iterator.