- Preparing search index...
- The search index is not available
atomic-fns
- forEachRight<T>(collection: T[], fn: Iteratee<T, any, any>): void
-
Parameters
-
collection: T[]
-
fn: Iteratee<T, any, any>
Returns void
- forEachRight<T>(collection: Object, fn: Iteratee<T, any, any>): void
-
Parameters
-
collection: Object
-
fn: Iteratee<T, any, any>
Returns void
This method is like forEach except that it iterates over the collection from right to left.
Example
Returns
Returns
collection
.See