- Preparing search index...
- The search index is not available
refa - v0.12.1
- 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.